RE: RemoteException: java.lang.NullPointerException

2005-04-28 Thread James Chiu
@ws.apache.org Subject: RE: RemoteException: java.lang.NullPointerException I actually started with Axis 1.2. While compiling the client stub classes generated from WSDL2Java, I received a ClassNotFoundException error. However, once I changed to Axis 1.1, the problem is gone. Using the same WSDL file

RE: RemoteException: java.lang.NullPointerException

2005-04-28 Thread Shawn Zhu
-user@ws.apache.org Subject: RE: RemoteException: java.lang.NullPointerException I actually started with Axis 1.2. While compiling the client stub classes generated from WSDL2Java, I received a ClassNotFoundException error. However, once I changed to Axis 1.1, the problem is gone. Using the same

RE: RemoteException: java.lang.NullPointerException

2005-04-27 Thread James Chiu
Yes, I am using Java 1.5 and Axis 1.1. James -Original Message- From: Dominik [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 27, 2005 5:40 AM To: axis-user@ws.apache.org Subject: Re: RemoteException: java.lang.NullPointerException Are you using Java 1.5 and Axis 1.1 ? - Original

RE: RemoteException: java.lang.NullPointerException

2005-04-27 Thread James Chiu
. James -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 27, 2005 10:30 AM To: axis-user@ws.apache.org Subject: Re: RemoteException: java.lang.NullPointerException That's your problem -- they don't work well together. I suggest you upgrade

RemoteException: java.lang.NullPointerException

2005-04-26 Thread James Chiu
Hi, I received a RemoteException: java.lang.NullPointerException after my client makes a WS method call. I used the WSDL2Java utility to create client stub classes. The server side is hosted by Microsoft IIS. I turned on the debugger and found where the exception is thrown as following