2025 Jan 08 12:57 PM - edited 2025 Jan 09 10:52 AM
We have used several times WebServiceUtilities.ExecuteRESTService() and WebServiceUtilities.ExecuteRESTServiceWithoutEncoding(). So far the RequestMethod had always been "POST" and everything worked fine. The body of the Response was always included in the returned RESTCallResult.content structure.
Now I want to add another call with one of the above methods in an absl script, but now the result is not returning any content in the absl file.
When calling the REST Service in Postman, everything works fine and I am sure that the webservice is returning the xml structure.
What I am missing here? What would be the correct way to get xml content from a GET REST Webservice if this is not the correct script method?
Request clarification before answering.
Nevermind! I solved it on my own and the solution is:
The debugger "Locals" window did not show any result, but when I traced the information it was clearly shown in the "Output" window. Just lost one day on this...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.