View Single Post
  #1 (permalink)  
Old 11-05-2005, 02:44 PM
smies smies is offline
Senior Member
 
Posts: 51
Default Whitespaces in SOAP response

I am having problems with the response of a SOAP request. The returned XML document from AjxRpc.invoke contains whitespaces. One of the problems of this is that the _check method of the AjxSoapDoc doesn't work anymore. The results of the xmlToJs is also incorrect because it generates object properties without labels. This is really a big problem if I want to receive XML instead of JSON.

Can there something be done about it?

Last edited by smies; 11-05-2005 at 03:07 PM..
Reply With Quote