Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Header should be SOAPAction for Soap 1.1 instead of ActionHeader #8

Closed
epgremill3 opened this issue May 30, 2018 · 1 comment
Closed

Comments

@epgremill3
Copy link

I'm using the SoapClient to communicate with a SOAP 1.1 service. I got an error that the action wasn't defined even though I specified an action when I called to post async. I discovered this is because the HTTP Request Header that the SoapClient sets is "ActionHeader" but I believe the SOAP 1.1 specification requires a "SOAPAction" header (https://www.w3.org/TR/2000/NOTE-SOAP-20000508/#_Toc478383528).

Any chance you can change line 80 of SoapClient.cs to use "SOAPAction" instead of "ActionHeader"?

@pmorelli92
Copy link
Owner

@epgremill3 done! Sorry for the delay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants