IntelliJ Java IDE
The moose likes Web Services and the fly likes Webservice Error Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Webservice Error" Watch "Webservice Error" New topic
Author

Webservice Error

Ashok Jag
Greenhorn

Joined: Sep 21, 2005
Posts: 18
Hi, I am getting this error when I invoke a webservice by means of sample java client.

C:\Documents and Settings\NuanceAdmin\Desktop\DoItBest on Laptop-050308\DoItBest
\WEB-INF\classes>java testvse_tanit.CICS.CWBA.OOS0200X.OOS0200XClient
AxisFault
faultCode: {http://xml.apache.org/axis/}HTTP
faultSubcode:
faultString: (0)null
faultActor:
faultNode:
faultDetail:
{}:return code: 0

{http://xml.apache.org/axis/}HttpErrorCode:0

(0)null
at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.j
ava:693)
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:141)

at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrateg
y.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
at org.apache.axis.client.Call.invokeEngine(Call.java:2754)
at org.apache.axis.client.Call.invoke(Call.java:2737)
at org.apache.axis.client.Call.invoke(Call.java:2413)
at org.apache.axis.client.Call.invoke(Call.java:2336)
at org.apache.axis.client.Call.invoke(Call.java:1793)
at testvse_tanit.CICS.CWBA.OOS0200X.OOS0200ServiceBindingStub.OOS0200(OO
S0200ServiceBindingStub.java:176)
at testvse_tanit.CICS.CWBA.OOS0200X.OOS0200XClient.connectandProcess(OOS
0200XClient.java:39)
at testvse_tanit.CICS.CWBA.OOS0200X.OOS0200XClient.main(OOS0200XClient.j
ava:57)

I dont get any error when I try it from a Windows XP or 2000 but only in 2003 server. Can anyone let me know what would be the issue. Your help will be much appreciated.

Thanks
Ashok
Ashok Jag
Greenhorn

Joined: Sep 21, 2005
Posts: 18
 
IntelliJ Java IDE
 
subject: Webservice Error
 
Threads others viewed
Connection Reset Error while deploying wsdl file on Server
Must use GET - (405)Method Not Allowed. Axis
Mappoint MPCLient problem.
Getting error while calling web service using VPN. Urgent!!
java.net.SocketException when i invoke a secured web service
MyEclipse, The Clear Choice