I am trying to setup a sample web-service "QualityControlService" under JBoss 
4.0.3. I followed the JBoss web-service development process and created 
skeleton classes using WSCOMPILE tool. But when I try to run my web-service 
client following error message pops up: 
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
 
java.io.IOException: No serializer found for class 
gov.ed.fsa.payment.dto.QualityControlListingReqEDXDTO in registry [EMAIL 
PROTECTED] 
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------
 
1. Below is the signature of remote web-service Interface: 

package gov.ed.fsa.payment.webservice; 

public interface QualityControlService extends Remote { 
public gov.ed.fsa.core.dto.PageableListDTO 
getQualityControlListing(gov.ed.fsa.payment.dto.QualityControlListingReqEDXDTO 
reqDTO) throws java.rmi.RemoteException; 
} 

2. WSCOMPILE tool has generated one 
"QualityControlListingReqEDXDTO_LiteralSerializer" class and I guess this class 
acts as serializer for my DTO object "QualityControlListingReqEDXDTO". 

So theoretically my web-service client should not complain about missing 
serializer as is the case. If some one can send me the directory structure for 
web-service client part that would be very helpful. 

Thanks, 
Neeraj 


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915669#3915669

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915669


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to