Mathieu
Member since Sep 28, 2012
- Profile: /members/10313-mathieu.htm
- URL: http://www.mathieu-lessard.com
- Comments: 1
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 = array( "Content-type: te... read more »