Forum Moderators: open

Message Too Old, No Replies

XML Post + Receive + Response

Sample XML Post + Receive + Response

         

jpmadmin

2:38 am on Sep 15, 2012 (gmt 0)

10+ Year Member



I'm looking for a simple / straightforward way to:

1) Send a XML Post (to: [mydomain.com...] )

2) Receive / Process it

3) Send back a response

I can't find a complete example.

The Curl samples I've tried "process" for a minute or two, then nothing happens ?

Thanks, in advance, for your suggestions.

httpwebwitch

4:00 am on Dec 10, 2012 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



parsing some XML wouldn't normally take a minute or two, unless it's a huge chunk of XML?

I don't know of any complete examples to suggest, but I'd suggest you receive the XML as a POST, parse/process it with SimpleXML, then output the result...