-
Castor Integration with Apache Axis Web Service (1 messages)
- Posted by: Satya Narayana
- Posted on: December 04 2007 09:16 EST
Good morning. I encounter the below problem, when I integrate Castor with the Apache Axis framework for Webservice. Can you please throw some light on this? Thanks in advance. Satya N. ---------------------------------------------------------- faultString: java.io.IOException: No serializer found for class com.lmig.pm.cl.sto.AddNotesRequest in registry org.apache.axis.encoding.TypeMappingDelegate@245e7ff0 faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}stackTrace:java.io.IOException: No serializer found for class com.lmig.pm.cl.sto.AddNotesRequest in registry org.apache.axis.encoding.TypeMappingDelegate@245e7ff0Threaded Messages (1)
- Re: Castor Integration with Apache Axis Web Service by Krishna Pothula on December 30 2007 12:06 EST
-
Re: Castor Integration with Apache Axis Web Service[ Go to top ]
- Posted by: Krishna Pothula
- Posted on: December 30 2007 12:06 EST
- in response to Satya Narayana
stackTrace:java.io.IOException: No serializer found for class com.lmig.pm.cl.sto.AddNotesRequest in registry org.apache.axis.encoding.TypeMappingDelegate@245e7ff0
Check if you have registered the serializer in the TypeMapping Registry... for this class. Here is a very good article on how to integrate Axis and Castor. Axis and Castor