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

+ pass *res* and *server* object into header() and method() #1130

Merged
merged 2 commits into from
Jan 12, 2021
Merged

+ pass *res* and *server* object into header() and method() #1130

merged 2 commits into from
Jan 12, 2021

Conversation

paulish
Copy link
Contributor

@paulish paulish commented Oct 22, 2020

In some cases you need a communication way between header and method. E.g. in header you should create wsa:MessageId which may be needed in the method. Using res object you can create this communication.

Same with soap server object. You can have some settings which may be useful both in header and method and having server object inside these functions gives a way to read settings from the server object.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 94.906% when pulling 8d2c1a4 on paulish:master into d1790b5 on vpulim:master.

@jsdevel jsdevel merged commit 9c931e2 into vpulim:master Jan 12, 2021
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

Successfully merging this pull request may close these issues.

3 participants