Hi,
Is it possible to use
XML String/DOM directly as parts of a message?
Is it possible to invoke
a operation with complex type
without generating the
classes at first?
Thank you.
Luoh Ren-Shan
Hi,
Is there an example to serialize/deserialize between
XML and beans generated by WSDL2Java
without the enclosing SOAP envelope?
The "samples/encoding/TestSer.java" sample is
dealing with the whole SOAP message.
Thank you.
Luoh Ren-Shan
If I get the following WSDL,
is it possible to generate Java code like this?
public void addEntry(String name, Document address)
Thank you.
Luoh Ren-Shan