• 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

WSDL error WSWS3328E: Error: The class extends non-bean class

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

I am trying to learn web services, I have written a basic webservice in IBM RAD with WAS 6.1.
Basically it will get two integers and returns the output to the client. It worked as expected.
But later I tried to return object of my class as a return type to client . But when i do this i get an error when trying to generate WSDL with below error.
Please throw some light on it.


I have attached the RAD screenshot also ..
RAD Error

Below is the Webservice class file which I have created.




reply
    Bookmark Topic Watch Topic
  • New Topic