I am deploying my webapp as a Test.war with Axis2 embedded inside (as opposed to creating an aar file inside axis2). However when Axis2 generates the wsdl file, the binding still points to the address that would be if I deployed my app inside Axis2. Eg:


<wsdl:port binding="axis2:MyServiceSOAP11Binding" name="PowerservicesSOAP11port0">
             <soap:address location=" http://localhost:8080/axis2/services/MyService"/>
</wsdl:port>

My service is really deployed at http://localhost:8080/Test/services/MyService .

I am guessing that this is a bug that should be reported...?

Reply via email to