You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Heitzso <he...@bellsouth.net> on 2002/06/04 20:37:07 UTC

could someone who has written custom serializer

and successfully run w/ axis beta2 
email me sample wsdd, ser/deser and
factory code?

wsdd typeMapping stanza is not getting into
ServiceDesc, even after deploying, and
then ServiceDesc lines 688 blows null pointer
exception.  

Thanks

I'm tearing my hair out trying to get this
to work.

Heitzso

my wsdd typeMapping stanza:

<typeMapping
	xmlns:ns="urn:ferrett"
	qname="ns:selectionnodeset"
	type="java:org.thedataweb.service.ferrett.datamodel.SelectionNodeSet"
	serializer="org.thedataweb.service.ferrett.datamodel.SelectionNodeSetSerializerFactory"
	deserializer="org.thedataweb.service.ferrett.datamodel.SelectionNodeSetDeserializerFactory"
	encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
/>