Re: Getting SOAP Header in WSDL

2010-02-08 Thread Christian Schneider
Hi Abhishek, there is a sectionin a FAQ: How can I add soap headers to the request/response? see: http://cxf.apache.org/faq.html Is that what you are searching for? You can use the annotation @WebParam(header = true) to add the header to the WSDL generated from your java interface. Greetings

RE: Getting SOAP Header in WSDL

2010-02-08 Thread Sharma, Abhishek
Please respond I just want Authentication to be implemented thru JSESSIONID in my Webservices. Thanks Abhishek -Original Message- From: Sharma, Abhishek [mailto:abhishek.sha...@safenet-inc.com] Sent: Thursday, February 04, 2010 2:28 PM To: 'users@cxf.apache.org' Subject: Getting SOAP H