Hi guys, Is there a way to disable generation of the HttpBinding sections in the WSDL, either using java2wsdl or the axis2 servlet's ?wsdl command ? Thank you very much in advance.
P.S: I need that for DotNET interop scenarios and dotnet gets confused when it sees something like : <wsdl:binding name="service03HttpBinding" type="axis2:service03PortType"> <http:binding verb="POST"/> − <wsdl:operation name="echo"> <http:operation location="echo"/> − <wsdl:input> <mime:content type="text/xml"/> </wsdl:input> and so on... Thanks very much in advance. Regards, Angel
