WSDSL services addresses in samples no longer match the webapp
--------------------------------------------------------------
Key: TUSCANY-23
URL: http://issues.apache.org/jira/browse/TUSCANY-23
Project: Tuscany
Type: Bug
Components: Java Samples HelloWorld
Environment: java
Reporter: Rick Rineholt
I think when the build process was move to maven 2.0 the name of the war files
changed. Consequently, the web services URLs in the sample WSDL no longer
match when just dropped into TC webapps dir.
tuscany/java/samples/helloworld/helloworldwsclient/src/main/resources/wsdl:
Index: helloworld.wsdl
===================================================================
--- helloworld.wsdl (revision 375944)
+++ helloworld.wsdl (working copy)
@@ -89,12 +89,12 @@
<wsdl:port binding="impl:helloworldSoapBinding" name="helloworld">
<!-- Tuscany SCA Service -->
- <wsdlsoap:address
location="http://localhost:8080/tuscany-samples-helloworldws-service/services/HelloWorldService"/>
+ <wsdlsoap:address
location="http://localhost:8080/helloworldws-SNAPSHOT/services/HelloWorldService"/>
<!-- Axis Web Service -->
<!--
- <wsdlsoap:address
location="http://localhost:8080/tuscany-samples-helloworldaxissvc/services/helloworld"/>
+ <wsdlsoap:address
location="http://localhost:8080/helloworldaxissvc-SNAPSHOT/services/helloworld"/>
-->
</wsdl:port>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira