Hi I want to send xml from my PHP server to an ASP server providing a web service. What should / can I use to do this - XML RPC , SOAP , REST, cURL or should I be ok with a simple packaging up of the XML.
Any resources you know of on ASP being reached via XML from PHP scripts / code?
thanks for any advice - I thought there would be more on this on the web but it is escaping me so far!