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
Anonymous
Not applicable

Hi, sorry about the delay. I was a little busy yesterday. I believe your SOAP Action should be ....

 

"http://tempuri.org/GetInOutPunches"

Karthick4
Contributor
Contributor
Author

Hi rhall,

 

I tried it but i am getting error as bad request & when i opening the URL its not giving error as below & attached in screenshot.

404 - File or directory not found.


tempuri.png
tempuri.png
Anonymous
Not applicable

Try this as the URL....

"http://gaininsights.securtime.in/api/SecurTimeService.asmx?op=GetInOutPunches"

....and the URL I specified before as the SOAP Action

Karthick4
Contributor
Contributor
Author

Hi rhall,

 

Again  i am getting same error. please find the screen shot.


err.png
Karthick4
Contributor
Contributor
Author

Hi rhall,

 

please find the conf details & XML input as below screenshots.


conf.png
Anonymous
Not applicable

Are you sure you have been getting the same error in your output window for every URL and SOAP Action you have tried? You have shown me different errors (browser errors and output window errors) do it is a little difficult to narrow this down.

Anonymous
Not applicable

I suggest you first use and SOAP client to test your query before implementing on talend

Karthick4
Contributor
Contributor
Author

Hi rhall,

 

yes,i am getting same error like bad request & bad response.

Karthick4
Contributor
Contributor
Author

Hi dgm,

 

As i don't know about API, Can you test the URL i gave from your end or suggest me how to do it.

 

Thanks.

Anonymous
Not applicable

please find the screen shot.