3 Replies Latest reply on Feb 25, 2009 9:02 AM by alioum

    webservice endpoint

    alioum

      Is there any example showing how the SOAPProcessor illustrates what the docs says:
      This allows you to use JBossESB to expose Webservice
      Endpoints (wrapper Webservices) for services that don't expose a Webservice
      Interface
      .

      As I understood the webservice_producer quickstart just shows how the SOAP processor can be used to pass an ESB Message to a web service.

      <action name="JBossWSAdapter" class="org.jboss.soa.esb.actions.soap.SOAPProcessor">
       <property name="jbossws-endpoint" value="GoodbyeWorldWS"/>
       </action>

      Thanks!