-
Notifications
You must be signed in to change notification settings - Fork 56
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
Restore SoapClient last_received() function #79
Comments
|
Hi, happy to review a PR for this. Based on the comment, it may be possible
to revert the earlier commit.
…On Fri, Jun 17, 2022 at 9:56 PM Leela Gangavarapu ***@***.***> wrote:
- I can see another ask for the same in here as well #1 (comment)
<#1 (comment)>
—
Reply to this email directly, view it on GitHub
<#79 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAXCKMRFBLOSMPL6L6NE3TVPUUFJANCNFSM5ZDNSXEA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
waynesun09
added a commit
to waynesun09/suds
that referenced
this issue
Jun 19, 2022
This revert 8eaf105 with add back the two _SoapClient functions. Also add back the messages attribute of the client class. The messages attribute and two functions could be used to get the send/reply message Document of soap request, which could be used to get the element like 'sessionId' of a soap session. Updated test_operation_request_and_reply with the messages attribute and function check. This resolves issue: suds-community#79 Signed-off-by: Wayne Sun <[email protected]>
@phillbaker PR raised, please help check, thanks |
waynesun09
added a commit
to waynesun09/suds
that referenced
this issue
Jun 20, 2022
This revert 8eaf105 with add back the two _SoapClient functions. Also add back the messages attribute of the client class. The messages attribute and two functions could be used to get/set the send/reply message Document of soap request, which could be used to get the element like 'sessionId' of a soap session. Updated test_operation_request_and_reply with the messages attribute and function check. This resolves issue: suds-community#79 Signed-off-by: Wayne Sun <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The last_received function have been removed with commit:
8eaf105
The last_received function could be used to extract sessionId, which could be used to set into soapheaders for reuse the session.
Example usage could be found:
https://github.com/RedHatQE/pylero/blob/main/src/pylero/session.py#L127
Please restore the function as can't find other way to get the sessionId from return message
The text was updated successfully, but these errors were encountered: