Extract resource with local name of request element

The identity of the requested resource is extracted from the simple name of the root-level application element.

The following example shows the URI of the request element in bold.

<?xml version="1.0" encoding="UTF-8"?>
<S11:Envelope
...
  <S11:Header>...</S11:Header>
  <S11:Body>
    <i:getBalance xmlns:i="urn:develop-com:IBank">
      ...
  </S11:Body>
</S11:Envelope>