Why do you need to specify http://schemas.xmlsoap.org/soap/encoding/ when
using document/literal encoding? I have seen WSDL's that look like ...

     <soap:operation
      soapAction="http://example.com/GetLastTradePrice"/>
       <input>
         <soap:body use="literal" 
          namespace="http://example.com/stockquote.xsd";
          encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
       </input>

Is there any special processing SOAP requiring us to specify the encoding.

Bhushan


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

Reply via email to