Hi everyone,
I'm currently using fglwsdl to generate the client stubs for a Soap WS that declares a security policy using
wsp:Policy.
But the produced code makes no mention of globals that represent the possible headers so that I can fulfill my request.
The WSDL declares the following:
Since
UsernameToken is requested, the soapheader for a request should send a
wsse:Security inside.
But the client stub makes no mention of any way to do this other than editing the
_g function and manually adding the apropriate
xml.Serializer.VariableToStax calls.
It this the only way to go, or am I missing any fglwsdl parameter that allows me to leave the client stub alone?
Thank you!