3 Replies Latest reply on May 8, 2009 1:56 AM by textmine

    How  call JBossESB services using C# coding?


      When we call JBossESB services .
      if we make code using c#.
      How call JBossESB services using C# coding?

        • 1. Re: How  call JBossESB services using C# coding?
          tfennelly

          Not 100% sure what you mean... but if you're asking what is the easiest way to invoke ESB Services using C#, then you options are probably:
          - SOAP/Webservices
          - POX via file, email, http JMS gateways

          • 2. Re: How  call JBossESB services using C# coding?

            Firstly, thank you very much.
            The question is following:
            There is a webservice on JBossESB . Perhaps I deploy it.
            In the other word, I have deployed a webservice on JBossESB .
            And then, the question:
            How to invoke ESB Services using C#, call the webservice.
            I hope to use message queue (perhaps http JMS gateways), as it does in java.
            It is hoped that a demo includes the class and method of c#, as it does in java.

            • 3. Re: How  call JBossESB services using C# coding?

              Firstly, thank you very much.
              The question is following:
              There is a webservice on JBossESB . Perhaps I deploy it.
              In the other word, I have deployed a webservice on JBossESB .
              And then, the question:
              How to invoke ESB Services using C#, call the webservice.
              I hope to use message queue (perhaps http JMS gateways), as it does in java.
              It is hoped that a demo includes the class and method of c#, as it does in java.