Hello, i have a question about the (Bean)Desializer-classes from Axis. I have created the client-classes for a webservice using wsdl2java. There is a class Order.java with methods to get a Serializer/Deserializer for this class. How can i use the Deserializer returned by this method to transform an XML-file (or a string containing the xml) into an Object of type order or is this impossible? The Api-doc und the axis-user-guide.html doesn't really help me further. Any suggestions?
Thanks
Hans
