I was hoping someone has done this before and maybe could help me. I have been able to establish a HTTPS session to a remote server (apache) but I am stumped from that point on. I have done a number of different types of interfaces but this is the first using HTTP or HTTPS.
If I do a GET, the thread seems to swap and confirm certificates OK (Query TPS = httpQuery) and then I get back the appropriate Web Page from the other end, thats good. Now if I change it to a POST and pass anything to it I get a “httpQuery error: httppost requires a ‘DATA’ key” error (same with PUT). This seems to indicate that I am missing something crucial to establish the session but I haven’t a clue what. It does not seem to verify the certificates in either POST or PUT methods, just jumps to the above error.
After searching this forum and the archives I have not been able to find out anything that can help me get past this error and the Quovadx manual on HTTPS is useless. I effectively want to pass records to the server, and at this stage I just want to pass anything and get something back from the remote server (like an error) to prove that I am connecting and can pass data.
I hope someone can help.