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

Keep original xml in request #248

Closed
wants to merge 2 commits into from
Closed

Conversation

cherzog
Copy link
Contributor

@cherzog cherzog commented Nov 15, 2019

Description

In order to use the original data later, the original XML is stored in
the request.

In order to use the original data later, the original XML is stored in the request.
@avindra
Copy link
Contributor

avindra commented Nov 28, 2019

@cherzog isn't this available already in envelope ? I can see it available in both the callback form as well as the async / await flavor

@cherzog
Copy link
Contributor Author

cherzog commented Dec 10, 2019

Can you give me an example? I don't see it.

Where is the envelope supposed to be?

var result = operation(args, handleResult, options.headers, req);

args = JSON-object of the request
handleResult = the callback
option.headers = headers (if available)
req = the request (but not the content, here I inserted originalXml)

@stale
Copy link

stale bot commented Feb 8, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Feb 8, 2020
@stale
Copy link

stale bot commented Feb 22, 2020

This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository.

@stale stale bot closed this Feb 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants