Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2023-01-19 10:24 AM
Setting up queries in POSTMAN. I am able to get session token but when attempting to SearchRecordsByReport using GUID I get the below result.
2023-01-19 02:23 PM
Thanks. There should be no custom headers configured.
Here's is mine:
Advisory Consultant
2023-01-19 04:00 PM - edited 2023-01-19 04:00 PM
I think it might be the ?WDSL at the end of the URL. Should be just [url]//ws/search.asmx
Advisory Consultant
2023-01-19 11:36 AM
@matthancock do you have anything configured in the Headers tab for Postman?
Advisory Consultant
2023-01-19 02:09 PM - edited 2023-01-19 02:10 PM
Yes, forgot to attach.
2023-01-19 02:23 PM
Thanks. There should be no custom headers configured.
Here's is mine:
Advisory Consultant
2023-01-19 03:41 PM - edited 2023-01-19 03:44 PM
I get fault error to supply SOAP Action.
- the header shown are mostly auto generated - I did update to match your ACCEPT and CONTENT-TYPE.
2023-01-19 04:00 PM - edited 2023-01-19 04:00 PM
I think it might be the ?WDSL at the end of the URL. Should be just [url]//ws/search.asmx
Advisory Consultant
2023-01-19 04:08 PM
That did it! Thank you