• 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 "unexpected XML tag" on webmethode call

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

I have a small webservice (JAX-WS) with a few webmethodes. When calling one of the methodes, an error is trown in the client application:


The webmethode gets all projects from a database (JPA/Hibernate). When de database is empty, no error is trown. When de database contains records, the error is trown.

I've debugged the project on the client side and in the webservice. All data is retreived from the database in the webservice. The data is fine (as a list of objects) when it's leaving the webmethode. On the client app, the error happens...

I'm using Netbeans and Glassfish (3.x) on Os X.

Does anyone have any idea's on how to solve this issue?

Thanks.
 
reply
    Bookmark Topic Watch Topic
  • New Topic