summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples/helloworld-ws-service-secure
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-02-10 15:55:29 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2009-02-10 15:55:29 +0000
commit5f6e43bfa8dca3d3b6481ec86443ef430f97614f (patch)
tree1ff7b8b29212ccfdc342d0b1db8e57d108a568d6 /branches/sca-java-1.x/samples/helloworld-ws-service-secure
parent1ba87319263e1d8a0ca119a55e2a18be82aa967a (diff)
TUSCANY-2824 - Turn the binding.ws policy handlers back on. The ws policy handlers are now present but commented out as they are causing problems in the Axis 1.4.1 stack. Update the keys for the binding.ws tests cases so they remain valid for a long time.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@743002 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/samples/helloworld-ws-service-secure')
-rw-r--r--branches/sca-java-1.x/samples/helloworld-ws-service-secure/src/main/resources/wsdl/helloworld.wsdl2
1 files changed, 1 insertions, 1 deletions
diff --git a/branches/sca-java-1.x/samples/helloworld-ws-service-secure/src/main/resources/wsdl/helloworld.wsdl b/branches/sca-java-1.x/samples/helloworld-ws-service-secure/src/main/resources/wsdl/helloworld.wsdl
index 068229be6f..32ad8325e9 100644
--- a/branches/sca-java-1.x/samples/helloworld-ws-service-secure/src/main/resources/wsdl/helloworld.wsdl
+++ b/branches/sca-java-1.x/samples/helloworld-ws-service-secure/src/main/resources/wsdl/helloworld.wsdl
@@ -72,7 +72,7 @@
<wsdl:service name="HelloWorldService">
<wsdl:port binding="tns:HelloWorldSoapBinding" name="HelloWorldSoapPort">
- <wsdlsoap:address location="http://localhost:8085/HelloWorldServiceComponent"/>
+ <wsdlsoap:address location="http://localhost:8085/HelloWorldService"/>
</wsdl:port>
</wsdl:service>