The Service URL property of the External Integration field determines how data is sent between the CivicPlus Form Center module and an external server. The service URL has the following format:{Communication Type}{Web Service URL}
The communication type can be either XML or HTTP; the details of each communication method are described later in this section.
- {xml}{http://www.MySite.com./MyURL.aspx} Uses the XML communication method and will send data to http://www.MySite.Com/MyURL.aspx
- {http}{http://www.MyCity.com/ServiceURL.php} Form Center will send a standard HTTP POST request to http://www.MyCity.com/ServiceURL.php
- {json}{http://www.MySite.com./MyURL.aspx} Uses the JSON communication method and will send data to http://www.MySite.Com/MyURL.aspx
XML Document
The first method to send and receive data is by using an XML document to both send and receive the data. Using this method, Form Center creates an XML document and sends it to the external server. A sample XML document response is formatted in the following manner:
<fieldList>
<field name=”txtAddress” value=”101 N. Main”/>
<field name=”txtName” value=”John Doe”/>
Feedback About the Article
Let us know what was helpful or not helpful about the article below.0 comments
Please sign in to leave a comment.