Hi All,

Following is my service portion of the WSDL of service ABS generated by
Axis2 1.4.
....................
<wsdl:service name="ABS">
<wsdl:port name="ABSHttpSoap11Endpoint" binding="ns:ABSSoap11Binding">
<soap:address location="
http://192.168.1.54:8080/services/ABS.ABSHttpSoap11Endpoint"/>
</wsdl:port>
<wsdl:port name="ABSHttpSoap12Endpoint" binding="ns:ABSSoap12Binding">
<soap12:address location="
http://192.168.1.54:8080/services/ABS.ABSHttpSoap12Endpoint"/>
</wsdl:port>
</wsdl:service> ............

Can anyone tell me why the location is like "
http://192.168.1.54:8080/services/ABS.ABSHttpSoap12Endpoint";. It should be
http://192.168.1.54:8080/services/ABS only.

Is there anything through which I can configure this behavior?

Chinmoy

Reply via email to