• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

AXIS 1.* + handler + connection reset

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all, I have a problem with axis client ws on tomcat 7
I code an handler that intercepts service calls and adds custom header to request...
in localhost 0 problems, I call the service, I intercept it with the handler, I add custom headers, and I call a dotnet service...
on test server, when I try this operation, I saw with logs that the call (first call of invoke method of handler) was ok, the second call ?! (simplechain invoke) doesnt work for connection reset, axis fault (socket exception)
I tried with commonshttpsender too but I had the same reslut...
Can anyone help me?
thanks
reply
    Bookmark Topic Watch Topic
  • New Topic