A consumer of mine is asking me to specify something like this:

<SOAP-ENV:Envelope
      SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/";
      xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/";
      xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance";
      xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
      xmlns:xsd="http://www.w3.org/1999/XMLSchema";>

Is there any way to specify an encoding type like that using simple server?

Regards,
Kaleb

Reply via email to