The method takes customerNumber
to retrieve a customer record.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPCustomer"> <soapenv:Header/> <soapenv:Body> <urn:retrieve> <urn:customerNumber>34</urn:customerNumber> </urn:retrieve> </soapenv:Body> </soapenv:Envelope>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:LPCustomer"> <soapenv:Header/> <soapenv:Body> <urn:retrieve> <urn:customerNumber>100</urn:customerNumber> </urn:retrieve> </soapenv:Body> </soapenv:Envelope>