Transactions
Click here for a complete list of operations.
getDefaultOutputColumns
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 /transactions.asmx HTTP/1.1 Host: myacxiompartners.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/Usadata.ListServices.Web/Transactions/getDefaultOutputColumns" <?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> <getDefaultOutputColumns xmlns="http://tempuri.org/Usadata.ListServices.Web/Transactions"> <ApplicationID>string</ApplicationID> <Username>string</Username> <Password>string</Password> <OrderType>UnknownProspect or ConsumerProspect or BusinessProspect or EquifaxCProspect or Newhome6Prospect or HomedataProspect or Newmove6Prospect or CisHomesProspect or ExperianProspect or CompassProspect or InfoUSAConsumerProspect or InfoUSABusinessProspect or CompassCanProspect or ValassisProspect or ResidentOccupantProspect or InfoUSA_ConsumerProspect or InfoUSA_BusinessProspect or InfoBaseBusiness or InfoUSA_IDMS_Business or MobileAdvertising or FacebookAdvertising or OutstandingUnitCost or TaxFee or email_consumer or email_business or Datazapp_ConsumerProspect or Bridge_ConsumerProspect or NewInfoUSA_ConsumerProspect or DataAxleConsumerProspect or DataAxleBusinessProspect or DigitalMarketing or Nevro_MailProspect or Nevro_EmailProspect or NewParent_Prospect or CollegeStudents_Prospect or ResidentAddress_Prospect or RealProperty_Prospect or Echo_Consumer or Echo_Business</OrderType> </getDefaultOutputColumns> </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> <getDefaultOutputColumnsResponse xmlns="http://tempuri.org/Usadata.ListServices.Web/Transactions"> <getDefaultOutputColumnsResult>string</getDefaultOutputColumnsResult> </getDefaultOutputColumnsResponse> </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 /transactions.asmx HTTP/1.1 Host: myacxiompartners.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> <getDefaultOutputColumns xmlns="http://tempuri.org/Usadata.ListServices.Web/Transactions"> <ApplicationID>string</ApplicationID> <Username>string</Username> <Password>string</Password> <OrderType>UnknownProspect or ConsumerProspect or BusinessProspect or EquifaxCProspect or Newhome6Prospect or HomedataProspect or Newmove6Prospect or CisHomesProspect or ExperianProspect or CompassProspect or InfoUSAConsumerProspect or InfoUSABusinessProspect or CompassCanProspect or ValassisProspect or ResidentOccupantProspect or InfoUSA_ConsumerProspect or InfoUSA_BusinessProspect or InfoBaseBusiness or InfoUSA_IDMS_Business or MobileAdvertising or FacebookAdvertising or OutstandingUnitCost or TaxFee or email_consumer or email_business or Datazapp_ConsumerProspect or Bridge_ConsumerProspect or NewInfoUSA_ConsumerProspect or DataAxleConsumerProspect or DataAxleBusinessProspect or DigitalMarketing or Nevro_MailProspect or Nevro_EmailProspect or NewParent_Prospect or CollegeStudents_Prospect or ResidentAddress_Prospect or RealProperty_Prospect or Echo_Consumer or Echo_Business</OrderType> </getDefaultOutputColumns> </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> <getDefaultOutputColumnsResponse xmlns="http://tempuri.org/Usadata.ListServices.Web/Transactions"> <getDefaultOutputColumnsResult>string</getDefaultOutputColumnsResult> </getDefaultOutputColumnsResponse> </soap12:Body> </soap12:Envelope>