Hmmm...
Axis is designed to be XML protocol-agnostic, but
the current product implements support for only SOAP 1.1 and (in preliminary
form) SOAP 1.2. So to ask Axis to do raw XML message processing, you will have
to implement support for your raw protocol. (You'd have to rewrite a pretty
significant piece of Axis.)
Considering that the primary focus behind Axis is
to perform SOAP processing, I probably wouldn't recommend using it to perform
raw XML over HTTP processing. I'd recommend using a servlet with some type
of Java/XML binding framework, such as Castor or JAXB.
I'm not yet convinced that "Axis will eventually
need to support JAXB". I haven't seen a requirement from the
JAX-RPC expert group that says that serialization will have to use
JAXB. JAXB is a relatively heavy-weight binding framework, so I suspect that
SOAP builders and users will resist this type of requirement. We'll see how
things work out.
Anne
|
- RE: Axis attachment file created in the Temp direct... jaccoud
- RE: Axis attachment file created in the Temp d... Davanum Srinivas
- RE: Axis attachment file created in the Temp direct... Kellogg, Richard
- RE: Axis attachment file created in the Temp direct... Subhendu Kumar mohanty
- RE: Axis attachment file created in the Temp direct... jaccoud
- RE: Axis attachment file created in the Temp direct... Subhendu Kumar mohanty
- Re: Axis attachment file created in the Temp d... Rodrigo Ruiz
- AXIS serialization/deserialization of XML ... Tony Opatha
- Re: AXIS serialization/deserialization... Anne Thomas Manes
- Re: AXIS serialization/deserializa... Tony Opatha
- Re: AXIS serialization/deseri... Anne Thomas Manes
- Re: AXIS serialization/de... Robert Lowe
- Re: AXIS serialization/de... Anne Thomas Manes