RPC/Encoded to Document/Literal Conversion

J

Jennifer

How do we convert an RPC/Encoded WSDL to a Document/Literal WSDL? Do any
tools exist?
 
D

Dilip Krishnan

Hello Jennifer,
Its just a matter of changing an attribute in the wsdl

Within your wsdl in your bindings you should see something like this... notice
the *literal*

<soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
...
<operation name="CreateAccount">
<soap:eek:peration soapAction="http://abc/CreateAccount"/>
<input>
<soap:body use="literal"/>
</input>
<output>
<soap:body use="literal"/>
</output>
<fault name="AcctFault">
<soap:fault name="AcctFault" use="literal"/>
</fault>
</operation>



HTH
Regards,
Dilip Krishnan
MCAD, MCSD.net
dkrishnan at geniant dot com
http://www.geniant.com
 

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,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top