0 Replies Latest reply on Oct 29, 2009 8:30 AM by chrisselwyn

    Posting SOAP message to JBoss Remoting service

    chrisselwyn

      I am inheriting a JBoss ESB hosted project where one of the services is defined as a JBR gateway. However, the way that I am being told to invoke it is to HTTP/POST a SOAP message to it.

      In the I see...
      <jbr-provider name="JBR-Http" protocol="http" host="localhost">
      <jbr-bus busid="Http-1" port="8765"/>
      </jbr-provider>

      and in I see...
      <jbr-listener name="Http-Gateway" busidref="Http-1" is-gateway="true"/>


      To my huge surprise, this appears to work.

      Is this defined behaviour?
      Is this a recommended way to publish a SOAP-based webservice?

      Chris Selwyn