1 Reply Latest reply on Nov 22, 2003 6:15 AM by vashistvishal

    entity bean with a web service

    fischer

      I am looking for an example of how an entity bean can be offered as a web service. I heard something about a TypeMappingFactory and a serializer, but I am not sure about the application. If anyone can help, I would appreciate it.

      Fischer

        • 1. Re: entity bean with a web service

          You didn't mention which framework u are using for web services.
          Anyway, as fars as i'm aware in terms EJB beans only stateless session beans can be used as an end point.
          But if u need to invoke methods on BMP /CMP enity bean then use stateless session bean as a session facade and invoke operations on yr desired entity bean.
          Have a look th this .
          http://www.tusc.com.au/tutorial/html/chap9.html

          I hope this helps.
          But do write back if you get any other information on that.

          Cheers....
          Vishal