Search found 3 matches
- Tue Apr 08, 2025 1:25 pm
- Forum: HTTPAPI
- Topic: Receiving SOAP from Vendor
- Replies: 3
- Views: 10529
Re: Receiving SOAP from Vendor
Sorry, I did create just a regular HTTP server. I added the code to call QtmhRdStin, but cannot get the thing to compile. Do I need CGIDEV2 or any other additional libraries/objects? Do I need copybooks in the source or define something? dcl-s string like(DtaVar) inz; dcl-s rtnLen like(DtaLen) inz; ...
- Fri Apr 04, 2025 9:10 pm
- Forum: HTTPAPI
- Topic: Receiving SOAP from Vendor
- Replies: 3
- Views: 10529
Receiving SOAP from Vendor
I am very green when it comes to web services. I have been able to send and receive data by sending requests to various servers. We are setting up a process that will send route and order information to a third party. The route is processed on their system. They will then send the XML data back to u...
- Fri Jan 31, 2025 7:32 pm
- Forum: HTTPAPI
- Topic: Sending XML file to Web Service
- Replies: 2
- Views: 18331
Sending XML file to Web Service
I am attempting to send an XML file from our IFS to Illinois DOR using http_req. It appears that it is attempting to chunk the XML file as I get an error 400 Bad Request. The Error says it is unable to locate Submission ID which is most definitely in the XML file. Their services matches the passed S...