[PHP] Dealing with MSXML2.ServerXMLHTTP objects

2008-01-23 Thread Richard S. Crawford
For a project at work, I'm writing a PHP script that will process XML
generated and sent by an MSXML2.ServerXMLHTTP object that lives on another
server.  The XML will be sent via POST, but I'm not sure how to deal with
it.  It doesn't look, to me, as though XMLRPC is called for in this case,
but I'm not entirely sure how to deal with the incoming data.

Any suggestions would be more than welcome.

-- 
Richard S. Crawford ([EMAIL PROTECTED])
http://www.mossroot.com
Publisher and Editor in Chief, Daikaijuzine (http://www.daikaijuzine.com)


Re: [PHP] Dealing with MSXML2.ServerXMLHTTP objects

2008-01-23 Thread Richard Lynch
On Wed, January 23, 2008 4:11 pm, Richard S. Crawford wrote:
 For a project at work, I'm writing a PHP script that will process XML
 generated and sent by an MSXML2.ServerXMLHTTP object that lives on
 another
 server.  The XML will be sent via POST, but I'm not sure how to deal
 with
 it.  It doesn't look, to me, as though XMLRPC is called for in this
 case,
 but I'm not entirely sure how to deal with the incoming data.

 Any suggestions would be more than welcome.

Check out the results of searching for raw post data on http://php.net

Should be what you want, I think.

-- 
Some people have a gift link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php