Hi all,
I am facing an issue with multiple web service endpoints of a web service. I have a web service with two bindings and I need to have two endpoints within one service. The sample bellow is very simplistic, however, we aim more sophisticated scenarios consisting of SOAP11 and SOAP12 bindings, HTTP and JMS bindings etc.
...
<wsdl:binding name="aaaBinding" type="tns:aaaPortType">
<soap:binding transport="" style="document"/>
<wsdl
peration name="aaaOperation">
<soap
peration soapAction=""/>
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>
<wsdl
To see the whole post, download it
here