• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Sometimes it's there, sometimes it's not!

 
Ranch Hand
Posts: 137
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys,

We're using Axis and we're having a real problem. Everything works fine - except sometimes things arrive sometimes not. So, for example, we'll send a message (simple XML, no attachments or anything) and it will be received. We'll send it again, and it won't. Send it again, and part of the message is received. Send it again and the whole thing gets there.

So, any ideas what's going on? Has anyone seen this before?

We're not doing anything particularly fancy, no threads, just a straight call to the service.

Any help is much appreciated.

Cheers,

Steve
 
Steve Wood
Ranch Hand
Posts: 137
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
OK, I lied - we've worked it out. There was a thread doing a record delete! (I didn't know about it until basically deconstructing everything).

Cheers,

Steve
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I am facing a similar problem. Please let me know if you have a solution

Thanks
Dinesh
reply
    Bookmark Topic Watch Topic
  • New Topic