Hi all, I have generated the concrete types for my web service using axis. It has a bunch of code which can deserialize & serialize my types. For example I have a concrete class called QueryType generated by axis.
I was wondering if it were possible to take any old xml stream which corresponds to the QueryType and be able to use the axis generated deserializer to produce the QueryType? I've looked at DeserializationContextImpl and see that it is a ContentHandler. But I don't know what I need to pass to its constructor to make it operate as such. I suspect I can pass it a null for the MessageContext, but the SOAPHandler is a little more troubling to me. Thanks for the help Kevin
