Skip to content
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

managing security with Handlerchain #74

Open
gtarasconi opened this issue Jan 20, 2021 · 0 comments
Open

managing security with Handlerchain #74

gtarasconi opened this issue Jan 20, 2021 · 0 comments

Comments

@gtarasconi
Copy link

I have to retrieve data from a webservice that requires a Handlerchain aside from User and Password

The security description, suitable for java, is the following

In the handler class, a SOAPHeader must be built up with an element «UsernameToken». In that element, two elements "Username" and "Password" are added, which contain the client's username and password, respectively. The handler class must be declared in a SOAP Handler XML file, and the service class annotated with @Handlerchain. The annotation must contain a file attribute that points to handler-chain.xml.

Is there a way to handle it in SUDS?

my system:

suds-py3==1.4.4.1
Win 10
Python 3.8.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant