suds-community / suds

Suds is a lightweight SOAP python client for consuming Web Services. A community fork of the jurko fork.
https://suds.readthedocs.io/
GNU Lesser General Public License v3.0
173 stars 56 forks source link

Does suds support this security implementation? #66

Closed conradogarciaberrotaran closed 2 years ago

conradogarciaberrotaran commented 2 years ago

Hi, i'm trying to send message to a SOAP server with some confusing security layer and I want to see if SUDS has the way to implement this: I've been provided with some public and private keys, a certificate and a JKS file. I have the instructions to make it work in SOAPUI, apparently I need to encrypt the body of the message with this settings: image And also add a SHA1 signature image Along side a timestamp element.

Can SUDS make this work? any help is greatly appreciated.

phillbaker commented 2 years ago

Hello, I see you also asked a similar question on the zeep repo. Unfortunately, contributors not able to provide support for using suds. Please refer to the available documentation and let us know how your project goes.

If you determine that there are specific features or bugs you encounter while working on this, please open a specific issue for that. This issue will be closed in a few days unless more information is provided.

phillbaker commented 2 years ago

I'm going to close this issue for now. please reopen it if there are specific bugs or a feature request.