To override the Content-type in your clients, use the HTTP Accept Header, append the .soap12 suffix or ?format=soap12
HTTP + SOAP12
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /soap12 HTTP/1.1
Host: regapi.pumpalarm.com
Content-Type: text/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>
<R_TransactionInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Registrar.Model.Model.Views">
<AccountHolder xmlns:d2p1="http://schemas.datacontract.org/2004/07/Registrar.Model.Model.Data">
<d2p1:AccountId>0</d2p1:AccountId>
<d2p1:Address1>String</d2p1:Address1>
<d2p1:Address2>String</d2p1:Address2>
<d2p1:CardCode>String</d2p1:CardCode>
<d2p1:City>String</d2p1:City>
<d2p1:Country>String</d2p1:Country>
<d2p1:CreationDateTime>0001-01-01T00:00:00</d2p1:CreationDateTime>
<d2p1:CreditCardNumber>String</d2p1:CreditCardNumber>
<d2p1:Email>String</d2p1:Email>
<d2p1:ExpirationMonth>0</d2p1:ExpirationMonth>
<d2p1:ExpirationYear>0</d2p1:ExpirationYear>
<d2p1:FirstName>String</d2p1:FirstName>
<d2p1:Id>0</d2p1:Id>
<d2p1:LastName>String</d2p1:LastName>
<d2p1:NeedToUpdatePaymentInfo>false</d2p1:NeedToUpdatePaymentInfo>
<d2p1:PhoneNumber>String</d2p1:PhoneNumber>
<d2p1:StateProvince>String</d2p1:StateProvince>
<d2p1:TotalNumberOfRecords>0</d2p1:TotalNumberOfRecords>
<d2p1:UpdatePaymentInfoDate>0001-01-01T00:00:00</d2p1:UpdatePaymentInfoDate>
<d2p1:ZipCode>String</d2p1:ZipCode>
</AccountHolder>
<Id>0</Id>
<Registration xmlns:d2p1="http://schemas.datacontract.org/2004/07/Registrar.Model.Model.Data">
<d2p1:AccountId>0</d2p1:AccountId>
<d2p1:BrandId>0</d2p1:BrandId>
<d2p1:BrandName>String</d2p1:BrandName>
<d2p1:BundleName>String</d2p1:BundleName>
<d2p1:CellularService>
<d2p1:BrandName>String</d2p1:BrandName>
<d2p1:CellDeviceId>String</d2p1:CellDeviceId>
<d2p1:CellularDeviceStateId>0</d2p1:CellularDeviceStateId>
<d2p1:ContactEmail>String</d2p1:ContactEmail>
<d2p1:CreateDateTime>0001-01-01T00:00:00</d2p1:CreateDateTime>
<d2p1:DeviceSerialNumber>String</d2p1:DeviceSerialNumber>
<d2p1:Id>0</d2p1:Id>
<d2p1:LastUpdatDateTime>0001-01-01T00:00:00</d2p1:LastUpdatDateTime>
<d2p1:PhoneNumber>String</d2p1:PhoneNumber>
<d2p1:ProductName>String</d2p1:ProductName>
<d2p1:ProfileId>0</d2p1:ProfileId>
<d2p1:RegistrationId>0</d2p1:RegistrationId>
<d2p1:TotalNumberOfRecords>0</d2p1:TotalNumberOfRecords>
<d2p1:UnitId>String</d2p1:UnitId>
</d2p1:CellularService>
<d2p1:CellularServiceId>0</d2p1:CellularServiceId>
<d2p1:CreationDateTime>0001-01-01T00:00:00</d2p1:CreationDateTime>
<d2p1:EligibleBundleId>0</d2p1:EligibleBundleId>
<d2p1:Id>0</d2p1:Id>
<d2p1:MerchantId>String</d2p1:MerchantId>
<d2p1:PlanId>0</d2p1:PlanId>
<d2p1:PlanName>String</d2p1:PlanName>
<d2p1:ProductId>0</d2p1:ProductId>
<d2p1:ProductName>String</d2p1:ProductName>
<d2p1:RegistrationStatus>0</d2p1:RegistrationStatus>
<d2p1:ResellerId>0</d2p1:ResellerId>
<d2p1:ResellerName>String</d2p1:ResellerName>
<d2p1:Subscription>
<d2p1:AccountHolderId>0</d2p1:AccountHolderId>
<d2p1:BillingInterval>0</d2p1:BillingInterval>
<d2p1:BillingIntervalTimeUnitId>0</d2p1:BillingIntervalTimeUnitId>
<d2p1:BrandId>0</d2p1:BrandId>
<d2p1:CurrentBillDate>0001-01-01T00:00:00</d2p1:CurrentBillDate>
<d2p1:Id>0</d2p1:Id>
<d2p1:NextBillDate>0001-01-01T00:00:00</d2p1:NextBillDate>
<d2p1:NumberOfOccurrences>0</d2p1:NumberOfOccurrences>
<d2p1:PaidUntil>0001-01-01T00:00:00</d2p1:PaidUntil>
<d2p1:PreviousBillDate>0001-01-01T00:00:00</d2p1:PreviousBillDate>
<d2p1:RegistrationId>0</d2p1:RegistrationId>
<d2p1:StartDate>0001-01-01T00:00:00</d2p1:StartDate>
<d2p1:SubscriptionBillingStatusId>0</d2p1:SubscriptionBillingStatusId>
<d2p1:SubscriptionStatusTypeId>0</d2p1:SubscriptionStatusTypeId>
<d2p1:TrialBillingInterval>0</d2p1:TrialBillingInterval>
<d2p1:TrialBillingIntervalTimeUnitId>0</d2p1:TrialBillingIntervalTimeUnitId>
<d2p1:TrialOccurrences>0</d2p1:TrialOccurrences>
<d2p1:UnitId>String</d2p1:UnitId>
</d2p1:Subscription>
<d2p1:SubscriptionId>0</d2p1:SubscriptionId>
<d2p1:TotalNumberOfRecords>0</d2p1:TotalNumberOfRecords>
<d2p1:UnitId>String</d2p1:UnitId>
</Registration>
<Subscription xmlns:d2p1="http://schemas.datacontract.org/2004/07/Registrar.Model.Model.Data">
<d2p1:AccountHolderId>0</d2p1:AccountHolderId>
<d2p1:BillingInterval>0</d2p1:BillingInterval>
<d2p1:BillingIntervalTimeUnitId>0</d2p1:BillingIntervalTimeUnitId>
<d2p1:BrandId>0</d2p1:BrandId>
<d2p1:CurrentBillDate>0001-01-01T00:00:00</d2p1:CurrentBillDate>
<d2p1:Id>0</d2p1:Id>
<d2p1:NextBillDate>0001-01-01T00:00:00</d2p1:NextBillDate>
<d2p1:NumberOfOccurrences>0</d2p1:NumberOfOccurrences>
<d2p1:PaidUntil>0001-01-01T00:00:00</d2p1:PaidUntil>
<d2p1:PreviousBillDate>0001-01-01T00:00:00</d2p1:PreviousBillDate>
<d2p1:RegistrationId>0</d2p1:RegistrationId>
<d2p1:StartDate>0001-01-01T00:00:00</d2p1:StartDate>
<d2p1:SubscriptionBillingStatusId>0</d2p1:SubscriptionBillingStatusId>
<d2p1:SubscriptionStatusTypeId>0</d2p1:SubscriptionStatusTypeId>
<d2p1:TrialBillingInterval>0</d2p1:TrialBillingInterval>
<d2p1:TrialBillingIntervalTimeUnitId>0</d2p1:TrialBillingIntervalTimeUnitId>
<d2p1:TrialOccurrences>0</d2p1:TrialOccurrences>
<d2p1:UnitId>String</d2p1:UnitId>
</Subscription>
<TotalNumberOfRecords>0</TotalNumberOfRecords>
<Transaction xmlns:d2p1="http://schemas.datacontract.org/2004/07/Registrar.Model.Model.Data">
<d2p1:Amount>0</d2p1:Amount>
<d2p1:Card>String</d2p1:Card>
<d2p1:CreateDate>0001-01-01T00:00:00</d2p1:CreateDate>
<d2p1:CurrencyId>0</d2p1:CurrencyId>
<d2p1:GatewayResponse>String</d2p1:GatewayResponse>
<d2p1:GatewayTransactionId>String</d2p1:GatewayTransactionId>
<d2p1:Id>0</d2p1:Id>
<d2p1:InvoiceId>0</d2p1:InvoiceId>
<d2p1:RelatedGatewayTransactionId>String</d2p1:RelatedGatewayTransactionId>
<d2p1:RelatedTransactionId>0</d2p1:RelatedTransactionId>
<d2p1:SettlementDate>0001-01-01T00:00:00</d2p1:SettlementDate>
<d2p1:SubscriptionId>0</d2p1:SubscriptionId>
<d2p1:TransactionNotificationStatusId>0</d2p1:TransactionNotificationStatusId>
<d2p1:TransactionStatusId>0</d2p1:TransactionStatusId>
<d2p1:TransactionTypeId>0</d2p1:TransactionTypeId>
</Transaction>
</R_TransactionInfo>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/xml
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>
<R_TransactionInfos xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Registrar.Model.Model.Views">
<BrandIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:long>0</d2p1:long>
</BrandIds>
<NumberOfRecords>0</NumberOfRecords>
<StartIndex>0</StartIndex>
<TransactionStatusIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:long>0</d2p1:long>
</TransactionStatusIds>
</R_TransactionInfos>
</soap12:Body>
</soap12:Envelope>