[wsif] About complex types

2003-01-29 Thread Luoh Ren-Shan
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

Bean Serialization/Deserialization without constructing the whole message?

2002-06-26 Thread 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

Re: How to get the returning message in plain XML?

2002-06-21 Thread 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