3 Replies Latest reply on Dec 19, 2006 6:26 PM by dlofthouse

    JBWS-1260 - What when we cannot unwrap the message parts?

    dlofthouse

      If a user has specified the parameter-style as 'wrapped' but the elements can not be unwrapped because the requirements of the spec have not been met how should we handle this situation?

      For JAX-WS the spec says for operations that fail the requirements they should be mapped using non-wrapped style. The JAX-RPC specification does not go into this level of detail.

      I have an implementation that can fall back to non-wrapped style if we are unable to unwrap the parts - do we want to do it this way so users can just specify wrapped and we will unwrap where we can or do we want to reject their WSDL if we can not unwrap everything?