Hi,

I've recently started to use SOAP and as I can see the XML response has
a huge overhead. All I can see there are long tags that approximately
make the response 100 times longer. Can I reduce tags like:

<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> 

There must be a sort of way to alias these long tags.

Amihai

Reply via email to