Hi Jan, You should probably use org.apache.muse.core.serializer.Serializer, see http://ws.apache.org/muse/docs/2.2.0/javadoc/org/apache/muse/core/serializer/Serializer.html
. Then Muse will do the rest. I can definitely vouch for this approach. It should be noted that for generated proxys you must specifically change the code to use the serializers. cheers, Chris -----Original Message----- From: Jan Torben Heuer [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2008 1:32 PM To: [email protected] Subject: XmlSerializableSerializer HI, where do I have to create/register a XmlSerializableSerializer ? I got the message: [ID = 'NoFromXML'] The XmlSerializableSerializer does not have an implementation of fromXML() - it only knows how to convert objects that implement XmlSerialiable to XML (using XmlSerializable.toXML()). If you want to deserialize objects of this type from XML, you should extend the XmlSerializableSerializer and override toXML() and getSerializableType(). I want to create a Handler for a http://docs.oasis-open.org/wsn/brw-2/RegisterPublisher/RegisterPublisherRequest request. Thanks, Jan -- Jan Torben Heuer Institute for Geoinformatics [EMAIL PROTECTED] Robert-Koch-Strasse 26-28 +49 251 83-31960 48151 Münster, Germany --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
