How to Post XML leads into CRM

How to Post XML leads into CRM

Hello All
 
My lead services is offering the following
XML as the lead format type for delivery over HTTP Post
 
Can this be done?
How is it done?
I would like the leads to be put into the que for approval so they are not written directly to the database
I have read the ZCRM FAQ and it is not clear to be at all how this can be done
 
Any thoughts or comments would be welcomed.  Thanks in advance.
If someone could volunteer that is fine if you are looking for compensation to develop this for us we could discuss please PM but I am looking for the generosity of members of the forum.
Thanks again for your time
-g-
 
Here is some more information from my provider;

All XML formatted leads follow our internal schema. To get this going, we just need a URL to post to, and a parameter name that we can use to identify the data stream, such as

 

www.myUrl.com?putDataHere=<data>

 

We open a HTTP socket and then post the entire stream of XML data into this one URL parameter.   When this has been accomplished, we read a predefined success or error message from your HTTP response.  A transmission over HTTPS is also available (but we don’t have the capability to provide authentication credentials at the time of POST. This is a viable option if we have a specialized webservice url and we need to specify just the URL and parameter name at the time of POST)

 

To set this up, we need the following:

  • URL
  • Parameter name
  • Failover Email address
  • Format Type (single lead per transmission or multiple leads per transmission)
  • Frequency (every 10 minutes, every 30 minutes, every hour, every 3 hours, daily, monthly)