Skip to content

Forward SOAP request using YARP. #2216

Answered by Tratcher
nramkrishna asked this question in Q&A
Discussion options

You must be logged in to vote

SOAP is sent as HTTP to YARP, it doesn't require any special handling. To modify the body of the request (the SOAP message) see:

https://microsoft.github.io/reverse-proxy/articles/transforms.html#request-body-transforms shows how to buffer the request body and replace it. To modify it in the middle you could use an XML parser.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@nramkrishna
Comment options

@nramkrishna
Comment options

@nramkrishna
Comment options

@Tratcher
Comment options

Answer selected by nramkrishna
@nramkrishna
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants