Processing an XML response got from a HTTP GET

This Q&A forum allows users to post and respond to "How Do I Do ....." questions. Please do not use to report (suspected) errors - you must use your regional help desk for this. The information contained in this forum has not been validated by LANSA and, as such, LANSA cannot guarantee the accuracy of the information.
Post Reply
migscay
Posts: 5
Joined: Mon Jun 05, 2017 2:27 pm

Processing an XML response got from a HTTP GET

Post 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"
migscay
Posts: 5
Joined: Mon Jun 05, 2017 2:27 pm

Re: Processing an XML response got from a HTTP GET

Post by migscay »

Or can I send the HTTP GET request with the SERVICE loaded is HTTPInboundXMLBindService?
Post Reply