Hi June!
1. All of our validation is currently in the
deserializers. The schema information (i.e. what XML to expect when)
exists in the form of a TypeDesc (org.apache.axis.description.TypeDesc) for
JavaBeans, which is the common case. This will match up
elements/attributes to the appropriate Java accessors, but will not handle
validating more complex schema constraints about values (well, we do handle
enumerated types, but not, for instance, "integers from 0 to 100"). We
plan to add this richer schema validation support later.
2. I'm not quite sure what you're asking
here. Our serializaition/deserialization mechanism does not rely on
"RPC-ness" at all, and in fact there are several doc/lit examples in our tests
(see test.wsdl.nested, or test.wsdl.literal) which use XML<->Java
databinding in a document style. If you're talking about passing
SOAPElements or DOM Elements around, we support that to a limited extent now and
will improve this stuff later as well.
Hope this helps,
--Glen
|
- some questions Ma, June
- RE: some questions Glen Daniels
- RE: some questions Ma, June