Angel

Firstly, please let the .NET guys they are broken :-) WSDL is
inherently extensible and WSDL implementations should ignore unknown
extensions not fall over.

Secondly, I guess maybe you could to save the WSDL, delete the HTTP
bindings and then recreate the service using useOriginalWSDL=true.

Possibly there is a neater way of doing this, but I'm afraid I don't know it.

Paul

On 5/30/07, Angel Todorov <[EMAIL PROTECTED]> wrote:
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



--
Paul Fremantle
Co-Founder and VP of Technical Sales, WSO2
OASIS WS-RX TC Co-chair

blog: http://pzf.fremantle.org
[EMAIL PROTECTED]

"Oxygenating the Web Service Platform", www.wso2.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to