Lugdum
Member since Jun 18, 2011
- Profile: /members/8514-lugdum.htm
- Comments: 1
Recent Blog Comments By Lugdum
-
Posting XML SOAP Requests With jQuery
Posted on Jun 18, 2011 at 10:50 AM
Hi, I'm using this to access a java/glassfish web service. The code is quite simple, it's only to test it. $.ajax({ type: "post", url: "/js/soap_proxy.cfm", contentType: "text/xml", data:soapBody, dataType: "xml", processData: false, beforeSend: f... read more »