Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Hi Waysell,
You haven't attached any screenshots.
Thanks.
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.
Hi rhall,
I tested the URL with postman & getting the same exception as in talend (server not recognize the http header soap action)
Thanks
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?
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
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.
@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...