wsdl definition

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,772
Messages
2,569,593
Members
45,112
Latest member
VinayKumar Nevatia
Top