diff options
author | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-11-19 09:49:21 +0000 |
---|---|---|
committer | slaws <slaws@13f79535-47bb-0310-9956-ffa450edef68> | 2010-11-19 09:49:21 +0000 |
commit | 73d2a638c453a480ec4161fdf5dfe19b238e783c (patch) | |
tree | 5117877464fcb68cdfa2344fbd00f56f893c75d5 /sca-java-2.x | |
parent | 43721559f40434be0d6494ba04e98d41bd770e47 (diff) |
Remove the SNAPSHOT here. The URLs not used and it comes up when you search the codebase for SNAPSHOT
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036781 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x')
-rw-r--r-- | sca-java-2.x/trunk/modules/binding-ws/src/test/resources/org/apache/tuscany/sca/binding/ws/xml/test1.wsdl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/modules/binding-ws/src/test/resources/org/apache/tuscany/sca/binding/ws/xml/test1.wsdl b/sca-java-2.x/trunk/modules/binding-ws/src/test/resources/org/apache/tuscany/sca/binding/ws/xml/test1.wsdl index 8e26f7b4b5..d53104b0ca 100644 --- a/sca-java-2.x/trunk/modules/binding-ws/src/test/resources/org/apache/tuscany/sca/binding/ws/xml/test1.wsdl +++ b/sca-java-2.x/trunk/modules/binding-ws/src/test/resources/org/apache/tuscany/sca/binding/ws/xml/test1.wsdl @@ -38,7 +38,7 @@ <wsdl:service name="HelloWorldService"> <wsdl:port binding="tns:HelloWorldSoapBinding" name="HelloWorldSoapPort"> - <wsdlsoap:address location="http://localhost:8085/sample-helloworldws-1.0-SNAPSHOT/services/HelloWorldWebService" /> + <wsdlsoap:address location="http://localhost:8085/sample-helloworldws/services/HelloWorldWebService" /> </wsdl:port> </wsdl:service> |