Is it possible to send implicit headers with WSDL (cxf generated) when doing
java first development? I have an interceptor applied to a service that
checks the headers to make sure it contains a valid userid and pwd as shown
here:
<jaxws:inInterceptors>
<ref bean="myInterceptor" />
</jaxws:inInterceptors>I want this header requirement published in the generated WSDL doc. Do I have to go WSDL first route for this.... Thanks.
