Link to home
Start Free TrialLog in
Avatar of ncw
ncw

asked on

Receive cXML Example

I'm looking for example Php code for receiving cXML, parsing, and returning responce cXML.

I believe the xml will be received as a form post via HTTP, so I assume I need to loop through  $_POST.
ASKER CERTIFIED SOLUTION
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ncw
ncw

ASKER

Thanks for your comments Ray. Yes I had seen the cXML UsersGuide.pdf before, that was my starting point but I didn't find it very useful for providing example code. Unfortunately this project has stalled but I'm hoping it will restart in the New Year.
Thanks for the points, and best wishes for the new year! ~Ray
Avatar of ncw

ASKER

I found the xml in $GLOBALS['HTTP_RAW_POST_DATA']