You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Mark D. Hansen" <kh...@yahoo.com> on 2003/12/01 23:29:04 UTC

Interop Bug in Axis JAX-RPC Handler ??

The setMessage(...) method in the Axis implementation of SOAPMessageContext seems to require a parameter of type org.apache.axis.Message.

Specifically, 

org.apache.axis.MessageContext.setMessage(javax.xml.soap.SOAPMessage message) casts the message parameter to an org.apache.axis.Message.

I think this is a bug.  Anyway, it limits Axis interoperability so that you can't use JAX-RPC classes that use other implementations of javax.xml.soap.Message (e.g., the Sun RI) inside of Axis handlers.

Is this a known bug?

-- Mark