You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: