Web Service Capture Point Responses (iWD-Compatible)
This page presents examples of responses used by the Web Service Capture Point when operating in iWD compatibility mode.
WebserviceFault Error Response
<?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns2="http://webservices.evo" xmlns:ns4="http://taskinfo.gtl.evo" xmlns:ns3="http://broker.gtl.evo" xmlns:ns1="http://evo" xmlns:iwd="http://webservice.capture.gtl.evo"> <SOAP-ENV:Body> <SOAP-ENV:Fault> <faultcode>SOAP-ENV:Client</faultcode> <faultstring>Interaction Server protocol error</faultstring> <detail> <fault xsi:type="ns2:WebserviceFault"> <code>43</code> <message>Unknown interaction identifier specified</message> <severity>ERROR</severity> </fault> </detail> </SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
createTaskResponse
The only parameter returned in the createTaskResponse is the out string, which contains the interaction ID of the new interaction.
<?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns2="http://webservices.evo" xmlns:ns4="http://taskinfo.gtl.evo" xmlns:ns3="http://broker.gtl.evo" xmlns:ns1="http://evo" xmlns:iwd="http://webservice.capture.gtl.evo"><SOAP-ENV:Body> <iwd:createTaskResponse> <iwd:out>02JGQY2FEEP9P000</iwd:out> </iwd:createTaskResponse> </SOAP-ENV:Body></SOAP-ENV:Envelope>
This page was last edited on June 18, 2020, at 10:43.
Comments or questions about this documentation? Contact us for support!