views:

17

answers:

0

Hello, i'm developing a NuSoap WebService to be consumed from a Flash app: everything runs fine but, when returning a response in XML, i receive a lot of non-useful (for the client) attributes like xsi:type="xsd:string" xsi:type="xsd:int" for every node.

I know that they are necessary for SOAP stuff, but i'm asking if there is a way to avoid its generation, in order to reduce network traffic.

Thanks in advance. Greetings c.