Hi Soap experts:

I seem to have not understood soap encoding well. Let's say I have following
simple envelope, I know 'Envelope' and 'Body' are defined as complexType in
http://schemas.xmlsoap.org/soap/envelope, but what is the data type for
elements 'soapServiceHandler' and 'name'?

thanks
Yong Chen



<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/";
            s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";>
  <s:Body>
    <soapServiceHandler xmlns="urn:MyService">
      <name>
        San Francisco
      </name>
    </soapServiceHandler>
  </s:Body>
</s:Envelope>

Reply via email to