Search found 6 matches
- Fri Dec 13, 2024 11:25 pm
- Forum: HTTPAPI
- Topic: HTTP_URL_POST_STMF method help
- Replies: 3
- Views: 26473
Re: HTTP_URL_POST_STMF method help
Scott, thank you for taking time to respond to my request for assistance. After correcting / adjusting program code as you suggested, I received the following error, "{"404":"Unable to find a route to match the URI: document\/extractfield"}". Funny enough, I ran the pgm...
- Fri Dec 13, 2024 8:18 pm
- Forum: HTTPAPI
- Topic: HTTP_URL_POST_STMF method help
- Replies: 3
- Views: 26473
HTTP_URL_POST_STMF method help
We are attempting to call SIGNNOW API to upload a document with tags. We have been able to successfully test the API via POSTMAN API tester. However, when we attempt to call the API from within an RPGLE program using HTTPAPI, we are not successful and receive "CommTCP_read: Socket has been shut...
- Thu Mar 31, 2022 9:55 pm
- Forum: HTTPAPI
- Topic: HTTP 500 Error - HTTPAPI vs POSTMAN
- Replies: 7
- Views: 11994
Re: HTTP 500 Error - HTTPAPI vs POSTMAN
Good afternoon, Scott. An interesting observation regarding HTTP/1.1 v HTTP/1.0. The HTTP/1.0 seem to only happen with a response of 411. That being said, I decided to use HTTP_POST_URL to make the API call. One of the parameters passed in this procedure is the size of the data payload. I thought pe...
- Thu Mar 31, 2022 2:30 pm
- Forum: HTTPAPI
- Topic: HTTP 500 Error - HTTPAPI vs POSTMAN
- Replies: 7
- Views: 11994
Re: HTTP 500 Error - HTTPAPI vs POSTMAN
Once again, thank you for your observations. This is a learning process for me and I appreciate the guidance of someone much more experienced than I. I modified code within the program and have begun testing the process once more. The request failed once again, but now the error indicates that lengt...
- Wed Mar 30, 2022 9:30 pm
- Forum: HTTPAPI
- Topic: HTTP 500 Error - HTTPAPI vs POSTMAN
- Replies: 7
- Views: 11994
Re: HTTP 500 Error - HTTPAPI vs POSTMAN
Good afternoon, Scott. Thank your for your prompt rely to our inquiry. In response to the points brought up in your reply: 1) We were not aware of a process within HTTPAPI that provides a multipart form-data encoder. We will have to research this option further. Can you tell us if there is online do...
- Tue Mar 29, 2022 8:17 pm
- Forum: HTTPAPI
- Topic: HTTP 500 Error - HTTPAPI vs POSTMAN
- Replies: 7
- Views: 11994
HTTP 500 Error - HTTPAPI vs POSTMAN
We are attempting to call UKG ( Kronos Software ) Import API to post Wage Change Information for an employee. We have been able to successfully test the API via POSTMAN API tester. However, when we attempt to use a different API tester and/or call the API from within an RPGLE program using HTTPAPI, ...