Re: [PHP] Responding to an XML data post

2012-09-27 Thread tamouse mailing lists
On Thu, Sep 27, 2012 at 1:00 PM, Daniel Brown wrote: > On Thu, Sep 27, 2012 at 1:48 PM, Bastien Koert wrote: >> Hi All, >> >> I am stuck in something where a 3rd party app pushes an XML post to my >> site. They need me to respond to that push with a synchronous XML post >> back confirming that th

Re: [PHP] Responding to an XML data post

2012-09-27 Thread Daniel Brown
On Thu, Sep 27, 2012 at 1:48 PM, Bastien Koert wrote: > Hi All, > > I am stuck in something where a 3rd party app pushes an XML post to my > site. They need me to respond to that push with a synchronous XML post > back confirming that the data was received / had issues etc. Those > XMLs are define

[PHP] Responding to an XML data post

2012-09-27 Thread Bastien Koert
Hi All, I am stuck in something where a 3rd party app pushes an XML post to my site. They need me to respond to that push with a synchronous XML post back confirming that the data was received / had issues etc. Those XMLs are defined, but I am not sure how to push that XML back. A simple echo $xm