Author: dkulp
Date: Tue Dec 14 20:18:48 2010
New Revision: 1049245
URL: http://svn.apache.org/viewvc?rev=1049245&view=rev
Log:
Point to correct WSDL name
Modified:
cxf/trunk/distribution/src/main/release/samples/wsdl_first/cxf.xml
cxf/trunk/distribution/src/main/release/samples/wsdl_first/pom.xml
Modified: cxf/trunk/distribution/src/main/release/samples/wsdl_first/cxf.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/wsdl_first/cxf.xml?rev=1049245&r1=1049244&r2=1049245&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/wsdl_first/cxf.xml
(original)
+++ cxf/trunk/distribution/src/main/release/samples/wsdl_first/cxf.xml Tue Dec
14 20:18:48 2010
@@ -36,7 +36,7 @@ http://cxf.apache.org/jaxws http://cxf.a
</jaxws:client>
<jaxws:endpoint name="{http://apache.org/hello_world_soap_http}SoapPort"
- wsdlLocation="wsdl/hello_world.wsdl"
+ wsdlLocation="wsdl/CustomerService.wsdl"
createdFromAPI="true">
<jaxws:properties>
<entry key="schema-validation-enabled" value="true" />
Modified: cxf/trunk/distribution/src/main/release/samples/wsdl_first/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/src/main/release/samples/wsdl_first/pom.xml?rev=1049245&r1=1049244&r2=1049245&view=diff
==============================================================================
--- cxf/trunk/distribution/src/main/release/samples/wsdl_first/pom.xml
(original)
+++ cxf/trunk/distribution/src/main/release/samples/wsdl_first/pom.xml Tue Dec
14 20:18:48 2010
@@ -34,6 +34,7 @@
<cxf.release.base>${basedir}/../..</cxf.release.base>
</properties>
<build>
+ <defaultGoal>install</defaultGoal>
<resources>
<resource>
<directory>wsdl</directory>
@@ -144,7 +145,7 @@
<configuration>
<mainClass>com.example.customerservice.client.CustomerServiceClient</mainClass>
<arguments>
-
<argument>${basedir}/wsdl/hello_world.wsdl</argument>
+
<argument>${basedir}/wsdl/CustomerService.wsdl</argument>
</arguments>
</configuration>
</execution>