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"
Processing an XML response got from a HTTP GET
Re: Processing an XML response got from a HTTP GET
Or can I send the HTTP GET request with the SERVICE loaded is HTTPInboundXMLBindService?