GET XML FORMAT DATA FROM WEB SERVICE RESPONSE WITHOUT EXPORTING FILE FOR SAGE 300 ERP

By | January 24, 2015

Now a day, most third party clients want to do work with minimal efforts in any industry. Many SAGE 300 ERP clients have lots of burden for making the entries into SAGE 300 ERP as well as into other software. So maintaining all those is becoming very hectic for the end users.
Many third party users have the headache for integrating one system data into the other for making same entries at both the end.
New Stuff: AR Option-Deposit Slips
Here, SAGE 300 ERP provides the web services for third parties. The web services will fetch the data from SAGE 300 ERP for the integration purpose and later on the third party will import or integrate the SAGE 300 ERP data into their own application with minimum efforts.
Our web services will provide the data in exact xml format without reading or creating any XML file on the local drive. So with help of this third party can reduce their efforts in coding for integration purpose.
Advantage: With the help of our web service effective & efficient data would get in the response. So coding for reading exported files and all can be reduce.
Please refer the below screen shot for details idea.
<DATA>
<CUSTOMER_CODE>AABBCC</CUSTOMER_CODE>
<CUSTOMER_NAME>UPDATED</CUSTOMER_NAME>
<CUSTOMER_GROUP>RTL</CUSTOMER_GROUP>
<TERRITORY>TERR</TERRITORY>
<CUSTOMER_TYPE>A</CUSTOMER_TYPE>
<CONTACT_PERSON_NAME>UPDATED TEST CONTACT PERSON</CONTACT_PERSON_NAME>
<TELEPFONE>
</TELEPFONE>
<FAX>9878546</FAX>
<EMAIL>string@gmail.com</EMAIL>
<PRICE_LIST>CANADA</PRICE_LIST>
<LOCATION>1</LOCATION>
<TAX_GROUP>ONTTAX</TAX_GROUP>
<DELIVERY_METHOD>
</DELIVERY_METHOD>
<CHECK_LANGUAGE>ENG</CHECK_LANGUAGE>
<SHIP_LOCATION>
<DATA />
</SHIP_LOCATION>
</DATA>
<DATA>
<CUSTOMER_CODE>1600</CUSTOMER_CODE>
<CUSTOMER_NAME>Dr. Dan Penn</CUSTOMER_NAME>
<CUSTOMER_GROUP>RTL</CUSTOMER_GROUP>
<TERRITORY>IA</TERRITORY>
<CUSTOMER_TYPE>
</CUSTOMER_TYPE>
<CONTACT_PERSON_NAME>Dr. Penn</CONTACT_PERSON_NAME>
<TELEPFONE>
</TELEPFONE>
<FAX>
</FAX>
<EMAIL>DrDPenn@ama.org</EMAIL>
<PRICE_LIST>USA</PRICE_LIST>
<LOCATION>
</LOCATION>
<TAX_GROUP>USDTAX</TAX_GROUP>
<DELIVERY_METHOD>Mail</DELIVERY_METHOD>
<CHECK_LANGUAGE>ENG</CHECK_LANGUAGE>
<SHIP_LOCATION>
<DATA />
</SHIP_LOCATION>
</DATA>
Also Read: 
1.Use of third party XML files for making automated entries in SAGE 300 ERP
2.How to modify standard Reports in Sage Intelligence
3.Cannot Issue an OE Credit Note to return a serialized item to a different location
4.Custom Report error in Sage 300 ERP
5.Customize and deploy Screens in Sage 200 (MMS)