Processing an XML response got from a HTTP GET
Posted: Thu Sep 28, 2017 3:27 pm
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"
<?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"