Page 1 of 1

Processing an XML response got from a HTTP GET

Posted: Thu Sep 28, 2017 3:27 pm
by migscay
Please Help I can send a get Service with (HttpService) and I can see that it is getting the XML response

<?xml version="1.0" encoding="utf-8"?>
<ABRPayloadSearchResults xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi=
<request>

I want to process the response by BIND SERVICE(ABNv201408) TYPE(*INBOUND) but I am getting an error


ERROR "HTTPService: unsupported outbound/inbound bind content"

Re: Processing an XML response got from a HTTP GET

Posted: Thu Sep 28, 2017 3:44 pm
by migscay
Or can I send the HTTP GET request with the SERVICE loaded is HTTPInboundXMLBindService?