| Author |
web service java client exception
|
Prasad Shindikar
Ranch Hand
Joined: Feb 18, 2007
Posts: 114
|
|
how to proceed when we get this kind of exception ? I am unable to find out any kind of solution
|
 |
Vinod K Singh
Ranch Hand
Joined: Sep 30, 2008
Posts: 198
|
|
|
How you created client and how that is being used to make a service call?
|
My Blog
|
 |
Prasad Shindikar
Ranch Hand
Joined: Feb 18, 2007
Posts: 114
|
|
I have written a Simple java main method through which i am trying to access the web service. I have set the proxies correctly to connect from the corporate network. the location for the wsdl file is : http://www.ebob42.com/cgi-bin/Romulan.exe/wsdl/IRoman my client code is simple IRoman is an interface that i defined (from the wsdl), which extends java.rmi.Remote and had the method IntToRoman() Hope this is helpful.
|
 |
 |
|
|
subject: web service java client exception
|
|
|