• 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

error 500

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

i'm trying to send a soap message to the following url:
http://europe.ipx.com/api/services/SmsApi50

as you see, the axis service there is alive and running.
i build a soap message and send it as a string with the following code:



now, the line in = connection.getInputStream() throws an ioexception saying that the server returned 500. as i understood from the soap specs, the failure in soap also returns 500, but with the failed body. in this case
i get an exception, so this is probably not about a problem with soap... but
from other side the server is up...

any ideas?

thanks !
 
reply
    Bookmark Topic Watch Topic
  • New Topic