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 WebSphere Message Broker documentation.

Verifying that the consumer has the correct properties for the provider

Running the sample

  1. In the Broker 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. In the Deployment Location window, ensure the correct deployment location is selected, click Finish. A message is put to the SOAPSAMPLE_IN queue.

    If the sample ran successfully, the following output message is displayed in the Properties view:

    	<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