doedje / jquery.soap

This script uses $.ajax to send a SOAP:Envelope. It can take XML DOM, XML string or JSON as input and the response can be returned as either XML DOM, XML string or JSON too.
352 stars 148 forks source link

Add namespaces to Soapenvelope without name #107

Closed RPallas92 closed 7 years ago

doedje commented 7 years ago

Do you mind giving me a use case for this? I am trying to wrap my mind around why you need the code change... I think it can already be done with the existing code... an example would help! :)

doedje commented 7 years ago

I will close the issue without a merge if you don't tell me why you might need the code change.... I need a usecase (and furthermore I think it can already be done, provide me with an example and I'll show you how...)