| XML Post + Receive + Response Sample XML Post + Receive + Response |
jpmadmin

msg:4495391 | 2:38 am on Sep 15, 2012 (gmt 0) | 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

msg:4526470 | 4:00 am on Dec 10, 2012 (gmt 0) | 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...
|
|
|