The Artima Developer Community
Sponsored Link

Web Services Forum
Null Serializer Factory Found

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ravi chandran

Posts: 2
Nickname: ravichand
Registered: Nov, 2005

Null Serializer Factory Found Posted: Nov 10, 2005 10:56 PM
Reply to this message Reply
Advertisement
Hi,

I built axix(axis1.3) with castor(castor-0.9.9.jar)

In my deploy.wsdd I mentioned CastorSerializerFactory and CastorDesrializerFactory as serializer and desrializer respectively.

<typeMapping
xmlns:ns="http://w3.ibm.com/schemas/services/2002/11/15/stockquote"
qname="ns:quote"
type="java:com.ibm.w3.services.stockquote.Quote"
serializer="org.apache.axis.encoding.ser.castor.CastorSerializerFactory"
deserializer="org.apache.axis.encoding.ser.castor.CastorDeserializerFactory"
encodingStyle=""
/>
Though CastorSerializerFactory, CastorDesrializerFactory both classes as well as utility classes also in the classpath,
when i try to run deploy.wsdd,getting exception saying that "Null Serializer Factory Found"


Just i followed this article to test document based webservies
http://www-128.ibm.com/developerworks/webservices/library/ws-castor/#N10124

Rgds,
Ravi

Topic: reverse words Previous Topic   Next Topic Topic: Webservice to store information with Axis

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use