Hi All
I need to convert a Purchase Order into some XML format, which I will then push into a REST service, that can filter and transform the information using XPath, XSLT etc to extract whats required. I am trying to invoke a REST service with a call like the following, and need to convert "this" (i.e. the PO) into some XML format to be sent to the REST service.
var result = WebServiceUtilities.ExecuteRESTService("ACPCommScenarioREST", "ACPServiceInt1", "POST", "/service/rest-proxy", urlParams, headerParams, "text/xml", this);
Appreciate your support to overcome this issue
thanks
asankha