Closed waynesun09 closed 2 years ago
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) https://github.com/suds-community/suds/issues/1#issuecomment-516087255
— Reply to this email directly, view it on GitHub https://github.com/suds-community/suds/issues/79#issuecomment-1159337007, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAXCKMRFBLOSMPL6L6NE3TVPUUFJANCNFSM5ZDNSXEA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
@phillbaker PR raised, please help check, thanks
The last_received function have been removed with commit:
https://github.com/suds-community/suds/commit/8eaf1052529ee85ce1832c12260d54d482e6ab6a
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