0 Replies Latest reply on Feb 16, 2004 1:25 PM by samdev

    Custom Handler

    samdev

      Hi everybody,

      Does anybody know whether it is possible to have several WSDL files exposed on various endpoints and to intercept web service calls to these endpoints and route them all to the same stateless session bean?

      I guess I somehow need to write a custom handler (linked into the handler chain), which calls the appropriate generic operation on the target session bean. I assume I also need to specify the handler and the mapping of the various web service endpoints to the session bean (pivot handler) in the web-service.xml deployment descriptor...

      Could anybody please help me and show me how I can achieve this? I would really appreciate your help!

      samdev