The method requires a investorNumber
to retrieve a investor record.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPInvestor"> <soapenv:Header/> <soapenv:Body> <urn:retrieve> <urn:investorNumber>15</urn:investorNumber> </urn:retrieve> </soapenv:Body> </soapenv:Envelope>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPInvestor"> <soapenv:Header/> <soapenv:Body> <urn:retrieve> <urn:investorNumber>15.00</urn:investorNumber> </urn:retrieve> </soapenv:Body> </soapenv:Envelope>