CUDLConnectInboundService


Click here for a complete list of operations.

ProcessSOAPMessage

Allows sending of a SOAP formatted CUDLConnect message. Returns a SOAP Formatted CUDLConnect Object.

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /CUDLConnect/CUDLConnect.asmx HTTP/1.1
Host: dp.cudl.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.cudl.com/CUDLConnect/ProcessSOAPMessage"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <ProcessSOAPMessage xmlns="http://www.cudl.com/CUDLConnect/">
      <CUDLConnect Version="1.0" Direction="Request or Response" TargetAction="MemberDataLink or NetFund or DealerDataImport or SaveDecision or ProcessDecision or LoanComment or DataCourier or AccountLink or DocumentIntegration or LoanDataRetrieval or PreApproval or Other" ServiceGUID="string" OriginalServiceGUID="string" OtherAction="string" xmlns="http://www.cudl.com/CUDLConnect">
        <CUDLAuthentication Version="1.0">
          <UserID>string</UserID>
          <Password>string</Password>
          <OrganizationCode>string</OrganizationCode>
          <OtherData Content-Schema="string">xml</OtherData>
        </CUDLAuthentication>
        <CUDLConfirmation ID="string" Version="1.0" ResponseType="Asynchronous or Synchronous">
          <ResponseDateTime>dateTime</ResponseDateTime>
          <MessageType>string</MessageType>
          <Success>boolean</Success>
          <Description>string</Description>
          <Errors>
            <Error>string</Error>
            <Error>string</Error>
          </Errors>
          <Source>
            <IPAddress>string</IPAddress>
            <MachineName>string</MachineName>
            <URI>string</URI>
            <OtherData xsi:nil="true" />
          </Source>
          <OtherData Content-Schema="string">xml</OtherData>
        </CUDLConfirmation>
        <CUDLVehicleLoanApplication ID="int" Version="1.0">
          <StageStatus>
            <Stage>Enter App or App Submitted or System Decision or Manual Decision or Processing Error or Pending or Funding... or Funded or Withdraw or PreApproval or Manual Review or PID Check</Stage>
            <Status>New or Processing or Counter or Declined or Approved or Refer or Incomplete or Exception or Withdraw</Status>
            <ChangeType>Stage or Status or Both or Neither or PreApp</ChangeType>
            <AuditData xsi:nil="true" />
            <OtherData xsi:nil="true" />
          </StageStatus>
          <SubmittedDate>dateTime</SubmittedDate>
          <OriginalApplicationID>int</OriginalApplicationID>
          <ControlNumber>string</ControlNumber>
          <ReferralCodes>string</ReferralCodes>
          <LoanOfficer>string</LoanOfficer>
          <OverrideCodes>string</OverrideCodes>
          <RepaymentMethod>string</RepaymentMethod>
          <RequestedAmount>decimal</RequestedAmount>
          <RequestedTerm>string</RequestedTerm>
          <DownPaymentAmount>decimal</DownPaymentAmount>
          <IsBuyRate>boolean</IsBuyRate>
          <IsPreApproved>string</IsPreApproved>
          <IsDuplicate>boolean</IsDuplicate>
          <IsFraudulent>boolean</IsFraudulent>
          <IsFundDelay>boolean</IsFundDelay>
          <IsDoNotFund>boolean</IsDoNotFund>
          <DealerFeeProgramName>string</DealerFeeProgramName>
          <OriginalLenderCode>string</OriginalLenderCode>
          <Lender ID="int">
            <Name>string</Name>
            <Code>string</Code>
            <DecisionEngine>string</DecisionEngine>
            <IsNonPrime>boolean</IsNonPrime>
            <NonPrimeLenderFax>string</NonPrimeLenderFax>
            <EmailAddresses xsi:nil="true" />
            <Contacts xsi:nil="true" />
            <PhoneNumbers xsi:nil="true" />
            <AuditData xsi:nil="true" />
            <OtherData xsi:nil="true" />
          </Lender>
          <Seller ID="int">
            <Name>string</Name>
            <Code>string</Code>
            <State>AA or AE or AK or AL or AP or AR or AS or AZ or CA or CO or CT or DC or DE or FL or GA or GU or HI or IA or ID or IL or IN or KS or KY or LA or MA or MD or ME or MH or MI or MN or MO or MP or MS or MT or NC or ND or NE or NH or NJ or NM or NV or NY or OH or OK or OR or PA or PR or RI or SC or SD or TN or TX or UT or VA or VI or VT or WA or WI or WV or WY or PW or FM</State>
            <Region>string</Region>
            <CustomSellerCode>string</CustomSellerCode>
            <CustomSellerName>string</CustomSellerName>
            <Contact xsi:nil="true" />
            <Address xsi:nil="true" />
            <PhoneNumbers xsi:nil="true" />
            <AuditData xsi:nil="true" />
            <OtherData xsi:nil="true" />
          </Seller>
          <Funding ID="int" Action="Fund or CancelFunding">
            <Amount>decimal</Amount>
            <Rate>decimal</Rate>
            <ContractRate>decimal</ContractRate>
            <MaxContractRate>decimal</MaxContractRate>
            <Term>int</Term>
            <Tier>string</Tier>
            <Date>dateTime</Date>
            <ContractDate>date</ContractDate>
            <FirstPaymentAmount>decimal</FirstPaymentAmount>
            <FirstPaymentDate>date</FirstPaymentDate>
            <SettlementDate>date</SettlementDate>
            <SellerFee>decimal</SellerFee>
            <SellerFeePercent>decimal</SellerFeePercent>
            <SellerFeeNet>decimal</SellerFeeNet>
            <FlatFee>decimal</FlatFee>
            <PercentMarkUp>decimal</PercentMarkUp>
            <ReserveAmount>decimal</ReserveAmount>
            <ReserveAmountCalculated>decimal</ReserveAmountCalculated>
            <ScheduledPayoff>date</ScheduledPayoff>
            <ActualPayoff>date</ActualPayoff>
            <FeeIncludedInACH>boolean</FeeIncludedInACH>
            <DoNotACHFund>boolean</DoNotACHFund>
            <GrossLoanAmount>decimal</GrossLoanAmount>
            <UserCode>string</UserCode>
            <CollateralCode>string</CollateralCode>
            <PurposeCode>string</PurposeCode>
            <FundedVehicle xsi:nil="true" />
            <FundProducts xsi:nil="true" />
            <Adjustments xsi:nil="true" />
            <AuditData xsi:nil="true" />
            <OtherData xsi:nil="true" />
          </Funding>
          <WithdrawReason />
          <Applicants>
            <Applicant xsi:nil="true" />
            <Applicant xsi:nil="true" />
          </Applicants>
          <ApplicationAmounts>
            <ApplicationAmount xsi:nil="true" />
            <ApplicationAmount xsi:nil="true" />
          </ApplicationAmounts>
          <Collaterals>
            <Collateral xsi:nil="true" />
            <Collateral xsi:nil="true" />
          </Collaterals>
          <TradeIns>
            <TradeIn xsi:nil="true" />
            <TradeIn xsi:nil="true" />
          </TradeIns>
          <Decisions>
            <Decision xsi:nil="true" />
            <Decision xsi:nil="true" />
          </Decisions>
          <Comments>
            <Comment xsi:nil="true" />
            <Comment xsi:nil="true" />
          </Comments>
          <Documents>
            <Document xsi:nil="true" />
            <Document xsi:nil="true" />
          </Documents>
          <IntegrationHistory>
            <Integration xsi:nil="true" />
            <Integration xsi:nil="true" />
          </IntegrationHistory>
          <PackageTrackings>
            <PackageTracking xsi:nil="true" />
            <PackageTracking xsi:nil="true" />
          </PackageTrackings>
          <PackageNotifications>
            <PackageNotification xsi:nil="true" />
            <PackageNotification xsi:nil="true" />
          </PackageNotifications>
          <StageStatusHistory>
            <StageStatus xsi:nil="true" />
            <StageStatus xsi:nil="true" />
          </StageStatusHistory>
          <LenderProtectionRequests>
            <LenderProtectionText>string</LenderProtectionText>
            <Status>string</Status>
            <RequestedOn>dateTime</RequestedOn>
            <ReturnedOn>dateTime</ReturnedOn>
            <AuditData xsi:nil="true" />
            <OtherData xsi:nil="true" />
          </LenderProtectionRequests>
          <ApplicationCounts>
            <SystemApprovalCount>int</SystemApprovalCount>
            <SystemReferralCount>int</SystemReferralCount>
            <SystemSubmitCount>int</SystemSubmitCount>
            <ApprovalCount>int</ApprovalCount>
            <ReferralCount>int</ReferralCount>
            <SubmitCount>int</SubmitCount>
            <OtherData xsi:nil="true" />
          </ApplicationCounts>
          <AuditData>
            <CreatedByID>string</CreatedByID>
            <CreatedByName>string</CreatedByName>
            <CreatedOn>dateTime</CreatedOn>
            <UpdatedByID>string</UpdatedByID>
            <UpdatedByName>string</UpdatedByName>
            <UpdatedOn>dateTime</UpdatedOn>
            <OtherData xsi:nil="true" />
          </AuditData>
          <OtherData Content-Schema="string">xml</OtherData>
        </CUDLVehicleLoanApplication>
        <CUDLAccountLink ID="string" Version="string">
          <ApplicationID>int</ApplicationID>
          <Applicants>
            <Applicant xsi:nil="true" />
            <Applicant xsi:nil="true" />
          </Applicants>
          <AccountNumbers>
            <AccountNumber>string</AccountNumber>
            <AccountNumber>string</AccountNumber>
          </AccountNumbers>
          <DisplayHTML>string</DisplayHTML>
          <ReturnData HostSystem="string">xml</ReturnData>
          <Errors>
            <Error>string</Error>
            <Error>string</Error>
          </Errors>
          <OtherData Content-Schema="string">xml</OtherData>
        </CUDLAccountLink>
        <CUDLMemberDataLink ID="string" Version="1.0">
          <MemberName>
            <First>string</First>
            <Middle>string</Middle>
            <Last>string</Last>
            <Suffix>Jr or Sr or II or III or IV or V or VI</Suffix>
            <OtherData xsi:nil="true" />
          </MemberName>
          <SSN>string</SSN>
          <DateOfBirth>string</DateOfBirth>
          <IsMember>boolean</IsMember>
          <MembershipQualifications>
            <Qualification xsi:nil="true" />
            <Qualification xsi:nil="true" />
          </MembershipQualifications>
          <OtherData Content-Schema="string">xml</OtherData>
        </CUDLMemberDataLink>
        <CUDLLoanApplicationDataRetrieval Version="1.0" Action="Search or GetLoanApplicationData" Platform="CUDL3 or CUDLDapp or Lending360">
          <SearchCriteria>
            <ApplicantFirstName>string</ApplicantFirstName>
            <ApplicantLastName>string</ApplicantLastName>
            <CoApplicantFirstName>string</CoApplicantFirstName>
            <CoApplicantLastName>string</CoApplicantLastName>
            <ApplicantSSN>string</ApplicantSSN>
            <CoApplicantSSN>string</CoApplicantSSN>
            <BeforeDate>date</BeforeDate>
            <AfterDate>date</AfterDate>
            <PrimaryVehicleVIN>string</PrimaryVehicleVIN>
            <Stage>Enter App or App Submitted or System Decision or Manual Decision or Processing Error or Pending or Funding... or Funded or Withdraw or PreApproval or Manual Review or PID Check</Stage>
            <Stage>Enter App or App Submitted or System Decision or Manual Decision or Processing Error or Pending or Funding... or Funded or Withdraw or PreApproval or Manual Review or PID Check</Stage>
            <Status>New or Processing or Counter or Declined or Approved or Refer or Incomplete or Exception or Withdraw</Status>
            <Status>New or Processing or Counter or Declined or Approved or Refer or Incomplete or Exception or Withdraw</Status>
            <SortBy>Search or Applicant Name or ApplicationStatus or ApplicationStage or Date or Application Number or Co-Applicant Name or Amount Requested or Seller or Seller State or Seller Code or Decision Amount or Lender or Lender Code or Applicant SSN or Member Account # or Co-Applicant SSN or ApplicationChangeDate or Lender Branch or UserName or SellerRegionID or Loan Type or Score or DPExport or SellerGroupName or PID Alert</SortBy>
            <SortBy>Search or Applicant Name or ApplicationStatus or ApplicationStage or Date or Application Number or Co-Applicant Name or Amount Requested or Seller or Seller State or Seller Code or Decision Amount or Lender or Lender Code or Applicant SSN or Member Account # or Co-Applicant SSN or ApplicationChangeDate or Lender Branch or UserName or SellerRegionID or Loan Type or Score or DPExport or SellerGroupName or PID Alert</SortBy>
            <OtherData xsi:nil="true" />
          </SearchCriteria>
          <SearchResults>
            <LoanApplicationIDs xsi:nil="true" />
          </SearchResults>
          <LoanDataRetrieval>
            <LoanApplicationID>int</LoanApplicationID>
            <ResultSchemaVersion>1.0</ResultSchemaVersion>
            <IncludeCreditReport>boolean</IncludeCreditReport>
            <OtherData xsi:nil="true" />
          </LoanDataRetrieval>
          <OtherData Content-Schema="string">xml</OtherData>
        </CUDLLoanApplicationDataRetrieval>
        <CUDLConfiguration>
          <DataMaps>
            <DataMap xsi:nil="true" />
            <DataMap xsi:nil="true" />
          </DataMaps>
          <OtherData Content-Schema="string">xml</OtherData>
        </CUDLConfiguration>
        <CUDLPreApproval>
          <Applicants>
            <PreApprovalApplicant xsi:nil="true" />
            <PreApprovalApplicant xsi:nil="true" />
          </Applicants>
          <OtherData Content-Schema="string">xml</OtherData>
        </CUDLPreApproval>
        <OtherData Content-Schema="string">xml</OtherData>
      </CUDLConnect>
    </ProcessSOAPMessage>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <ProcessSOAPMessageResponse xmlns="http://www.cudl.com/CUDLConnect/">
      <CUDLConnect Version="1.0" Direction="Request or Response" TargetAction="MemberDataLink or NetFund or DealerDataImport or SaveDecision or ProcessDecision or LoanComment or DataCourier or AccountLink or DocumentIntegration or LoanDataRetrieval or PreApproval or Other" ServiceGUID="string" OriginalServiceGUID="string" OtherAction="string" xmlns="http://www.cudl.com/CUDLConnect">
        <CUDLAuthentication Version="1.0">
          <UserID>string</UserID>
          <Password>string</Password>
          <OrganizationCode>string</OrganizationCode>
          <OtherData Content-Schema="string">xml</OtherData>
        </CUDLAuthentication>
        <CUDLConfirmation ID="string" Version="1.0" ResponseType="Asynchronous or Synchronous">
          <ResponseDateTime>dateTime</ResponseDateTime>
          <MessageType>string</MessageType>
          <Success>boolean</Success>
          <Description>string</Description>
          <Errors>
            <Error>string</Error>
            <Error>string</Error>
          </Errors>
          <Source>
            <IPAddress>string</IPAddress>
            <MachineName>string</MachineName>
            <URI>string</URI>
            <OtherData xsi:nil="true" />
          </Source>
          <OtherData Content-Schema="string">xml</OtherData>
        </CUDLConfirmation>
        <CUDLVehicleLoanApplication ID="int" Version="1.0">
          <StageStatus>
            <Stage>Enter App or App Submitted or System Decision or Manual Decision or Processing Error or Pending or Funding... or Funded or Withdraw or PreApproval or Manual Review or PID Check</Stage>
            <Status>New or Processing or Counter or Declined or Approved or Refer or Incomplete or Exception or Withdraw</Status>
            <ChangeType>Stage or Status or Both or Neither or PreApp</ChangeType>
            <AuditData xsi:nil="true" />
            <OtherData xsi:nil="true" />
          </StageStatus>
          <SubmittedDate>dateTime</SubmittedDate>
          <OriginalApplicationID>int</OriginalApplicationID>
          <ControlNumber>string</ControlNumber>
          <ReferralCodes>string</ReferralCodes>
          <LoanOfficer>string</LoanOfficer>
          <OverrideCodes>string</OverrideCodes>
          <RepaymentMethod>string</RepaymentMethod>
          <RequestedAmount>decimal</RequestedAmount>
          <RequestedTerm>string</RequestedTerm>
          <DownPaymentAmount>decimal</DownPaymentAmount>
          <IsBuyRate>boolean</IsBuyRate>
          <IsPreApproved>string</IsPreApproved>
          <IsDuplicate>boolean</IsDuplicate>
          <IsFraudulent>boolean</IsFraudulent>
          <IsFundDelay>boolean</IsFundDelay>
          <IsDoNotFund>boolean</IsDoNotFund>
          <DealerFeeProgramName>string</DealerFeeProgramName>
          <OriginalLenderCode>string</OriginalLenderCode>
          <Lender ID="int">
            <Name>string</Name>
            <Code>string</Code>
            <DecisionEngine>string</DecisionEngine>
            <IsNonPrime>boolean</IsNonPrime>
            <NonPrimeLenderFax>string</NonPrimeLenderFax>
            <EmailAddresses xsi:nil="true" />
            <Contacts xsi:nil="true" />
            <PhoneNumbers xsi:nil="true" />
            <AuditData xsi:nil="true" />
            <OtherData xsi:nil="true" />
          </Lender>
          <Seller ID="int">
            <Name>string</Name>
            <Code>string</Code>
            <State>AA or AE or AK or AL or AP or AR or AS or AZ or CA or CO or CT or DC or DE or FL or GA or GU or HI or IA or ID or IL or IN or KS or KY or LA or MA or MD or ME or MH or MI or MN or MO or MP or MS or MT or NC or ND or NE or NH or NJ or NM or NV or NY or OH or OK or OR or PA or PR or RI or SC or SD or TN or TX or UT or VA or VI or VT or WA or WI or WV or WY or PW or FM</State>
            <Region>string</Region>
            <CustomSellerCode>string</CustomSellerCode>
            <CustomSellerName>string</CustomSellerName>
            <Contact xsi:nil="true" />
            <Address xsi:nil="true" />
            <PhoneNumbers xsi:nil="true" />
            <AuditData xsi:nil="true" />
            <OtherData xsi:nil="true" />
          </Seller>
          <Funding ID="int" Action="Fund or CancelFunding">
            <Amount>decimal</Amount>
            <Rate>decimal</Rate>
            <ContractRate>decimal</ContractRate>
            <MaxContractRate>decimal</MaxContractRate>
            <Term>int</Term>
            <Tier>string</Tier>
            <Date>dateTime</Date>
            <ContractDate>date</ContractDate>
            <FirstPaymentAmount>decimal</FirstPaymentAmount>
            <FirstPaymentDate>date</FirstPaymentDate>
            <SettlementDate>date</SettlementDate>
            <SellerFee>decimal</SellerFee>
            <SellerFeePercent>decimal</SellerFeePercent>
            <SellerFeeNet>decimal</SellerFeeNet>
            <FlatFee>decimal</FlatFee>
            <PercentMarkUp>decimal</PercentMarkUp>
            <ReserveAmount>decimal</ReserveAmount>
            <ReserveAmountCalculated>decimal</ReserveAmountCalculated>
            <ScheduledPayoff>date</ScheduledPayoff>
            <ActualPayoff>date</ActualPayoff>
            <FeeIncludedInACH>boolean</FeeIncludedInACH>
            <DoNotACHFund>boolean</DoNotACHFund>
            <GrossLoanAmount>decimal</GrossLoanAmount>
            <UserCode>string</UserCode>
            <CollateralCode>string</CollateralCode>
            <PurposeCode>string</PurposeCode>
            <FundedVehicle xsi:nil="true" />
            <FundProducts xsi:nil="true" />
            <Adjustments xsi:nil="true" />
            <AuditData xsi:nil="true" />
            <OtherData xsi:nil="true" />
          </Funding>
          <WithdrawReason />
          <Applicants>
            <Applicant xsi:nil="true" />
            <Applicant xsi:nil="true" />
          </Applicants>
          <ApplicationAmounts>
            <ApplicationAmount xsi:nil="true" />
            <ApplicationAmount xsi:nil="true" />
          </ApplicationAmounts>
          <Collaterals>
            <Collateral xsi:nil="true" />
            <Collateral xsi:nil="true" />
          </Collaterals>
          <TradeIns>
            <TradeIn xsi:nil="true" />
            <TradeIn xsi:nil="true" />
          </TradeIns>
          <Decisions>
            <Decision xsi:nil="true" />
            <Decision xsi:nil="true" />
          </Decisions>
          <Comments>
            <Comment xsi:nil="true" />
            <Comment xsi:nil="true" />
          </Comments>
          <Documents>
            <Document xsi:nil="true" />
            <Document xsi:nil="true" />
          </Documents>
          <IntegrationHistory>
            <Integration xsi:nil="true" />
            <Integration xsi:nil="true" />
          </IntegrationHistory>
          <PackageTrackings>
            <PackageTracking xsi:nil="true" />
            <PackageTracking xsi:nil="true" />
          </PackageTrackings>
          <PackageNotifications>
            <PackageNotification xsi:nil="true" />
            <PackageNotification xsi:nil="true" />
          </PackageNotifications>
          <StageStatusHistory>
            <StageStatus xsi:nil="true" />
            <StageStatus xsi:nil="true" />
          </StageStatusHistory>
          <LenderProtectionRequests>
            <LenderProtectionText>string</LenderProtectionText>
            <Status>string</Status>
            <RequestedOn>dateTime</RequestedOn>
            <ReturnedOn>dateTime</ReturnedOn>
            <AuditData xsi:nil="true" />
            <OtherData xsi:nil="true" />
          </LenderProtectionRequests>
          <ApplicationCounts>
            <SystemApprovalCount>int</SystemApprovalCount>
            <SystemReferralCount>int</SystemReferralCount>
            <SystemSubmitCount>int</SystemSubmitCount>
            <ApprovalCount>int</ApprovalCount>
            <ReferralCount>int</ReferralCount>
            <SubmitCount>int</SubmitCount>
            <OtherData xsi:nil="true" />
          </ApplicationCounts>
          <AuditData>
            <CreatedByID>string</CreatedByID>
            <CreatedByName>string</CreatedByName>
            <CreatedOn>dateTime</CreatedOn>
            <UpdatedByID>string</UpdatedByID>
            <UpdatedByName>string</UpdatedByName>
            <UpdatedOn>dateTime</UpdatedOn>
            <OtherData xsi:nil="true" />
          </AuditData>
          <OtherData Content-Schema="string">xml</OtherData>
        </CUDLVehicleLoanApplication>
        <CUDLAccountLink ID="string" Version="string">
          <ApplicationID>int</ApplicationID>
          <Applicants>
            <Applicant xsi:nil="true" />
            <Applicant xsi:nil="true" />
          </Applicants>
          <AccountNumbers>
            <AccountNumber>string</AccountNumber>
            <AccountNumber>string</AccountNumber>
          </AccountNumbers>
          <DisplayHTML>string</DisplayHTML>
          <ReturnData HostSystem="string">xml</ReturnData>
          <Errors>
            <Error>string</Error>
            <Error>string</Error>
          </Errors>
          <OtherData Content-Schema="string">xml</OtherData>
        </CUDLAccountLink>
        <CUDLMemberDataLink ID="string" Version="1.0">
          <MemberName>
            <First>string</First>
            <Middle>string</Middle>
            <Last>string</Last>
            <Suffix>Jr or Sr or II or III or IV or V or VI</Suffix>
            <OtherData xsi:nil="true" />
          </MemberName>
          <SSN>string</SSN>
          <DateOfBirth>string</DateOfBirth>
          <IsMember>boolean</IsMember>
          <MembershipQualifications>
            <Qualification xsi:nil="true" />
            <Qualification xsi:nil="true" />
          </MembershipQualifications>
          <OtherData Content-Schema="string">xml</OtherData>
        </CUDLMemberDataLink>
        <CUDLLoanApplicationDataRetrieval Version="1.0" Action="Search or GetLoanApplicationData" Platform="CUDL3 or CUDLDapp or Lending360">
          <SearchCriteria>
            <ApplicantFirstName>string</ApplicantFirstName>
            <ApplicantLastName>string</ApplicantLastName>
            <CoApplicantFirstName>string</CoApplicantFirstName>
            <CoApplicantLastName>string</CoApplicantLastName>
            <ApplicantSSN>string</ApplicantSSN>
            <CoApplicantSSN>string</CoApplicantSSN>
            <BeforeDate>date</BeforeDate>
            <AfterDate>date</AfterDate>
            <PrimaryVehicleVIN>string</PrimaryVehicleVIN>
            <Stage>Enter App or App Submitted or System Decision or Manual Decision or Processing Error or Pending or Funding... or Funded or Withdraw or PreApproval or Manual Review or PID Check</Stage>
            <Stage>Enter App or App Submitted or System Decision or Manual Decision or Processing Error or Pending or Funding... or Funded or Withdraw or PreApproval or Manual Review or PID Check</Stage>
            <Status>New or Processing or Counter or Declined or Approved or Refer or Incomplete or Exception or Withdraw</Status>
            <Status>New or Processing or Counter or Declined or Approved or Refer or Incomplete or Exception or Withdraw</Status>
            <SortBy>Search or Applicant Name or ApplicationStatus or ApplicationStage or Date or Application Number or Co-Applicant Name or Amount Requested or Seller or Seller State or Seller Code or Decision Amount or Lender or Lender Code or Applicant SSN or Member Account # or Co-Applicant SSN or ApplicationChangeDate or Lender Branch or UserName or SellerRegionID or Loan Type or Score or DPExport or SellerGroupName or PID Alert</SortBy>
            <SortBy>Search or Applicant Name or ApplicationStatus or ApplicationStage or Date or Application Number or Co-Applicant Name or Amount Requested or Seller or Seller State or Seller Code or Decision Amount or Lender or Lender Code or Applicant SSN or Member Account # or Co-Applicant SSN or ApplicationChangeDate or Lender Branch or UserName or SellerRegionID or Loan Type or Score or DPExport or SellerGroupName or PID Alert</SortBy>
            <OtherData xsi:nil="true" />
          </SearchCriteria>
          <SearchResults>
            <LoanApplicationIDs xsi:nil="true" />
          </SearchResults>
          <LoanDataRetrieval>
            <LoanApplicationID>int</LoanApplicationID>
            <ResultSchemaVersion>1.0</ResultSchemaVersion>
            <IncludeCreditReport>boolean</IncludeCreditReport>
            <OtherData xsi:nil="true" />
          </LoanDataRetrieval>
          <OtherData Content-Schema="string">xml</OtherData>
        </CUDLLoanApplicationDataRetrieval>
        <CUDLConfiguration>
          <DataMaps>
            <DataMap xsi:nil="true" />
            <DataMap xsi:nil="true" />
          </DataMaps>
          <OtherData Content-Schema="string">xml</OtherData>
        </CUDLConfiguration>
        <CUDLPreApproval>
          <Applicants>
            <PreApprovalApplicant xsi:nil="true" />
            <PreApprovalApplicant xsi:nil="true" />
          </Applicants>
          <OtherData Content-Schema="string">xml</OtherData>
        </CUDLPreApproval>
        <OtherData Content-Schema="string">xml</OtherData>
      </CUDLConnect>
    </ProcessSOAPMessageResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /CUDLConnect/CUDLConnect.asmx HTTP/1.1
