You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by Don Stewart <Do...@corizon.com> on 2005/04/11 17:43:58 UTC

Easiest way to populate a SOAPHeader with an Xmlbeans Document

Hi,
 
I have parsed a WSDL file and XmlBeans has created the necessary
documents for the SOAPHeader elements. 
However, looking at the SOAP implementation documentation there does not
appear to be a simple way to populate the header from my Xmlbeans
document or it's DOM Node.
 
Am I missing something or is it just a pain ??
 
Regards
 
Don