TEServer
Click here for a complete list of operations.
CustDetails
Get customer details.
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 /TESERVER.asmx HTTP/1.1 Host: oucute.oucu.org Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://harlandfs.com/pl/TransactionExchange/CustDetails" <?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:Header> <TEAuthRq xmlns="http://harlandfs.com/pl/TransactionExchange"> <IfxSignonRq>xml</IfxSignonRq> <IfxVersion>string</IfxVersion> </TEAuthRq> </soap:Header> <soap:Body> <CustDetailsRq xmlns="http://harlandfs.com/pl/TransactionExchange"> <CustNumber>string</CustNumber> </CustDetailsRq> </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:Header> <TEAuthRs xmlns="http://harlandfs.com/pl/TransactionExchange"> <IfxSignonRs>xml</IfxSignonRs> <IfxVersion>string</IfxVersion> </TEAuthRs> </soap:Header> <soap:Body> <CustDetailsRs xmlns="http://harlandfs.com/pl/TransactionExchange"> <CustNumber>string</CustNumber> <FirstName>string</FirstName> <LastName>string</LastName> <MiddleName>string</MiddleName> <CustTitle>string</CustTitle> <TaxIdType>SocialSecurityNumber or EmployerIdentificationNumber or ForeignNational or ForeignNumberNoTIN</TaxIdType> <TaxId>string</TaxId> <TaxIdCertifyDt>dateTime</TaxIdCertifyDt> <BirthDt>dateTime</BirthDt> <Gender>UnSpecified or Male or Female</Gender> <MaritalStatus>UnSpecified or Married or Unmarried or Separated</MaritalStatus> <HomePhone>string</HomePhone> <HomeFax>string</HomeFax> <WorkPhone>string</WorkPhone> <PhoneExtension>string</PhoneExtension> <CellPhone>string</CellPhone> <OtherPhone>string</OtherPhone> <EMailAddr>string</EMailAddr> <Memo>string</Memo> <RelPricingGroup>string</RelPricingGroup> <DriversLicense>string</DriversLicense> <LicenseState>string</LicenseState> <Dependants>int</Dependants> <DependentAges>string</DependentAges> <SchoolYears>int</SchoolYears> <CustType>UnSpecified or Personal or Organization or Trust or Club or Minor or Business</CustType> <ResAddr> <Addr1>string</Addr1> <Addr2>string</Addr2> <City>string</City> <State>string</State> <Zip>string</Zip> <Country>string</Country> <AddrYears>int</AddrYears> <AddrMonths>int</AddrMonths> </ResAddr> <HousingType>UnSpecified or OwnHome or Rent or LiveWithParents or LiveInFreeHousing or Boarding</HousingType> <PrevAddr> <Addr1>string</Addr1> <Addr2>string</Addr2> <City>string</City> <State>string</State> <Zip>string</Zip> <Country>string</Country> <AddrYears>int</AddrYears> <AddrMonths>int</AddrMonths> </PrevAddr> <PrevHousingType>UnSpecified or OwnHome or Rent or LiveWithParents or LiveInFreeHousing or Boarding</PrevHousingType> <PostalAddr> <Addr1>string</Addr1> <Addr2>string</Addr2> <City>string</City> <State>string</State> <Zip>string</Zip> <Country>string</Country> </PostalAddr> <AltAddrFlag>boolean</AltAddrFlag> <AltAddr> <Addr1>string</Addr1> <Addr2>string</Addr2> <City>string</City> <State>string</State> <Zip>string</Zip> <Country>string</Country> </AltAddr> <AltAddrStartDt>dateTime</AltAddrStartDt> <AltAddrEndDt>dateTime</AltAddrEndDt> <AltAddrRecurringFlag>boolean</AltAddrRecurringFlag> <AltAddrExpireDt>dateTime</AltAddrExpireDt> <AcctStatus>Normal or ExpiredPIN or NewUser</AcctStatus> <AcctAccessLevel>FullControl or InquireOnly or NotRegistered or Deleted or DisclosurePending or WaitingAuthorization or MaxPINViolation or BlockAccess or MaxVerifViolation</AcctAccessLevel> <CustInfoFrozenFlag>boolean</CustInfoFrozenFlag> <CustPswd>string</CustPswd> <BillerType>Ultrafis or Orcc or Ops</BillerType> <BillerRegFlag>boolean</BillerRegFlag> <BillerAcct>string</BillerAcct> <BillerMemoFlag>boolean</BillerMemoFlag> <NewBillPayer>Ultrafis or Orcc or Ops</NewBillPayer> <BillPresFlag>boolean</BillPresFlag> <DelinqFlag>boolean</DelinqFlag> <BondInt>double</BondInt> <BondValue>double</BondValue> <BondCashed>double</BondCashed> <PrevYrBondInt>double</PrevYrBondInt> <PrevYrBondValue>double</PrevYrBondValue> <PrevYrBondCashed>double</PrevYrBondCashed> <RelPricingGroupCER>string</RelPricingGroupCER> <SecretId>string</SecretId> <CustClass>Declassified or RegularMember or CorporateMember or NonMember or MailingList or BulkPayee or JointMember or AssociateMember or StaffOrOfficial or PotentialMember</CustClass> <CustBranch>int</CustBranch> <CustPayrollDept>int</CustPayrollDept> <CustMailCode>int</CustMailCode> <CustNameExtension>string</CustNameExtension> <BusinessType>int</BusinessType> <SolePropSSN>string</SolePropSSN> <TaxExempt>boolean</TaxExempt> <PersonnelId>string</PersonnelId> <CompanyId>string</CompanyId> <CoinDepositAllowFlag>boolean</CoinDepositAllowFlag> <OptOutElect>boolean</OptOutElect> <TaxName> <TaxNameLast>string</TaxNameLast> <TaxNameFirst>string</TaxNameFirst> <TaxNameInitials>string</TaxNameInitials> </TaxName> <OpeningMethod>string</OpeningMethod> <DeathDt>dateTime</DeathDt> <UserDefinedFieldTable> <UserDefinedFieldRecord> <UserDefinedFieldCode>int</UserDefinedFieldCode> <UserDefinedFieldDesc>string</UserDefinedFieldDesc> <UserDefinedFieldValue>string</UserDefinedFieldValue> <UserDefinedValueDesc>string</UserDefinedValueDesc> <UserDefinedFieldDateFlag>boolean</UserDefinedFieldDateFlag> </UserDefinedFieldRecord> <UserDefinedFieldRecord> <UserDefinedFieldCode>int</UserDefinedFieldCode> <UserDefinedFieldDesc>string</UserDefinedFieldDesc> <UserDefinedFieldValue>string</UserDefinedFieldValue> <UserDefinedValueDesc>string</UserDefinedValueDesc> <UserDefinedFieldDateFlag>boolean</UserDefinedFieldDateFlag> </UserDefinedFieldRecord> </UserDefinedFieldTable> <CustClassList> <CustClassItem>RegularMember or CorporateMember or NonMember or MailingList or BulkPayee or JointMember or AssociateMember or StaffOrOfficial or PotentialMember</CustClassItem> <CustClassItem>RegularMember or CorporateMember or NonMember or MailingList or BulkPayee or JointMember or AssociateMember or StaffOrOfficial or PotentialMember</CustClassItem> </CustClassList> <OvdSvcElection>boolean</OvdSvcElection> <CustLocationCode>string</CustLocationCode> <Estatement>boolean</Estatement> <JoinDt>dateTime</JoinDt> <Eligibility>string</Eligibility> <eReceipt>boolean</eReceipt> <eNotice>string</eNotice> <IDScannedFlag>boolean</IDScannedFlag> <FTIN>string</FTIN> <ContactPref>string</ContactPref> <ContactPrefDetail>string</ContactPrefDetail> <DoNotContactTable> <DoNotContactRecord> <PhoneType>W or H or C or O</PhoneType> <MobileDevice>boolean</MobileDevice> <DoNotContact>boolean</DoNotContact> </DoNotContactRecord> <DoNotContactRecord> <PhoneType>W or H or C or O</PhoneType> <MobileDevice>boolean</MobileDevice> <DoNotContact>boolean</DoNotContact> </DoNotContactRecord> </DoNotContactTable> <SharePersonalInfo>boolean</SharePersonalInfo> </CustDetailsRs> </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 /TESERVER.asmx HTTP/1.1 Host: oucute.oucu.org 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:Header> <TEAuthRq xmlns="http://harlandfs.com/pl/TransactionExchange"> <IfxSignonRq>xml</IfxSignonRq> <IfxVersion>string</IfxVersion> </TEAuthRq> </soap12:Header> <soap12:Body> <CustDetailsRq xmlns="http://harlandfs.com/pl/TransactionExchange"> <CustNumber>string</CustNumber> </CustDetailsRq> </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:Header> <TEAuthRs xmlns="http://harlandfs.com/pl/TransactionExchange"> <IfxSignonRs>xml</IfxSignonRs> <IfxVersion>string</IfxVersion> </TEAuthRs> </soap12:Header> <soap12:Body> <CustDetailsRs xmlns="http://harlandfs.com/pl/TransactionExchange"> <CustNumber>string</CustNumber> <FirstName>string</FirstName> <LastName>string</LastName> <MiddleName>string</MiddleName> <CustTitle>string</CustTitle> <TaxIdType>SocialSecurityNumber or EmployerIdentificationNumber or ForeignNational or ForeignNumberNoTIN</TaxIdType> <TaxId>string</TaxId> <TaxIdCertifyDt>dateTime</TaxIdCertifyDt> <BirthDt>dateTime</BirthDt> <Gender>UnSpecified or Male or Female</Gender> <MaritalStatus>UnSpecified or Married or Unmarried or Separated</MaritalStatus> <HomePhone>string</HomePhone> <HomeFax>string</HomeFax> <WorkPhone>string</WorkPhone> <PhoneExtension>string</PhoneExtension> <CellPhone>string</CellPhone> <OtherPhone>string</OtherPhone> <EMailAddr>string</EMailAddr> <Memo>string</Memo> <RelPricingGroup>string</RelPricingGroup> <DriversLicense>string</DriversLicense> <LicenseState>string</LicenseState> <Dependants>int</Dependants> <DependentAges>string</DependentAges> <SchoolYears>int</SchoolYears> <CustType>UnSpecified or Personal or Organization or Trust or Club or Minor or Business</CustType> <ResAddr> <Addr1>string</Addr1> <Addr2>string</Addr2> <City>string</City> <State>string</State> <Zip>string</Zip> <Country>string</Country> <AddrYears>int</AddrYears> <AddrMonths>int</AddrMonths> </ResAddr> <HousingType>UnSpecified or OwnHome or Rent or LiveWithParents or LiveInFreeHousing or Boarding</HousingType> <PrevAddr> <Addr1>string</Addr1> <Addr2>string</Addr2> <City>string</City> <State>string</State> <Zip>string</Zip> <Country>string</Country> <AddrYears>int</AddrYears> <AddrMonths>int</AddrMonths> </PrevAddr> <PrevHousingType>UnSpecified or OwnHome or Rent or LiveWithParents or LiveInFreeHousing or Boarding</PrevHousingType> <PostalAddr> <Addr1>string</Addr1> <Addr2>string</Addr2> <City>string</City> <State>string</State> <Zip>string</Zip> <Country>string</Country> </PostalAddr> <AltAddrFlag>boolean</AltAddrFlag> <AltAddr> <Addr1>string</Addr1> <Addr2>string</Addr2> <City>string</City> <State>string</State> <Zip>string</Zip> <Country>string</Country> </AltAddr> <AltAddrStartDt>dateTime</AltAddrStartDt> <AltAddrEndDt>dateTime</AltAddrEndDt> <AltAddrRecurringFlag>boolean</AltAddrRecurringFlag> <AltAddrExpireDt>dateTime</AltAddrExpireDt> <AcctStatus>Normal or ExpiredPIN or NewUser</AcctStatus> <AcctAccessLevel>FullControl or InquireOnly or NotRegistered or Deleted or DisclosurePending or WaitingAuthorization or MaxPINViolation or BlockAccess or MaxVerifViolation</AcctAccessLevel> <CustInfoFrozenFlag>boolean</CustInfoFrozenFlag> <CustPswd>string</CustPswd> <BillerType>Ultrafis or Orcc or Ops</BillerType> <BillerRegFlag>boolean</BillerRegFlag> <BillerAcct>string</BillerAcct> <BillerMemoFlag>boolean</BillerMemoFlag> <NewBillPayer>Ultrafis or Orcc or Ops</NewBillPayer> <BillPresFlag>boolean</BillPresFlag> <DelinqFlag>boolean</DelinqFlag> <BondInt>double</BondInt> <BondValue>double</BondValue> <BondCashed>double</BondCashed> <PrevYrBondInt>double</PrevYrBondInt> <PrevYrBondValue>double</PrevYrBondValue> <PrevYrBondCashed>double</PrevYrBondCashed> <RelPricingGroupCER>string</RelPricingGroupCER> <SecretId>string</SecretId> <CustClass>Declassified or RegularMember or CorporateMember or NonMember or MailingList or BulkPayee or JointMember or AssociateMember or StaffOrOfficial or PotentialMember</CustClass> <CustBranch>int</CustBranch> <CustPayrollDept>int</CustPayrollDept> <CustMailCode>int</CustMailCode> <CustNameExtension>string</CustNameExtension> <BusinessType>int</BusinessType> <SolePropSSN>string</SolePropSSN> <TaxExempt>boolean</TaxExempt> <PersonnelId>string</PersonnelId> <CompanyId>string</CompanyId> <CoinDepositAllowFlag>boolean</CoinDepositAllowFlag> <OptOutElect>boolean</OptOutElect> <TaxName> <TaxNameLast>string</TaxNameLast> <TaxNameFirst>string</TaxNameFirst> <TaxNameInitials>string</TaxNameInitials> </TaxName> <OpeningMethod>string</OpeningMethod> <DeathDt>dateTime</DeathDt> <UserDefinedFieldTable> <UserDefinedFieldRecord> <UserDefinedFieldCode>int</UserDefinedFieldCode> <UserDefinedFieldDesc>string</UserDefinedFieldDesc> <UserDefinedFieldValue>string</UserDefinedFieldValue> <UserDefinedValueDesc>string</UserDefinedValueDesc> <UserDefinedFieldDateFlag>boolean</UserDefinedFieldDateFlag> </UserDefinedFieldRecord> <UserDefinedFieldRecord> <UserDefinedFieldCode>int</UserDefinedFieldCode> <UserDefinedFieldDesc>string</UserDefinedFieldDesc> <UserDefinedFieldValue>string</UserDefinedFieldValue> <UserDefinedValueDesc>string</UserDefinedValueDesc> <UserDefinedFieldDateFlag>boolean</UserDefinedFieldDateFlag> </UserDefinedFieldRecord> </UserDefinedFieldTable> <CustClassList> <CustClassItem>RegularMember or CorporateMember or NonMember or MailingList or BulkPayee or JointMember or AssociateMember or StaffOrOfficial or PotentialMember</CustClassItem> <CustClassItem>RegularMember or CorporateMember or NonMember or MailingList or BulkPayee or JointMember or AssociateMember or StaffOrOfficial or PotentialMember</CustClassItem> </CustClassList> <OvdSvcElection>boolean</OvdSvcElection> <CustLocationCode>string</CustLocationCode> <Estatement>boolean</Estatement> <JoinDt>dateTime</JoinDt> <Eligibility>string</Eligibility> <eReceipt>boolean</eReceipt> <eNotice>string</eNotice> <IDScannedFlag>boolean</IDScannedFlag> <FTIN>string</FTIN> <ContactPref>string</ContactPref> <ContactPrefDetail>string</ContactPrefDetail> <DoNotContactTable> <DoNotContactRecord> <PhoneType>W or H or C or O</PhoneType> <MobileDevice>boolean</MobileDevice> <DoNotContact>boolean</DoNotContact> </DoNotContactRecord> <DoNotContactRecord> <PhoneType>W or H or C or O</PhoneType> <MobileDevice>boolean</MobileDevice> <DoNotContact>boolean</DoNotContact> </DoNotContactRecord> </DoNotContactTable> <SharePersonalInfo>boolean</SharePersonalInfo> </CustDetailsRs> </soap12:Body> </soap12:Envelope>