Community Member Profile
Mathieu
Member since Sep 28, 2012
- Profile: /members/10313-Mathieu.htm
- URL: www.mathieu-lessard.com
- Comments: 1
- Points: 11
Recent Blog Comments By Mathieu
-
Posting XML SOAP Requests With jQuery
Posted on Sep 28, 2012 at 2:07 AM
Here is the proxy implementation in PHP. This does not error check but works with the exact same jquery call. <?php $action = $_SERVER['HTTP_SOAPACTION']; $target = $_SERVER['HTTP_SOAPTARGET']; $soap_body = file_get_contents('php://input'); $headers = arra... read more »



