Important Update: Some Community URL Redirects are Under Maintenance. Learn More. .

cancel
Showing results for 
Search instead for 
Did you mean: 

SOAPAction not recognized

matthancock
Contributor III

Setting up queries in POSTMAN. I am able to get session token but when attempting to SearchRecordsByReport using GUID I get the below result. 

 

        <soap:Fault>
            <faultcode>soap:Client</faultcode>
            <faultstring>Server did not recognize the value of HTTP Header SOAPAction: http://archer-tech.com/webservices/SearchRecordsByReport.</faultstring>
            <detail />
        </soap:Fault>
 
 
My XML Body
 
<?xml version="1.0" encoding="utf-8"?>
  <soap:Body>
    <SearchRecordsByReport xmlns="http://archer-tech.com/webservices/">
      <sessionToken>myToken</sessionToken>
      <reportIdOrGuid>myGUID</reportIdOrGuid>
      <pageNumber>1</pageNumber>
    </SearchRecordsByReport>
  </soap:Body>
</soap:Envelope>
 
 

 

2 ACCEPTED SOLUTIONS

Accepted Solutions

Thanks.  There should be no custom headers configured.

Here's is mine:

DavidPetty_0-1674156129063.png

DavidPetty_1-1674156168450.png

 

 

 Advisory Consultant

View solution in original post

I think it might be the ?WDSL at the end of the URL.  Should be just [url]//ws/search.asmx

 Advisory Consultant

View solution in original post

6 REPLIES 6

DavidPetty
Archer Employee
Archer Employee

@matthancock do you have anything configured in the Headers tab for Postman?

 Advisory Consultant

Yes, forgot to attach.

matthancock_0-1674155383623.png

 

Thanks.  There should be no custom headers configured.

Here's is mine:

DavidPetty_0-1674156129063.png

DavidPetty_1-1674156168450.png

 

 

 Advisory Consultant

I get fault error to supply SOAP Action.

<faultstring>Unable to handle request without a valid action parameter. Please supply a valid soap action.</faultstring>

- the header shown are mostly auto generated - I did update to match your ACCEPT and CONTENT-TYPE.

matthancock_0-1674160910124.png

 

I think it might be the ?WDSL at the end of the URL.  Should be just [url]//ws/search.asmx

 Advisory Consultant

That did it! Thank you