-
Dear all, I have use case where I am supposed to add WSSE SOAP header elements in the first request only.
The work around is to do this:
I get a session identifier in return from the first call to MyOp(), and I use that in subsequent calls. Is there a more elegant way (in a plugin, for example) to either set WSSE to None after the first service call, or something else? Maybe subclass UsernameToken and add some state there and only set the headers once? It feels a bit like a hack, though :-) Best regards, Lars |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I ended up subclassing UsernameToken handler, with a state:
|
Beta Was this translation helpful? Give feedback.
I ended up subclassing UsernameToken handler, with a state: