The Artima Developer Community
Sponsored Link

Web Services Forum
Null Serializer Factory Found

1 reply on 1 page. Most recent reply: Nov 24, 2005 11:42 PM by x x

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 1 reply 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,
Dharma


x x

Posts: 1
Nickname: xavierd
Registered: Nov, 2005

Re: Null Serializer Factory Found Posted: Nov 24, 2005 11:42 PM
Reply to this message Reply
Hi, I am from IBM Marketing. I don't work at all on this topic but I see there is a reference to http://w3.ibm.com which is the IBM intranet. Only IBM employees can reach the intranet. This could be the cause of the error...?

Best Regards,
Xavier Deserable

Flat View: This topic has 1 reply on 1 page
Topic: How to use WebLogic publishing / subscribing from a Java standalone? Previous Topic   Next Topic Topic: help me in my exam

Sponsored Links



Google
  Web Artima.com   

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