In the code example, the getStock method is invoked with Jane Austin as its parameter.
<?xml version="1.0"?>
<Envelope xmlns:soap="http://www.w3.org/2001/12/soap-envelope" encodingStyle="http://www.w3.org/2001/12/soap-encoding">
<Header> ... ... </Header>
<Body> <m:getStock xmlns:m="urn:xmethods:example"> <m:Symbol> Jane Austin </m:Symbol> </m:getStock> </Body>