Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Karthick4
Contributor
Contributor

Server did not recognize the value of HTTP Header SOAPAction

Hi All,

 

I am trying to call soap url using tsoap component,but i am getting exception as "Server did not recognize the value of HTTP Header SOAPAction" .please find the screenshot as attached.

Labels (1)
26 Replies
Karthick4
Contributor
Contributor
Author

Hi Waysell,

 

You haven't attached any screenshots.

 

Thanks.

Anonymous
Not applicable

As @dgm01 suggested, have you actually tested the API via another tool? Web services are notoriously tricky to get right when you know you are using the correct endpoints, let alone when you are not sure of your endpoints. You really need to understand the API before trying to implement it using any toolkit. 

Karthick4
Contributor
Contributor
Author

Hi rhall,

 

I tested the URL with postman & getting the same exception as in talend (server not recognize the http header soap action)

 

Thanks

Anonymous
Not applicable

OK. Do you know anybody who has used this API before? Do you have a support contract with whoever owns the API? Is there a forum for this API? 

Karthick4
Contributor
Contributor
Author

Hi rhall,

 

No one used this API before. when i tried to Authenticate API by giving credentials along with URL i am getting the message as mentioned in screenshot.

 

The URL i am trying to access: http://gaininsights.securtime.in/api/SecurTimeService.asmx?username=GIS082&password=Welcome@123

 

 


tempurierr.png
Anonymous
Not applicable

Sorry for the delay in responding. I am on holiday at the moment, but thought I would check in to see what is happening. 

I recommend that you get the API working using another tool. Advanced Rest Client is a good one for Chrome https://chrome.google.com/webstore/detail/advanced-rest-client/hgmloofddffdnphfgcellkdfbfbjeloo

 

Once you have it working there, take what you have learned and try to apply it with Talend.

SK1694344715
Contributor
Contributor

@karthick anandan​  can you provide details to setup tSOAP component in talend, I am new to talend and unable to get details like soapaction/endpoint url details...