WWSAPI and setting "soapenv:Header" values

Posted by Ben Burnett on Stack Overflow See other posts from Stack Overflow or by Ben Burnett
Published on 2011-03-16T16:08:18Z Indexed on 2011/03/16 16:10 UTC
Read the original article Hit count: 445

Filed under:
|
|
|

I'm trying to connect to a web service from a C++ app using WWS. I got the base connection working just fine. My XML message has two parts though, a header (soapenv:Header) and a body (soapenv:Body). the generated functions only fill in the body. How do I set the Header information? I assumed it has something to do with WsSetHeader() or WsAddCustomHeader() but can't seam to find the right values to use in the parameters. Can someone point me in the right direction here?

I've been googling and trying to research this now for several days and am finding many sources for basic help with WWSAPI, but nothing seams to go deeper into how to use it for more advanced applications. any good links or resources to find more advanced help on WWSAPI?

Thanks,

--Ben Burnett

www.burnett.ws

© Stack Overflow or respective owner

Related posts about soap

Related posts about header