This is part 3 of a 5 part series on creating and consuming web services for Sage X3. This part will focus on testing web services.
To browse other posts in the series, click any of the links below:
Day 1 – Setting up X3 Web Services
Day 2 – Creating X3 Web Services
Day 4 – Calling a Sage X3 Object from ASP.Net
Day 5 - Calling a Sage X3 Program from ASP.NET
Now on to our current topic Testing Web Services ...
Sage ERP X3 Web Services can be tested in an interactive mode to view the call parameters and make test calls and view results. This blog post relates to Sage X3 Update 8 and earlier. For instructions on testing Sage X3 Web Services in Update 9, refer to my blog post Testing X3 SOAP Web Services in Update 9.
http://[ServerName]:28880/root, where [ServerName] is the name of the server where the X3 web services are hosted.
<PARAM>
<FLD NAM="SOHNUM">SO000240</FLD>
</PARAM>
<?xml version="1.0" encoding="UTF-8"?>
<PARAM>
<FLD NAME="BPCORD" >C3301</FLD>
<FLD NAME="CUSORDREF" >PO112613B</FLD>
<FLD NAME="STOFCY" >P21</FLD>
<TAB ID="SOH4_1" SIZE="2" >
<LIN NUM="1" >
<FLD NAME="ITMREF" >21304</FLD>
<FLD NAME="QTY" >2</FLD>
<FLD NAME="DSTOFCY" >P21</FLD>
</LIN>
<LIN NUM="2" >
<FLD NAME="ITMREF" >22301</FLD>
<FLD NAME="QTY" >4</FLD>
<FLD NAME="DSTOFCY" >D22</FLD>
</LIN>
</TAB>
</PARAM>
Contact us if you want to learn more about Sage ERP X3 Web Services features or to request help with your system.
Want all 5 days in one comprehensive guide that you can download and take with you?
Leave your name below and we'll send you a copy of our Ultimate Guide to Sage X3 Web Services. This 38-page how-to manual provides everything you need to know about using X3 web services with screenshots, step-by-step instructions, and insider tips from our expert consultants.