Re: InstantiationException with Axis 1.4...

2008-09-19 Thread james a. cubeta
james a. cubeta [mailto:[EMAIL PROTECTED] > *Sent:* Friday, September 19, 2008 9:17 AM > *To:* axis-user@ws.apache.org > *Subject:* InstantiationException with Axis 1.4... > > > > I am using Axis 1.4, and I am trying to write a simple test application of > a web service. > &

RE: InstantiationException with Axis 1.4...

2008-09-19 Thread McCullough, Ryan
James, there is not enough information. You will need to provide your soap stub code and an example source file that reproduces the issue. From: james a. cubeta [mailto:[EMAIL PROTECTED] Sent: Friday, September 19, 2008 9:17 AM To: axis-user@ws.apache.org Subject: InstantiationException with

InstantiationException with Axis 1.4...

2008-09-19 Thread james a. cubeta
I am using Axis 1.4, and I am trying to write a simple test application of a web service. I saved the WSDL locally, used WSDL2Java to build stub code, created a JAR, and wrote a test case that basically does this: URL url = new URL(" https://192.168.1.150:8443/simple-ws/service/SimpleExample";);