JIRA issue is    https://issues.apache.org/jira/browse/CXF-1696

I'll try the workaround.

Thanks,

Brent


dkulp wrote:
> 
> 
> Definitely a bug.   It's looking in the main message first when trying  
> to resolve the soap:header "part" flag.
> 
> You can workaround it by changing the ARAuthenticate message to:
>    <message name="ARAuthenticate">
>       <part element="s:AuthenticationInfo" name="auth"/>
>    </message>
> 
> and the soap:header elements to:
> <soap:header message="s:ARAuthenticate" part="auth"  use="literal">
> 
> 
> Can you log a jira issue for this so it doesn't get lost?
> 
> Dan
> 
> 
> 
> 
> 
> ---
> Daniel Kulp
> [EMAIL PROTECTED]
> http://www.dankulp.com/blog
> 
> 
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/wsdl2java-implicit-header-issues-tp18351228p18371681.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to