RE: [PHP] Having problem sending XML over HTTP (disregard last message)

2006-12-15 Thread Nauman Akbar
ar [mailto:[EMAIL PROTECTED] On Behalf Of Nauman Akbar Sent: Friday, December 15, 2006 5:25 PM To: 'Brad Fuller'; php-general@lists.php.net Subject: RE: [PHP] Having problem sending XML over HTTP Hello! Thanx for reminding me that I can use a regular POST as well rather then sending XM

RE: [PHP] Having problem sending XML over HTTP

2006-12-15 Thread Nauman Akbar
: php-general@lists.php.net Subject: RE: [PHP] Having problem sending XML over HTTP > -Original Message- > From: Nauman Akbar [mailto:[EMAIL PROTECTED] On Behalf Of Nauman > Akbar > Sent: Thursday, December 14, 2006 3:32 PM > To: php-general@lists.php.net > Subject: [P

RE: [PHP] Having problem sending XML over HTTP

2006-12-14 Thread Brad Fuller
> -Original Message- > From: Nauman Akbar [mailto:[EMAIL PROTECTED] On Behalf Of Nauman > Akbar > Sent: Thursday, December 14, 2006 3:32 PM > To: php-general@lists.php.net > Subject: [PHP] Having problem sending XML over HTTP > > Hello! > > > > I pi

[PHP] Having problem sending XML over HTTP

2006-12-14 Thread Nauman Akbar
Hello! I picked up an example from Curl section on php.net. I am able to access the remote page fine with a custom header. Unfortunately, I am not able to retrieve the XML I am sending at the remote end. I have tried both $HTTP_RAW_POST_DATA and php://input but neither of them returns anything.