Skip to content

managing security with Handlerchain #74

@gtarasconi

Description

@gtarasconi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions