orcasgit / py-wsse

WS-Security message-level security for SOAP (signing and encryption)
Other
11 stars 18 forks source link

Does Py-WSSE support WS-SecureConversation? #4

Closed taldev-no closed 8 years ago

taldev-no commented 8 years ago

I have a somewhat specific issue. The service I am trying to establish a connection to appears to require WS-SecureConversation, which, as far as I can gather, happens in the form of a pre-request handshake between the client and the server to get a security context token that can be used in subsequent requests.

Does this library support this? It's not mentioned, and it could explain why I can't get my module to work. Any help would be appreciated.

carljm commented 8 years ago

Not supported, no. This library supports exactly what I needed for my use case and no more :/ anything else you'll need to implement yourself.