Quantcast
Viewing all articles
Browse latest Browse all 2772

How to retrieve transmissionReport in response XML

I have a EXCEL file with MACRO embedded that works as a bulk release order upload tool. To connect to OTM, I'm using the WMservlet (http://hostname/GC3/glog.integration.servlet.WMServlet) HTTPPOST . My code on the VB for this is straightforward:

Dim XmlHttp As MSXML2.XMLHTTP60
Set XmlHttp = New MSXML2.XMLHTTP60

XmlHttp.Open "POST", URL, False, UserName_Id, Password
XmlHttp.send (xmlInput)

I want to retrieve the transmissionReport message to see if there are validation errors on my upload (ie required field missing; FK not exist; etc). Any suggestion how can i do this?
Image may be NSFW.
Clik here to view.

Viewing all articles
Browse latest Browse all 2772

Trending Articles