2 Replies Latest reply on Jun 12, 2009 1:23 PM by sai_ari

    Orchestrating ESB service in BPEL


      I am trying to orchestrate services using BPEL. That requires WSDL.
      By default JBOSS ESB service has no WSDL published.How can we publish ESB service as web service ?
      OR
      DO you see any other ways of invoking ESB service from BPEL?

        • 1. Re: Orchestrating ESB service in BPEL
          jeffdelong

          Look at the samples/quickstarts/publish_as_webservice example of how to publish ESB service as a web service.

          • 2. Re: Orchestrating ESB service in BPEL

            Thanks for your help. I have 2 more questions here:

            1) I don't see any code which publishes as web service in the sample. Where is this?
            2) The service doesn't do any thing except sending one hard coded message as response, not even dynamic response. Am I missing something?

            Next sample talks about publishing one way web service. Did it work fine?