• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

HOW TO INCLUDE AN XML DOCUMENT IN THE SOAPHEADER?

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI All,

I have an urgent requirement in my project. I am using SAAJ API to create my Soap message. Requirement is to include the WfContext information in to the header. Not sure how to do it. As of now, i have my WFContext object converted into XML using JaxB. I have theXML Document btu not able to add the document. I am able to add XML to SOAPBody but not header. please let me know if there is a way to it. Expecting reply at the earliest.

Thanks.
 
reply
    Bookmark Topic Watch Topic
  • New Topic