This RPC can be invoked as a Web method. The target system will update the quantity and send a SOAP RPC response message back.
The target system may decide to include the updated quantity as the return value, and the previous value as an output
parameter:
Example 3 - A user wants to update prices of a list of part numbers in an inventory system with
the following RPC:
updatePrice(List=ArrayOfStructures)
This RPC can be invoked with a SOAP RPC invocation message. The target system will update prices
based on the list received as an input parameter and send a SOAP RPC response message. The target system may decide
to include the number of prices that have been updated as the return value: