Hari Achyuta

Greenhorn
+ Follow
since Dec 21, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Hari Achyuta

I am using JRUN to deploy my webservices.
I wrote a java interface, HPExampleJRUN.java
Did java2wsdl and wsdl2java. Both are successful.
I got 5 java files generated thru wsdl2java,

HPExampleJRUNService.java
HPExampleJRUNServiceLocator.java
HPExampleJRUNWSSoapBindingImpl.java
HPExampleJRUNWSSoapBindingStub.java
HPExampleJRUNWSSoapBindingImplSkeleton.java


compiled them and placed all of them in the JRUN web application directory. Added a service element in server-config.wsdd.
Opened a browser and typed in http://localhost:8101/travelnet/services/HPExampleJRUN?wsdl
it gave me wsdl.

Now I wrote a Client that uses this webservice.
I got the following error:
An Axis Fault occurred: java.lang.InstantiationException: jrun.com.example.HPExampleJRUN

Looks like i am something is going wrong with the invoke method. Here is the entire code:



Can someone help me with this, couldn't understand why this error is generated.
Thanks,
KHP
17 years ago