The autogenerated  WSDL includes 3 bindings:

<wsdl:port name="RequestValorHttpEndpoint"
binding="ns:RequestValorHttpBinding">
<http:address location="
http://127.0.0.1:8080/SNMP/services/RequestValor.RequestValorHttpEndpoint/
"/>
</wsdl:port>
-
<wsdl:port name="RequestValorHttpSoap12Endpoint"
binding="ns:RequestValorSoap12Binding">
<soap12:address location="
http://127.0.0.1:8080/SNMP/services/RequestValor.RequestValorHttpSoap12Endpoint/
"/>
</wsdl:port>
-
<wsdl:port name="RequestValorHttpSoap11Endpoint"
binding="ns:RequestValorSoap11Binding">
<soap:address location="
http://127.0.0.1:8080/SNMP/services/RequestValor.RequestValorHttpSoap11Endpoint/
"/>
</wsdl:port>

and 2 if I use JAXWS:

<wsdl:port name="JaxServiceHttpSoap11Endpoint"
binding="ns:JaxServiceSoap11Binding">
<soap:address location="
http://127.0.0.1:8080/SNMP/services/JaxService.JaxServiceHttpSoap11Endpoint/
"/>
</wsdl:port>
-
<wsdl:port name="JaxServiceHttpEndpoint" binding="ns:JaxServiceHttpBinding">
<http:address location="
http://127.0.0.1:8080/SNMP/services/JaxService.JaxServiceHttpEndpoint/"/>
</wsdl:port>

Reply via email to