Red Hat Training

A Red Hat training course is available for JBoss Enterprise SOA Platform

13.9.9. Specify an End-Point Operation for the SOAPClient Action

Procedure 13.3. Task

  • Specify the "wsdl" and "operation" properties on the SOAPClient action:
    <action name="soapui-client-action" class="org.jboss.soa.esb.actions.soap.SOAPClient">
        <property name="wsdl" value="http://localhost:18080/acme/services/RetailerCallback?wsdl"/>
        <property name="operation" value="SendSalesOrderNotification"/>
    </action>