0 Replies Latest reply on May 28, 2008 6:44 AM by komet

    Returning an object in webservice method

    komet

      It is possible to return an object in a webservice method?

      public Object getObject();
      


      I use a stateless session bean as a webservice endpoint.

      All my tries ended in the following exception:


      class ... nor any of its super class is known to this context.

      Thanks a lot for help!