LPVendor
retrieve
Sample Successful Response Message without SOAP
<?xml version="1.0"?>
<LP_RESPONSE_INFO>
<VENDOR_INFO>
<VENDOR_RECORD>
<shortname>RELIABLE BUSINESS EQUIP</shortname>
<dcxChecksum>ee597d3c45c81c3aa60535617fa0ef3d</dcxChecksum>
<clientRelChecksum>8d74198f8ae011b9d6bb9d356fe68211</clientRelChecksum>
<portfolio>2</portfolio>
<clientNumber>3</clientNumber>
<name>RELIABLE BUSINESS EQUIPMENT CORP.</name>
<address1>708 CARDLEY AVE.</address1>
<city>SAN MATEO</city>
<state>CA</state>
<county>SAN MATEO</county>
<zipCode>94035</zipCode>
<busPhone>4153480566</busPhone>
<papAchType>CCD</papAchType>
<letterVersionCode>ENGL</letterVersionCode>
<vendorParticipationCode>1</vendorParticipationCode>
<activityStatus>ACTV</activityStatus>
<recourseType>NONE</recourseType>
<vendorType>EQP</vendorType>
<fundingTaxCode>ALL</fundingTaxCode>
<prenotificationSentYN>Y</prenotificationSentYN>
<alertSwitch1>N</alertSwitch1>
<alertSwitch2>N</alertSwitch2>
<alertSwitch3>N</alertSwitch3>
<alertSwitch4>N</alertSwitch4>
<alertSwitch5>N</alertSwitch5>
<alertSwitch6>N</alertSwitch6>
<datePrenotificationSentOn>030589</datePrenotificationSentOn>
<dateVendorAgreement>010189</dateVendorAgreement>
</VENDOR_RECORD>
</VENDOR_INFO>
</LP_RESPONSE_INFO>
Sample Successful Response Message with SOAP
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<ns:retrieveResponse xmlns:ns="urn:LPVendor">
<ns:return><![CDATA[<?xml version="1.0"?>
<LP_RESPONSE_INFO>
<VENDOR_INFO>
<VENDOR_RECORD>
<shortname>RELIABLE BUSINESS EQUIP</shortname>
<dcxChecksum>ee597d3c45c81c3aa60535617fa0ef3d</dcxChecksum>
<clientRelChecksum>8d74198f8ae011b9d6bb9d356fe68211</clientRelChecksum>
<portfolio>2</portfolio>
<clientNumber>3</clientNumber>
<name>RELIABLE BUSINESS EQUIPMENT CORP.</name>
<address1>708 CARDLEY AVE.</address1>
<city>SAN MATEO</city>
<state>CA</state>
<county>SAN MATEO</county>
<zipCode>94035</zipCode>
<busPhone>4153480566</busPhone>
<papAchType>CCD</papAchType>
<letterVersionCode>ENGL</letterVersionCode>
<vendorParticipationCode>1</vendorParticipationCode>
<activityStatus>ACTV</activityStatus>
<recourseType>NONE</recourseType>
<vendorType>EQP</vendorType>
<fundingTaxCode>ALL</fundingTaxCode>
<prenotificationSentYN>Y</prenotificationSentYN>
<alertSwitch1>N</alertSwitch1>
<alertSwitch2>N</alertSwitch2>
<alertSwitch3>N</alertSwitch3>
<alertSwitch4>N</alertSwitch4>
<alertSwitch5>N</alertSwitch5>
<alertSwitch6>N</alertSwitch6>
<datePrenotificationSentOn>030589</datePrenotificationSentOn>
<dateVendorAgreement>010189</dateVendorAgreement>
</VENDOR_RECORD>
</VENDOR_INFO>
</LP_RESPONSE_INFO>
]]></ns:return>
</ns:retrieveResponse>
</soapenv:Body>
</soapenv:Envelope>
Sample Response Message With SOAP (error output)
Example: Response when vendorNumber record doesn't exist.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<ns:retrieveResponse xmlns:ns="urn:LPVendor">
<ns:return><![CDATA[<?xml version="1.0"?>
<LP_RESPONSE_INFO>
<RESULT_RECORD>
<TYPE>ERROR</TYPE>
<RECORD>VENDOR</RECORD>
<KEY>aa</KEY>
<FIELD>clientNumber</FIELD>
<MSGCODE>7025</MSGCODE>
<MSGTEXT>Vendor does not exist.</MSGTEXT>
</RESULT_RECORD>
</LP_RESPONSE_INFO>
]]></ns:return>
</ns:retrieveResponse>
</soapenv:Body>
</soapenv:Envelope>