...
1. Deploy the following proxy service using instructions in Adding a Proxy Service.
Note the property, <property xmlns:m0="http://services.samples" name="stockprop" expression="$body/m0:getQuote"/> in the configuration. It is used to log the first <m0:getQuote> element of the request SOAP body.
...
2. Send the following StockQuote request using the sample StockQuote client. For information on the sample client, refer to the Sample Clients sub heading in ESB Samples Setup.
ant stockquote -Daddurl=http://localhost:8280/services/StockQuoteProxy
...
1. Deploy the following proxy service using instructions in Adding a Proxy Service.
Note the property, <property xmlns:wsa="http://www.w3.org/2005/08/addressing" name="stockprop" expression="$header/wsa:To"/> in the configuration. It is used to log the value of wsa:To header of the SOAP request.
...
2. Send the following StockQuote request using the sample StockQuote client. For information on the sample client, refer to the Sample Clients sub heading in ESB Samples Setup.
ant stockquote -Daddurl=http://localhost:8280/services/StockQuoteProxy
...
2. Send the following StockQuote request using the sample StockQuote client. For information on the sample client, refer to the Sample Clients sub heading in ESB Samples Setup.
ant stockquote -Daddurl=http://localhost:8280/services/StockQuoteProxy/test/prefix
...
2. Send the following StockQuote request using the sample StockQuote client. For information on the sample client, refer to the Sample Clients sub heading in ESB Samples Setup.
ant stockquote -Dtrpurl=http://localhost:8280/services/StockQuoteProxy
...