Re: How to fill SOAP-Header ??

2008-06-18 Thread Daniel Kulp
Hmm. not really sure. In a way, it's related to https://issues.apache.org/jira/browse/ CXF-1654 because if the contexts were available, you could add the header to the context. You could write an interceptor that adds the header, but that's a bit more complex. If the wsdl's soap bi

How to fill SOAP-Header ??

2008-06-16 Thread Marcus Redeker
All, I want to use CXF 2.1 in combination with Spring 2.5.4 to create an application that communicat with the Intrexx Portal Server. My application will provide Webservices which are used by an application within the portal ans also I want to call webservices which the portal provides. Offering m