Closed waynesun09 closed 2 years ago
thanks! looks good to me
@phillbaker Thanks for merge this.
When will next release happen? We need switch project dependency with this update which will be included in next release.
Hi, a new version has been released.
On Wed, Jun 22, 2022 at 12:06 PM Wayne Sun @.***> wrote:
@phillbaker https://github.com/phillbaker Thanks for merge this.
When will next release happen? We need switch project dependency with this update which will be included in next release.
— Reply to this email directly, view it on GitHub https://github.com/suds-community/suds/pull/80#issuecomment-1163311806, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAXCKLGKIIZ4EZ7DA3BFHDVQM2ZTANCNFSM5ZHBCZKQ . You are receiving this because you were mentioned.Message ID: @.***>
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: https://github.com/suds-community/suds/issues/79
Signed-off-by: Wayne Sun gsun@redhat.com