About java.lang.InstantiationException.

2004-05-21 Thread Bing_Wu
Hi, I created a Java interface and several Java classes which implement the interface. I used Java2WSDL to generate the WSDL from the interface. Then I used WSDL2Java to generate the stub classes. When I used the stub classes, I got the following error: AxisFault  faultCode: {http://schemas.xml

Question about java.lang.InstantiationException.

2004-05-12 Thread Bing_Wu
Hi, I defined an interface: com.idx.lw.webservices.inbox.InboxRetrievalService like the following: public interface InboxRetrievalService {     public String getInboxList(CISContext cisContext, InboxRetrievalBean inboxRetrieval) throws CISException; } where class CISException extends RemoteExce

Question about java.lang.InstantiationException.

2004-05-10 Thread Bing_Wu
Hi, I defined an interface: com.idx.lw.webservices.inbox.InboxRetrievalService like the following: public interface InboxRetrievalService {     public String getInboxList(CISContext cisContext, InboxRetrievalBean inboxRetrieval) throws CISException; } where class CISException extends RemoteExce