Running the SOAP Nodes sample

Running the SOAP Nodes sample consists of putting a message through the consumer message flow. To run this sample you can use the Test Client to put input messages to the message flow.

Before you run the sample, verify that your Web services consumer is configured correctly for HTTP flows and that JNDI administered objects are configured for JMS flows, see Setting up the JMS part of SOAP Nodes sample.

If you encounter any problems when you run the sample, see Resolving problems when running samples in the IBM Integration Bus documentation.

Verifying that the consumer has the correct properties for the provider

Running the sample

  1. In the Application Development view, expand the SOAPNodesSampleFlows project.
  2. Under Flow Tests, double-click SOAPNodesSampleConsumerFlow.mbtest to open the file in the Test Client.
  3. Click Send Message.
  4. Select Dequeue in the Message Flow Test Events pane, then click Get Message.

    If the sample ran successfully, the following message is retrieved from the SOAPSAMPLE_OUT queue:

    	<NS1:submitPOResponse xmlns:NS1="http://www.acmeOrders.com/OrderService">
    	<orderStatus>AVAILABLE</orderStatus>
    	<orderAmt>50</orderAmt>
    	<partNo>Some Part</partNo>
    	<partQuantity>1</partQuantity>
    	</NS1:submitPOResponse>
    	

Back to sample home