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:20:49 UTC

possible ServiceDesc bug

with a custom de|serializer, after loading the wsdd
and upon calling servlet/AxisServlet to see the exposed
methods, ServiceDesc is being called without first
setting the type mapping.  This throws a null pointer
exception on line 688.  

(partial stack chain by line num in ServiceDesc
  488-507-628-647-688)

I assume the typeMapping element in the wsdd file
is not getting carried over to a type mapping object
in ServiceDesc.  

I'm running beta 2.

Has anyone successfully coded custom serializers and
deployed on beta 2?

Heitzso



could someone who has written custom serializer

Posted by Heitzso <he...@bellsouth.net>.
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/"
/>