Wsdl2java ignores soapAction?

2008-01-31 Thread Marco Piraccini
I tried to apply wsdl2java to the WSDL below. The WSDL operations defined are both referring to the same type element as input message, so the soap body are the same for both the messages. To solve this collision, i added the soapAction to the binding, but the wsdl2java seems to ignore it.

Re: Wsdl2java ignores soapAction?

2008-01-31 Thread James Mao
Better let us know the version of CXF you're using James On Jan 31, 2008 8:07 PM, Marco Piraccini <[EMAIL PROTECTED]> wrote: > I tried to apply wsdl2java to the WSDL below. The WSDL operations > defined are both referring to the same type element as input message, > so the soap body are the sam

Re: Wsdl2java ignores soapAction?

2008-01-31 Thread Daniel Kulp
This is actually per spec according to the WS-I Basic Profile. Section ---snip--- 5.6.7 Wire Signatures for Operations An endpoint that supports multiple operations must unambiguously identify the operation being invoked based on the input message that it receives. This is only possible if al