The method requires a guarantorNumber
to retrieve a guarantor record.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPGuarantor"> <soapenv:Header/> <soapenv:Body> <urn:retrieve> <urn:guarantorNumber>3011</urn:guarantorNumber> </urn:retrieve> </soapenv:Body> </soapenv:Envelope>
<?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPGuarantor"> <soapenv:Header/> <soapenv:Body> <urn:retrieve> <urn:guarantorNumber>3101</urn:guarantorNumber> </urn:retrieve> </soapenv:Body> </soapenv:Envelope>