When using Suns JWSDP. I have the option of going into the com.sun.xml.rpc.encoding.literal package and grabbing
serialization objects that accommodate doc literal encoding. For instance LiteralObjectSerializerBase
and Initializable. These are found in the jaxrpc-ri.jar.
This library is not included with the Axis libraries. Out of the Axis libraries which would give me the equivalents
to the above mentioned library and classes. Thanks Jamie Powell |