Simple Query Starting With <soap:body>

This example illustrates data for a simple query starting with the <soap:body> element:

<soap:body>
   <Account_spcService_Account_spcServiceQueryPage_Input
   xmlns="http://siebel.com/CustomUI">
          <ListOfTestAccount 
          xmlns="http://www.siebel.com/xml/Test%20Account/Query">
                 <Account>
                       <Name>A*</Name> 
                 </Account>
          </ListOfTestAccount>
   </Account_spcService_Account_spcServiceQueryPage_Input>
</soap:body>