Question
· Apr 27, 2023

What type of inbound connection send an ACK back by default?

I know that a TCP connection sends back an ACK, but what about REST, SOAP, HTTP, etc..?

Product version: IRIS 2023.1
Discussion (2)2
Log in or sign up to continue

Web services normally use an HTTP status code; for example, an ACK would be 200 OK for REST/HTTP and would be available through the %Net.HttpResponse Object in the StatusCode/StatusLine properties. SOAP usually provides some sort of payload along with the status code, and that would be found in the Data property. The type of response would likely be identified in the source/target system's WSDL for the SOAP interface.