Hello, I am needing help with a web form that HTTP posts to a 3rd party software specific URL http://example.com/Leads/Import.asmx/Post I am building a landing page that has a form that collects simple information like name, email, phone and zip. The form needs to send the infomation to the lead management software and into the software database as an XML data file. Is this a pretty easy form to create? Any step by step help, or sample code would be great. Thanks
You will probably need to use curl or SOAP. SOAP seems to be the right way to do it. These are fairly advanced, so you may want to find someone who can make the script for you if you don't have a lot of experience. Here's a few tutorials on using XML with Curl or SOAP. http://www.higherpass.com/php/Tutorials/Retrieving-Xml-With-Curl-And-Simplexml/ http://www.onlamp.com/pub/a/php/2007/07/26/php-web-services.html