We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Happens when custom name is set with attribute MessageHeaderAttribute(Name="custom-name")
Proposed way to fix: message headers members should use header attribute value for the name
SoapCore/src/SoapCore/SoapEndpointMiddleware.cs
Line 540 in 12e364d
similar way as body members implementation:
Line 562 in 12e364d
The text was updated successfully, but these errors were encountered:
Quick fix for DigDes#435: Null values in request for header members.
5b00e92
Merge pull request #437 from RafalChmielewski/master
c157ad8
Fix for issue #435: Null values in request for header members.
This issue is stale because it has been open for 30 days with no activity.
Sorry, something went wrong.
This issue was closed because it has been inactive for 14 days since being marked as stale.
No branches or pull requests
Happens when custom name is set with attribute MessageHeaderAttribute(Name="custom-name")
Proposed way to fix: message headers members should use header attribute value for the name
SoapCore/src/SoapCore/SoapEndpointMiddleware.cs
Line 540 in 12e364d
similar way as body members implementation:
SoapCore/src/SoapCore/SoapEndpointMiddleware.cs
Line 562 in 12e364d
The text was updated successfully, but these errors were encountered: