C
Christina Androne
Hi everybody
I currently have an webservice developed with asp.net, framework 1.1,
and the wsdl definition is generated like this:
<wsdl:binding name="someName" type="tns:someName">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http"
style="document"/>
The client request is that the wsdl should be generated like this:
<wsdl:binding name="someName" type="tns:someName" style="document">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
I have tried changing some of the attributes
([SoapDocumentService]etc)for the webservice but nothing helped.
Any ideas?
Thank you,
Christina Androne
I currently have an webservice developed with asp.net, framework 1.1,
and the wsdl definition is generated like this:
<wsdl:binding name="someName" type="tns:someName">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http"
style="document"/>
The client request is that the wsdl should be generated like this:
<wsdl:binding name="someName" type="tns:someName" style="document">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
I have tried changing some of the attributes
([SoapDocumentService]etc)for the webservice but nothing helped.
Any ideas?
Thank you,
Christina Androne