• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Connection reset error thrown from Axis 1.4 webservice deployed in weblogic 10.3 server

 
Ranch Hand
Posts: 37
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I am getting Connection reset error thrown from Axis 1.4 webservice deployed in weblogic 10.3 server,when making consecutive calls after first call to webservice

Detailed decription

I have a web application deployed on one Weblogic 10.3 server, it is trying to access an axis 1.4 webservice deployed on another weblogic10.3 server.It accesses the webservice with the help of client stubs generated by WSDL2Java class.The first time when the stub calls the service using invoke() method it is able to hit the webservice.But the when the same stub calls the webservice for second time it is giving me the following COnnection reset error.Can anybody please tell me whats the solution to this error or any place where i am going wrong

Following is The exception


Following is the stub code that i am using ,the error is being thrown at the following line
java.lang.Object _resp = _call.invoke(new java.lang.Object[] {arg1, arg2, arg3});




Please do provide your valuable solutions.thank you in advance




 
Climb the rope! CLIMB THE ROPE! You too tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic