WSIF/Axis support to build SOAP Headers
| Newsgroups | gmane.text.xml.axis.user,gmane.comp.apache.webservices.wsif.devel |
|---|---|
| Message-ID | <[email protected]> |
What type of support does WSIF provide to build SOAP headers via the AXIS provider? For a given WSIFMessage I know that I can call: WSIFMessage.setObjectPart( WSIFConstants.CONTEXT_SOAP_HEADERS, domElement ); where domElement represents a DOM element that is the SOAP Header that I have built. What is the recommended means of working directly with a SOAP Header via the WSIF API differently that what I have shown? Thanks.