4 Replies Latest reply on May 1, 2011 5:01 PM by pugnatorr

    connect a webservice with esb

    pugnatorr

      Hi fellas

       

      How can I connect a webservice with jboss esb ?

      I will have many clients like delphi, python, php and vb. I saw this topic(approach to integrate php/php through esb)  and there send the soap written as hard code to port 8765.

       

      is there another way to connect a ws with esb instead how was made in below code?

       

      I just wanna send information from a webservice to esb and there save that information

       

       

      <jbr-provider ...>
      <jbr-bus busid="http-1" port="8765" />
      </jbr-provider>
      
      
      

       

      thanks advance