• 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

IllegalArgumentException when invoking axis2-webservice with client

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i just wrote a webservice using the axis2-framework .. the service can be found here:


the service uses a class called TransportContainer, which contains the data that should be send from the service to the client. this class can be found here:



to invoke the service, i wrote a client which can be found here:



when i start the client, i get the following exception:



using soapmonitor, i can see that the service return the expected data-structure



whats wrong with my code? i would be thankful for any advice or hints on how to improve my code.

greetings,

matthias
reply
    Bookmark Topic Watch Topic
  • New Topic