Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Create SOAP headers

Status
Not open for further replies.

plork123

Programmer
Mar 8, 2004
121
GB
Can someone please show me how to do this ?

Is it along the lines of

SOAPEnvelope envelope = message.getSOAPEnvelope();
SOAPHeaderElement element = envelope.addHeader("myHeaderNAme");

But I don't know how to put stuff into it and take stuff out

Thanks for any help
 
i'd suggest asking the mailing list of the creators of your soap toolkit

-jeff
try { succeed(); } catch(E) { tryAgain(); } finally { rtfm(); }
i like your sleeves...they're real big
 


Thanks already tried there, couldn't find anything
 


I'm using apache axis, tomcat and eclipse ide
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top