soap - WWSAPI and setting "soapenv:Header" values -


I am trying to connect to a web service from a C ++ app using WWS. I just got the connection to work fine. My XMM message has two parts, however, a header (sopenave: header) and one body (soap: body). Generated work only in the body How do I set up the header information? I have assumed that there is something with WsSetHeader () or WsAddCustomHeader (), but can not be used to find the right values ​​to use in parameters, can anyone tell me in the right direction here?

I've been trying to googling and doing research for several days and I'm looking for many sources for fundamental help with WWSAPI, but there's nothing to go deeper into more advanced

/ P>

>

contains information on adding a custom header, but reading your description is unclear what comes You want standard message headers or custom headers, if you are actually talking about standard message headers, then they should be populated.

Comments