Host: dp.cudl.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <ProcessSOAPMessage xmlns="http://www.cudl.com/CUDLConnect/">
      <CUDLConnect Version="1.0" Direction="Request or Response" TargetAction="MemberDataLink or NetFund or DealerDataImport or SaveDecision or ProcessDecision or LoanComment or DataCourier or AccountLink or DocumentIntegration or LoanDataRetrieval or PreApproval or Other" ServiceGUID="string" OriginalServiceGUID="string" OtherAction="string" xmlns="http://www.cudl.com/CUDLConnect">
        <CUDLAuthentication Version="1.0">
          <UserID>string</UserID>
          <Password>string</Password>
          <OrganizationCode>string</OrganizationCode>
          <OtherData Content-Schema="string">xml</OtherData>
        </CUDLAuthentication>
        <CUDLConfirmation ID="string" Version="1.0" ResponseType="Asynchronous or Synchronous">
          <ResponseDateTime>dateTime</ResponseDateTime>
          <MessageType>string</MessageType>
          <Success>boolean</Success>
          <Description>string</Description>
          <Errors>
            <Error>string</Error>
            <Error>string</Error>
          </Errors>
          <Source>
            <IPAddress>string</IPAddress>
            <MachineName>string</MachineName>
            <URI>string</URI>
            <OtherData xsi:nil="true" />
          </Source>
          <OtherData Content-Schema="string">xml</OtherData>
        </CUDLConfirmation>
        <CUDLVehicleLoanApplication ID="int" Version="1.0">
          <StageStatus>
            <Stage>Enter App or App Submitted or System Decision or Manual Decision or Processing Error or Pending or Funding... or Funded or Withdraw or PreApproval or Manual Review or PID Check</Stage>
            <Status>New or Processing or Counter or Declined or Approved or Refer or Incomplete or Exception or Withdraw</Status>
            <ChangeType>Stage or Status or Both or Neither or PreApp</ChangeType>
            <AuditData xsi:nil="true" />
            <OtherData xsi:nil="true" />
          </StageStatus>
          <SubmittedDate>dateTime</SubmittedDate>
          <OriginalApplicationID>int</OriginalApplicationID>
          <ControlNumber>string</ControlNumber>
          <ReferralCodes>string</ReferralCodes>
          <LoanOfficer>string</LoanOfficer>
          <OverrideCodes>string</OverrideCodes>
          <RepaymentMethod>string</RepaymentMethod>
          <RequestedAmount>decimal</RequestedAmount>
          <RequestedTerm>string</RequestedTerm>
          <DownPaymentAmount>decimal</DownPaymentAmount>
          <IsBuyRate>boolean</IsBuyRate>
          <IsPreApproved>string</IsPreApproved>
          <IsDuplicate>boolean</IsDuplicate>
          <IsFraudulent>boolean</IsFraudulent>
          <IsFundDelay>boolean</IsFundDelay>
          <IsDoNotFund>boolean</IsDoNotFund>
          <DealerFeeProgramName>string</DealerFeeProgramName>
          <OriginalLenderCode>string</OriginalLenderCode>
          <Lender ID="int">
            <Name>string</Name>
            <Code>string</Code>
            <DecisionEngine>string</DecisionEngine>
            <IsNonPrime>boolean</IsNonPrime>
            <NonPrimeLenderFax>string</NonPrimeLenderFax>
            <EmailAddresses xsi:nil="true" />
            <Contacts xsi:nil="true" />
            <PhoneNumbers xsi:nil="true" />
            <AuditData xsi:nil="true" />
            <OtherData xsi:nil="true" />
          </Lender>
          <Seller ID="int">
            <Name>string</Name>
            <Code>string</Code>
            <State>AA or AE or AK or AL or AP or AR or AS or AZ or CA or CO or CT or DC or DE or FL or GA or GU or HI or IA or ID or IL or IN or KS or KY or LA or MA or MD or ME or MH or MI or MN or MO or MP or MS or MT or NC or ND or NE or NH or NJ or NM or NV or NY or OH or OK or OR or PA or PR or RI or SC or SD or TN or TX or UT or VA or VI or VT or WA or WI or WV or WY or PW or FM</State>
            <Region>string</Region>
            <CustomSellerCode>string</CustomSellerCode>
            <CustomSellerName>string</CustomSellerName>
            <Contact xsi:nil="true" />
            <Address xsi:nil="true" />
            <PhoneNumbers xsi:nil="true" />
            <AuditData xsi:nil="true" />
            <OtherData xsi:nil="true" />
          </Seller>
          <Funding ID="int" Action="Fund or CancelFunding">
            <Amount>decimal</Amount>
            <Rate>decimal</Rate>
            <ContractRate>decimal</ContractRate>
            <MaxContractRate>decimal</MaxContractRate>
            <Term>int</Term>
            <Tier>string</Tier>
            <Date>dateTime</Date>
            <ContractDate>date</ContractDate>
            <FirstPaymentAmount>decimal</FirstPaymentAmount>
            <FirstPaymentDate>date</FirstPaymentDate>
            <SettlementDate>date</SettlementDate>
            <SellerFee>decimal</SellerFee>
            <SellerFeePercent>decimal</SellerFeePercent>
            <SellerFeeNet>decimal</SellerFeeNet>
            <FlatFee>decimal</FlatFee>
            <PercentMarkUp>decimal</PercentMarkUp>
            <ReserveAmount>decimal</ReserveAmount>
            <ReserveAmountCalculated>decimal</ReserveAmountCalculated>
            <ScheduledPayoff>date</ScheduledPayoff>
            <ActualPayoff>date</ActualPayoff>
            <FeeIncludedInACH>boolean</FeeIncludedInACH>
            <DoNotACHFund>boolean</DoNotACHFund>
            <GrossLoanAmount>decimal</GrossLoanAmount>
            <UserCode>string</UserCode>
            <CollateralCode>string</CollateralCode>
            <PurposeCode>string</PurposeCode>
            <FundedVehicle xsi:nil="true" />
            <FundProducts xsi:nil="true" />
            <Adjustments xsi:nil="true" />
            <AuditData xsi:nil="true" />
            <OtherData xsi:nil="true" />
          </Funding>
          <WithdrawReason />
          <Applicants>
            <Applicant xsi:nil="true" />
            <Applicant xsi:nil="true" />
          </Applicants>
          <ApplicationAmounts>
            <ApplicationAmount xsi:nil="true" />
            <ApplicationAmount xsi:nil="true" />
          </ApplicationAmounts>
          <Collaterals>
            <Collateral xsi:nil="true" />
            <Collateral xsi:nil="true" />
          </Collaterals>
          <TradeIns>
            <TradeIn xsi:nil="true" />
            <TradeIn xsi:nil="true" />
          </TradeIns>
          <Decisions>
            <Decision xsi:nil="true" />
            <Decision xsi:nil="true" />
          </Decisions>
          <Comments>
            <Comment xsi:nil="true" />
            <Comment xsi:nil="true" />
          </Comments>
          <Documents>
            <Document xsi:nil="true" />
            <Document xsi:nil="true" />
          </Documents>
          <IntegrationHistory>
            <Integration xsi:nil="true" />
            <Integration xsi:nil="true" />
          </IntegrationHistory>
          <PackageTrackings>
            <PackageTracking xsi:nil="true" />
            <PackageTracking xsi:nil="true" />
          </PackageTrackings>
          <PackageNotifications>
            <PackageNotification xsi:nil="true" />
            <PackageNotification xsi:nil="true" />
          </PackageNotifications>
          <StageStatusHistory>
            <StageStatus xsi:nil="true" />
            <StageStatus xsi:nil="true" />
          </StageStatusHistory>
          <LenderProtectionRequests>
            <LenderProtectionText>string</LenderProtectionText>
            <Status>string</Status>
            <RequestedOn>dateTime</RequestedOn>
            <ReturnedOn>dateTime</ReturnedOn>
            <AuditData xsi:nil="true" />
            <OtherData xsi:nil="true" />
          </LenderProtectionRequests>
          <ApplicationCounts>
            <SystemApprovalCount>int</SystemApprovalCount>
            <SystemReferralCount>int</SystemReferralCount>
            <SystemSubmitCount>int</SystemSubmitCount>
            <ApprovalCount>int</ApprovalCount>
            <ReferralCount>int</ReferralCount>
            <SubmitCount>int</SubmitCount>
            <OtherData xsi:nil="true" />
          </ApplicationCounts>
          <AuditData>
            <CreatedByID>string</CreatedByID>
            <CreatedByName>string</CreatedByName>
            <CreatedOn>dateTime</CreatedOn>
            <UpdatedByID>string</UpdatedByID>
            <UpdatedByName>string</UpdatedByName>
            <UpdatedOn>dateTime</UpdatedOn>
            <OtherData xsi:nil="true" />
          </AuditData>
          <OtherData Content-Schema="string">xml</OtherData>
        </CUDLVehicleLoanApplication>
        <CUDLAccountLink ID="string" Version="string">
          <ApplicationID>int</ApplicationID>
          <Applicants>
            <Applicant xsi:nil="true" />
            <Applicant xsi:nil="true" />
          </Applicants>
          <AccountNumbers>
            <AccountNumber>string</AccountNumber>
            <AccountNumber>string</AccountNumber>
          </AccountNumbers>
          <DisplayHTML>string</DisplayHTML>
          <ReturnData HostSystem="string">xml</ReturnData>
          <Errors>
            <Error>string</Error>
            <Error>string</Error>
          </Errors>
          <OtherData Content-Schema="string">xml</OtherData>
        </CUDLAccountLink>
        <CUDLMemberDataLink ID="string" Version="1.0">
          <MemberName>
            <First>string</First>
            <Middle>string</Middle>
            <Last>string</Last>
            <Suffix>Jr or Sr or II or III or IV or V or VI</Suffix>
            <OtherData xsi:nil="true" />
          </MemberName>
          <SSN>string</SSN>
          <DateOfBirth>string</DateOfBirth>
          <IsMember>boolean</IsMember>
          <MembershipQualifications>
            <Qualification xsi:nil="true" />
            <Qualification xsi:nil="true" />
          </MembershipQualifications>
          <OtherData Content-Schema="string">xml</OtherData>
        </CUDLMemberDataLink>
        <CUDLLoanApplicationDataRetrieval Version="1.0" Action="Search or GetLoanApplicationData" Platform="CUDL3 or CUDLDapp or Lending360">
          <SearchCriteria>
            <ApplicantFirstName>string</ApplicantFirstName>
            <ApplicantLastName>string</ApplicantLastName>
            <CoApplicantFirstName>string</CoApplicantFirstName>
            <CoApplicantLastName>string</CoApplicantLastName>
            <ApplicantSSN>string</ApplicantSSN>
            <CoApplicantSSN>string</CoApplicantSSN>
            <BeforeDate>date</BeforeDate>
            <AfterDate>date</AfterDate>
            <PrimaryVehicleVIN>string</PrimaryVehicleVIN>
            <Stage>Enter App or App Submitted or System Decision or Manual Decision or Processing Error or Pending or Funding... or Funded or Withdraw or PreApproval or Manual Review or PID Check</Stage>
            <Stage>Enter App or App Submitted or System Decision or Manual Decision or Processing Error or Pending or Funding... or Funded or Withdraw or PreApproval or Manual Review or PID Check</Stage>
            <Status>New or Processing or Counter or Declined or Approved or Refer or Incomplete or Exception or Withdraw</Status>
            <Status>New or Processing or Counter or Declined or Approved or Refer or Incomplete or Exception or Withdraw</Status>
            <SortBy>Search or Applicant Name or ApplicationStatus or ApplicationStage or Date or Application Number or Co-Applicant Name or Amount Requested or Seller or Seller State or Seller Code or Decision Amount or Lender or Lender Code or Applicant SSN or Member Account # or Co-Applicant SSN or ApplicationChangeDate or Lender Branch or UserName or SellerRegionID or Loan Type or Score or DPExport or SellerGroupName or PID Alert</SortBy>
            <SortBy>Search or Applicant Name or ApplicationStatus or ApplicationStage or Date or Application Number or Co-Applicant Name or Amount Requested or Seller or Seller State or Seller Code or Decision Amount or Lender or Lender Code or Applicant SSN or Member Account # or Co-Applicant SSN or ApplicationChangeDate or Lender Branch or UserName or SellerRegionID or Loan Type or Score or DPExport or SellerGroupName or PID Alert</SortBy>
            <OtherData xsi:nil="true" />
          </SearchCriteria>
          <SearchResults>
            <LoanApplicationIDs xsi:nil="true" />
          </SearchResults>
          <LoanDataRetrieval>
            <LoanApplicationID>int</LoanApplicationID>
            <ResultSchemaVersion>1.0</ResultSchemaVersion>
            <IncludeCreditReport>boolean</IncludeCreditReport>
            <OtherData xsi:nil="true" />
          </LoanDataRetrieval>
          <OtherData Content-Schema="string">xml</OtherData>
        </CUDLLoanApplicationDataRetrieval>
        <CUDLConfiguration>
          <DataMaps>
            <DataMap xsi:nil="true" />
            <DataMap xsi:nil="true" />
          </DataMaps>
          <OtherData Content-Schema="string">xml</OtherData>
        </CUDLConfiguration>
        <CUDLPreApproval>
          <Applicants>
            <PreApprovalApplicant xsi:nil="true" />
            <PreApprovalApplicant xsi:nil="true" />
          </Applicants>
          <OtherData Content-Schema="string">xml</OtherData>
        </CUDLPreApproval>
        <OtherData Content-Schema="string">xml</OtherData>
      </CUDLConnect>
    </ProcessSOAPMessage>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <ProcessSOAPMessageResponse xmlns="http://www.cudl.com/CUDLConnect/">
      <CUDLConnect Version="1.0" Direction="Request or Response" TargetAction="MemberDataLink or NetFund or DealerDataImport or SaveDecision or ProcessDecision or LoanComment or DataCourier or AccountLink or DocumentIntegration or LoanDataRetrieval or PreApproval or Other" ServiceGUID="string" OriginalServiceGUID="string" OtherAction="string" xmlns="http://www.cudl.com/CUDLConnect">
        <CUDLAuthentication Version="1.0">
          <UserID>string</UserID>
          <Password>string</Password>
          <OrganizationCode>string</OrganizationCode>
          <OtherData Content-Schema="string">xml</OtherData>
        </CUDLAuthentication>
        <CUDLConfirmation ID="string" Version="1.0" ResponseType="Asynchronous or Synchronous">
          <ResponseDateTime>dateTime</ResponseDateTime>
          <MessageType>string</MessageType>
          <Success>boolean</Success>
          <Description>string</Description>
          <Errors>
            <Error>string</Error>
            <Error>string</Error>
          </Errors>
          <Source>
            <IPAddress>string</IPAddress>
            <MachineName>string</MachineName>
            <URI>string</URI>
            <OtherData xsi:nil="true" />
          </Source>
          <OtherData Content-Schema="string">xml</OtherData>
        </CUDLConfirmation>
        <CUDLVehicleLoanApplication ID="int" Version="1.0">
          <StageStatus>
            <Stage>Enter App or App Submitted or System Decision or Manual Decision or Processing Error or Pending or Funding... or Funded or Withdraw or PreApproval or Manual Review or PID Check</Stage>
            <Status>New or Processing or Counter or Declined or Approved or Refer or Incomplete or Exception or Withdraw</Status>
            <ChangeType>Stage or Status or Both or Neither or PreApp</ChangeType>
            <AuditData xsi:nil="true" />
            <OtherData xsi:nil="true" />
          </StageStatus>
          <SubmittedDate>dateTime</SubmittedDate>
          <OriginalApplicationID>int</OriginalApplicationID>
          <ControlNumber>string</ControlNumber>
          <ReferralCodes>string</ReferralCodes>
          <LoanOfficer>string</LoanOfficer>
          <OverrideCodes>string</OverrideCodes>
          <RepaymentMethod>string</RepaymentMethod>
          <RequestedAmount>decimal</RequestedAmount>
          <RequestedTerm>string</RequestedTerm>
          <DownPaymentAmount>decimal</DownPaymentAmount>
          <IsBuyRate>boolean</IsBuyRate>
          <IsPreApproved>string</IsPreApproved>
          <IsDuplicate>boolean</IsDuplicate>
          <IsFraudulent>boolean</IsFraudulent>
          <IsFundDelay>boolean</IsFundDelay>
          <IsDoNotFund>boolean</IsDoNotFund>
          <DealerFeeProgramName>string</DealerFeeProgramName>
          <OriginalLenderCode>string</OriginalLenderCode>
          <Lender ID="int">
            <Name>string</Name>
            <Code>string</Code>
            <DecisionEngine>string</DecisionEngine>
            <IsNonPrime>boolean</IsNonPrime>
            <NonPrimeLenderFax>string</NonPrimeLenderFax>
            <EmailAddresses xsi:nil="true" />
            <Contacts xsi:nil="true" />
            <PhoneNumbers xsi:nil="true" />
            <AuditData xsi:nil="true" />
            <OtherData xsi:nil="true" />
          </Lender>
          <Seller ID="int">
            <Name>string</Name>
            <Code>string</Code>
            <State>AA or AE or AK or AL or AP or AR or AS or AZ or CA or CO or CT or DC or DE or FL or GA or GU or HI or IA or ID or IL or IN or KS or KY or LA or MA or MD or ME or MH or MI or MN or MO or MP or MS or MT or NC or ND or NE or NH or NJ or NM or NV or NY or OH or OK or OR or PA or PR or RI or SC or SD or TN or TX or UT or VA or VI or VT or WA or WI or WV or WY or PW or FM</State>
            <Region>string</Region>
            <CustomSellerCode>string</CustomSellerCode>
            <CustomSellerName>string</CustomSellerName>
            <Contact xsi:nil="true" />
            <Address xsi:nil="true" />
            <PhoneNumbers xsi:nil="true" />
            <AuditData xsi:nil="true" />
            <OtherData xsi:nil="true" />
          </Seller>
          <Funding ID="int" Action="Fund or CancelFunding">
            <Amount>decimal</Amount>
            <Rate>decimal</Rate>
            <ContractRate>decimal</ContractRate>
            <MaxContractRate>decimal</MaxContractRate>
            <Term>int</Term>
            <Tier>string</Tier>
            <Date>dateTime</Date>
            <ContractDate>date</ContractDate>
            <FirstPaymentAmount>decimal</FirstPaymentAmount>
            <FirstPaymentDate>date</FirstPaymentDate>
            <SettlementDate>date</SettlementDate>
            <SellerFee>decimal</SellerFee>
            <SellerFeePercent>decimal</SellerFeePercent>
            <SellerFeeNet>decimal</SellerFeeNet>
            <FlatFee>decimal</FlatFee>
            <PercentMarkUp>decimal</PercentMarkUp>
            <ReserveAmount>decimal</ReserveAmount>
            <ReserveAmountCalculated>decimal</ReserveAmountCalculated>
            <ScheduledPayoff>date</ScheduledPayoff>
            <ActualPayoff>date</ActualPayoff>
            <FeeIncludedInACH>boolean</FeeIncludedInACH>
            <DoNotACHFund>boolean</DoNotACHFund>
            <GrossLoanAmount>decimal</GrossLoanAmount>
            <UserCode>string</UserCode>
            <CollateralCode>string</CollateralCode>
            <PurposeCode>string</PurposeCode>
            <FundedVehicle xsi:nil="true" />
            <FundProducts xsi:nil="true" />
            <Adjustments xsi:nil="true" />
            <AuditData xsi:nil="true" />
            <OtherData xsi:nil="true" />
          </Funding>
          <WithdrawReason />
          <Applicants>
            <Applicant xsi:nil="true" />
            <Applicant xsi:nil="true" />
          </Applicants>
          <ApplicationAmounts>
            <ApplicationAmount xsi:nil="true" />
            <ApplicationAmount xsi:nil="true" />
          </ApplicationAmounts>
          <Collaterals>
            <Collateral xsi:nil="true" />
            <Collateral xsi:nil="true" />
          </Collaterals>
          <TradeIns>
            <TradeIn xsi:nil="true" />
            <TradeIn xsi:nil="true" />
          </TradeIns>
          <Decisions>
            <Decision xsi:nil="true" />
            <Decision xsi:nil="true" />
          </Decisions>
          <Comments>
            <Comment xsi:nil="true" />
            <Comment xsi:nil="true" />
          </Comments>
          <Documents>
            <Document xsi:nil="true" />
            <Document xsi:nil="true" />
          </Documents>
          <IntegrationHistory>
            <Integration xsi:nil="true" />
            <Integration xsi:nil="true" />
          </IntegrationHistory>
          <PackageTrackings>
            <PackageTracking xsi:nil="true" />
            <PackageTracking xsi:nil="true" />
          </PackageTrackings>
          <PackageNotifications>
            <PackageNotification xsi:nil="true" />
            <PackageNotification xsi:nil="true" />
          </PackageNotifications>
          <StageStatusHistory>
            <StageStatus xsi:nil="true" />
            <StageStatus xsi:nil="true" />
          </StageStatusHistory>
          <LenderProtectionRequests>
            <LenderProtectionText>string</LenderProtectionText>
            <Status>string</Status>
            <RequestedOn>dateTime</RequestedOn>
            <ReturnedOn>dateTime</ReturnedOn>
            <AuditData xsi:nil="true" />
            <OtherData xsi:nil="true" />
          </LenderProtectionRequests>
          <ApplicationCounts>
            <SystemApprovalCount>int</SystemApprovalCount>
            <SystemReferralCount>int</SystemReferralCount>
            <SystemSubmitCount>int</SystemSubmitCount>
            <ApprovalCount>int</ApprovalCount>
            <ReferralCount>int</ReferralCount>
            <SubmitCount>int</SubmitCount>
            <OtherData xsi:nil="true" />
          </ApplicationCounts>
          <AuditData>
            <CreatedByID>string</CreatedByID>
            <CreatedByName>string</CreatedByName>
            <CreatedOn>dateTime</CreatedOn>
            <UpdatedByID>string</UpdatedByID>
            <UpdatedByName>string</UpdatedByName>
            <UpdatedOn>dateTime</UpdatedOn>
            <OtherData xsi:nil="true" />
          </AuditData>
          <OtherData Content-Schema="string">xml</OtherData>
        </CUDLVehicleLoanApplication>
        <CUDLAccountLink ID="string" Version="string">
          <ApplicationID>int</ApplicationID>
          <Applicants>
            <Applicant xsi:nil="true" />
            <Applicant xsi:nil="true" />
          </Applicants>
          <AccountNumbers>
            <AccountNumber>string</AccountNumber>
            <AccountNumber>string</AccountNumber>
          </AccountNumbers>
          <DisplayHTML>string</DisplayHTML>
          <ReturnData HostSystem="string">xml</ReturnData>
          <Errors>
            <Error>string</Error>
            <Error>string</Error>
          </Errors>
          <OtherData Content-Schema="string">xml</OtherData>
        </CUDLAccountLink>
        <CUDLMemberDataLink ID="string" Version="1.0">
          <MemberName>
            <First>string</First>
            <Middle>string</Middle>
            <Last>string</Last>
            <Suffix>Jr or Sr or II or III or IV or V or VI</Suffix>
            <OtherData xsi:nil="true" />
          </MemberName>
          <SSN>string</SSN>
          <DateOfBirth>string</DateOfBirth>
          <IsMember>boolean</IsMember>
          <MembershipQualifications>
            <Qualification xsi:nil="true" />
            <Qualification xsi:nil="true" />
          </MembershipQualifications>
          <OtherData Content-Schema="string">xml</OtherData>
        </CUDLMemberDataLink>
        <CUDLLoanApplicationDataRetrieval Version="1.0" Action="Search or GetLoanApplicationData" Platform="CUDL3 or CUDLDapp or Lending360">
          <SearchCriteria>
            <ApplicantFirstName>string</ApplicantFirstName>
            <ApplicantLastName>string</ApplicantLastName>
            <CoApplicantFirstName>string</CoApplicantFirstName>
            <CoApplicantLastName>string</CoApplicantLastName>
            <ApplicantSSN>string</ApplicantSSN>
            <CoApplicantSSN>string</CoApplicantSSN>
            <BeforeDate>date</BeforeDate>
            <AfterDate>date</AfterDate>
            <PrimaryVehicleVIN>string</PrimaryVehicleVIN>
            <Stage>Enter App or App Submitted or System Decision or Manual Decision or Processing Error or Pending or Funding... or Funded or Withdraw or PreApproval or Manual Review or PID Check</Stage>
            <Stage>Enter App or App Submitted or System Decision or Manual Decision or Processing Error or Pending or Funding... or Funded or Withdraw or PreApproval or Manual Review or PID Check</Stage>
            <Status>New or Processing or Counter or Declined or Approved or Refer or Incomplete or Exception or Withdraw</Status>
            <Status>New or Processing or Counter or Declined or Approved or Refer or Incomplete or Exception or Withdraw</Status>
            <SortBy>Search or Applicant Name or ApplicationStatus or ApplicationStage or Date or Application Number or Co-Applicant Name or Amount Requested or Seller or Seller State or Seller Code or Decision Amount or Lender or Lender Code or Applicant SSN or Member Account # or Co-Applicant SSN or ApplicationChangeDate or Lender Branch or UserName or SellerRegionID or Loan Type or Score or DPExport or SellerGroupName or PID Alert</SortBy>
            <SortBy>Search or Applicant Name or ApplicationStatus or ApplicationStage or Date or Application Number or Co-Applicant Name or Amount Requested or Seller or Seller State or Seller Code or Decision Amount or Lender or Lender Code or Applicant SSN or Member Account # or Co-Applicant SSN or ApplicationChangeDate or Lender Branch or UserName or SellerRegionID or Loan Type or Score or DPExport or SellerGroupName or PID Alert</SortBy>
            <OtherData xsi:nil="true" />
          </SearchCriteria>
          <SearchResults>
            <LoanApplicationIDs xsi:nil="true" />
          </SearchResults>
          <LoanDataRetrieval>
            <LoanApplicationID>int</LoanApplicationID>
            <ResultSchemaVersion>1.0</ResultSchemaVersion>
            <IncludeCreditReport>boolean</IncludeCreditReport>
            <OtherData xsi:nil="true" />
          </LoanDataRetrieval>
          <OtherData Content-Schema="string">xml</OtherData>
        </CUDLLoanApplicationDataRetrieval>
        <CUDLConfiguration>
          <DataMaps>
            <DataMap xsi:nil="true" />
            <DataMap xsi:nil="true" />
          </DataMaps>
          <OtherData Content-Schema="string">xml</OtherData>
        </CUDLConfiguration>
        <CUDLPreApproval>
          <Applicants>
            <PreApprovalApplicant xsi:nil="true" />
            <PreApprovalApplicant xsi:nil="true" />
          </Applicants>
          <OtherData Content-Schema="string">xml</OtherData>
        </CUDLPreApproval>
        <OtherData Content-Schema="string">xml</OtherData>
      </CUDLConnect>
    </ProcessSOAPMessageResponse>
  </soap12:Body>
</soap12:Envelope>