Closed conradogarciaberrotaran closed 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.
I'm going to close this issue for now. please reopen it if there are specific bugs or a feature request.
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: And also add a SHA1 signature Along side a timestamp element.
Can SUDS make this work? any help is greatly appreciated.