What I need to set up in the http-client is a real time HL7 ADT feed connection to Search America with user name and password. Here is what is is provided in their specs:
POST /apps/search/api2.jsp HTTP/1.0
host: apiqa.searchamerica.com
Content-Length: 481
Content-Type: application/x-www-form-urlencoded
Query String – userid=userid&apiENGINE=apiType&password=password&searchInput=MSH|^&~|
Under the protocol properties, I assume I put their host in the URL, not sure what to place in the header, now since we’re not using certs / keys, do I select the Authorization option for user name and password?
If anyone has experience with this, help is greatly appreciated.