|
Yes that's it. In fact I'm testing axis2 (I used 0.95 before) so I renamed the war to axis2_1.0.war. And then I get the WSDL from http://localhost:8080/axis2_1.0/services/MyService?wsdl The wsdl:service tag is <wsdl:service name="MyService"> <wsdl:port binding="tns:MyServiceSOAP11Binding" name="MyServiceSOAP11port0"> <soap:address location="http://localhost:8080/axis2/services/MyService" /> </wsdl:port> <wsdl:port binding="tns:MyServiceSOAP12Binding" name="MyServiceSOAP12port0"> <soap12:address location="http://localhost:8080/axis2/services/MyService" /> </wsdl:port> <wsdl:port binding="tns:MyServiceHttpBinding" name="ClientOracleHttpport0"> <http:address location="http://localhost:8080/axis2/rest/MyService" /> </wsdl:port> </wsdl:service> robert lazarski wrote : Let me try and understand. You have: |
- Re: WSDL soap-adress not correctly set by Axis2 1.0 weba... Sébastien Arod
- Re: WSDL soap-adress not correctly set by Axis2 1.0... Deepal Jayasinghe
- Re: WSDL soap-adress not correctly set by Axis2... Sébastien Arod
