summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3.2/vtest/wsbinding/service/src/main/resources/aservice.wsdl
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-09-10 11:38:18 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-09-10 11:38:18 +0000
commitef69f9a5078e4a6b2b4154984d14ed378765535e (patch)
treeed26b8ae3954ebfe8246d108cf208dd257675da7 /branches/sca-java-1.3.2/vtest/wsbinding/service/src/main/resources/aservice.wsdl
parent96be2868b0f4b343820cb993e0767b40f43275ba (diff)
Merge fix from trunk to 1.3.2 branch for TUSCANY-2561: Soap intents are lower case while the policy framework says that they should be upper case
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@693796 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.3.2/vtest/wsbinding/service/src/main/resources/aservice.wsdl8
1 files changed, 4 insertions, 4 deletions
diff --git a/branches/sca-java-1.3.2/vtest/wsbinding/service/src/main/resources/aservice.wsdl b/branches/sca-java-1.3.2/vtest/wsbinding/service/src/main/resources/aservice.wsdl
index 861ab471ee..e7953eb2b4 100644
--- a/branches/sca-java-1.3.2/vtest/wsbinding/service/src/main/resources/aservice.wsdl
+++ b/branches/sca-java-1.3.2/vtest/wsbinding/service/src/main/resources/aservice.wsdl
@@ -115,19 +115,19 @@
<wsdl:service name="AServicePortTypeService">
<wsdl:port name="AServicePortTypePort" binding="ns0:AServicePortTypeBinding">
- <soap:address location="http://localhost:8080/AService"/>
+ <soap:address location="http://localhost:8085/AService"/>
</wsdl:port>
</wsdl:service>
<wsdl:service name="AService">
<wsdl:port name="AServiceHttpport" binding="ns0:AServiceHttpBinding">
- <http:address location="http://localhost:8080/AService/httpport"/>
+ <http:address location="http://localhost:8085/AService/httpport"/>
</wsdl:port>
<wsdl:port name="AServiceSOAP12port_http" binding="ns0:AServiceSOAP12Binding">
- <soap12:address location="http://localhost:8080/AService/soap12port"/>
+ <soap12:address location="http://localhost:8085/AService/soap12port"/>
</wsdl:port>
<wsdl:port name="AServiceSOAP11port_http" binding="ns0:AServiceSOAP11Binding">
- <soap:address location="http://localhost:8080/AService/soap11port"/>
+ <soap:address location="http://localhost:8085/AService/soap11port"/>
</wsdl:port>
<wsdl:port name="AServiceSOAP12port_http_null" binding="ns0:AServiceSOAP12Binding">
<soap12:address location=""/>