ServManCreditCardService


Click here for a complete list of operations.

processInvoiceTransactionFromEncryptedSwipeUsingByteArrays

Test

The test form is only available for methods with primitive types as parameters.

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 /ServManCreditCardService.asmx HTTP/1.1
Host: servman-app.core-mark.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://localhost/ServManCreditCardService.asmx/processInvoiceTransactionFromEncryptedSwipeUsingByteArrays"

<?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>
    <AuthHeader xmlns="https://localhost/ServManCreditCardService.asmx">
      <Username>string</Username>
      <Password>string</Password>
    </AuthHeader>
  </soap:Header>
  <soap:Body>
    <processInvoiceTransactionFromEncryptedSwipeUsingByteArrays xmlns="https://localhost/ServManCreditCardService.asmx">
      <i_submitterId>string</i_submitterId>
      <i_acctNo>string</i_acctNo>
      <i_invoiceNo>string</i_invoiceNo>
      <i_orderNo>string</i_orderNo>
      <i_CCNo>string</i_CCNo>
      <i_amount>double</i_amount>
      <i_expDate>string</i_expDate>
      <i_tranType>string</i_tranType>
      <i_refId>string</i_refId>
      <i_CVV2>string</i_CVV2>
      <i_desc>string</i_desc>
      <i_name>string</i_name>
      <i_cardAddr>string</i_cardAddr>
      <i_cardCity>string</i_cardCity>
      <i_cardZip>string</i_cardZip>
      <i_cardCntry>string</i_cardCntry>
      <i_cardEmail>string</i_cardEmail>
      <i_cardState>string</i_cardState>
      <i_cardPhone>string</i_cardPhone>
      <i_status>string</i_status>
      <i_merchId>string</i_merchId>
      <i_servmanDataFilesDirectory>string</i_servmanDataFilesDirectory>
      <i_trackData1>base64Binary</i_trackData1>
      <i_trackData2>base64Binary</i_trackData2>
      <i_trackData3>base64Binary</i_trackData3>
      <i_KSN>base64Binary</i_KSN>
      <i_preEncryptedTrack1Len>int</i_preEncryptedTrack1Len>
      <i_preEncryptedTrack2Len>int</i_preEncryptedTrack2Len>
      <i_preEncryptedTrack3Len>int</i_preEncryptedTrack3Len>
      <i_KSNLen>int</i_KSNLen>
    </processInvoiceTransactionFromEncryptedSwipeUsingByteArrays>
  </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>
    <processInvoiceTransactionFromEncryptedSwipeUsingByteArraysResponse xmlns="https://localhost/ServManCreditCardService.asmx">
      <processInvoiceTransactionFromEncryptedSwipeUsingByteArraysResult>string</processInvoiceTransactionFromEncryptedSwipeUsingByteArraysResult>
    </processInvoiceTransactionFromEncryptedSwipeUsingByteArraysResponse>
  </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 /ServManCreditCardService.asmx HTTP/1.1
Host: servman-app.core-mark.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:Header>
    <AuthHeader xmlns="https://localhost/ServManCreditCardService.asmx">
      <Username>string</Username>
      <Password>string</Password>
    </AuthHeader>
  </soap12:Header>
  <soap12:Body>
    <processInvoiceTransactionFromEncryptedSwipeUsingByteArrays xmlns="https://localhost/ServManCreditCardService.asmx">
      <i_submitterId>string</i_submitterId>
      <i_acctNo>string</i_acctNo>
      <i_invoiceNo>string</i_invoiceNo>
      <i_orderNo>string</i_orderNo>
      <i_CCNo>string</i_CCNo>
      <i_amount>double</i_amount>
      <i_expDate>string</i_expDate>
      <i_tranType>string</i_tranType>
      <i_refId>string</i_refId>
      <i_CVV2>string</i_CVV2>
      <i_desc>string</i_desc>
      <i_name>string</i_name>
      <i_cardAddr>string</i_cardAddr>
      <i_cardCity>string</i_cardCity>
      <i_cardZip>string</i_cardZip>
      <i_cardCntry>string</i_cardCntry>
      <i_cardEmail>string</i_cardEmail>
      <i_cardState>string</i_cardState>
      <i_cardPhone>string</i_cardPhone>
      <i_status>string</i_status>
      <i_merchId>string</i_merchId>
      <i_servmanDataFilesDirectory>string</i_servmanDataFilesDirectory>
      <i_trackData1>base64Binary</i_trackData1>
      <i_trackData2>base64Binary</i_trackData2>
      <i_trackData3>base64Binary</i_trackData3>
      <i_KSN>base64Binary</i_KSN>
      <i_preEncryptedTrack1Len>int</i_preEncryptedTrack1Len>
      <i_preEncryptedTrack2Len>int</i_preEncryptedTrack2Len>
      <i_preEncryptedTrack3Len>int</i_preEncryptedTrack3Len>
      <i_KSNLen>int</i_KSNLen>
    </processInvoiceTransactionFromEncryptedSwipeUsingByteArrays>
  </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>
    <processInvoiceTransactionFromEncryptedSwipeUsingByteArraysResponse xmlns="https://localhost/ServManCreditCardService.asmx">
      <processInvoiceTransactionFromEncryptedSwipeUsingByteArraysResult>string</processInvoiceTransactionFromEncryptedSwipeUsingByteArraysResult>
    </processInvoiceTransactionFromEncryptedSwipeUsingByteArraysResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

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

GET /ServManCreditCardService.asmx/processInvoiceTransactionFromEncryptedSwipeUsingByteArrays?i_submitterId=string&i_acctNo=string&i_invoiceNo=string&i_orderNo=string&i_CCNo=string&i_amount=string&i_expDate=string&i_tranType=string&i_refId=string&i_CVV2=string&i_desc=string&i_name=string&i_cardAddr=string&i_cardCity=string&i_cardZip=string&i_cardCntry=string&i_cardEmail=string&i_cardState=string&i_cardPhone=string&i_status=string&i_merchId=string&i_servmanDataFilesDirectory=string&i_trackData1=string&i_trackData1=string&i_trackData2=string&i_trackData2=string&i_trackData3=string&i_trackData3=string&i_KSN=string&i_KSN=string&i_preEncryptedTrack1Len=string&i_preEncryptedTrack2Len=string&i_preEncryptedTrack3Len=string&i_KSNLen=string HTTP/1.1
Host: servman-app.core-mark.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="https://localhost/ServManCreditCardService.asmx">string</string>

HTTP POST

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

POST /ServManCreditCardService.asmx/processInvoiceTransactionFromEncryptedSwipeUsingByteArrays HTTP/1.1
Host: servman-app.core-mark.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

i_submitterId=string&i_acctNo=string&i_invoiceNo=string&i_orderNo=string&i_CCNo=string&i_amount=string&i_expDate=string&i_tranType=string&i_refId=string&i_CVV2=string&i_desc=string&i_name=string&i_cardAddr=string&i_cardCity=string&i_cardZip=string&i_cardCntry=string&i_cardEmail=string&i_cardState=string&i_cardPhone=string&i_status=string&i_merchId=string&i_servmanDataFilesDirectory=string&i_trackData1=string&i_trackData1=string&i_trackData2=string&i_trackData2=string&i_trackData3=string&i_trackData3=string&i_KSN=string&i_KSN=string&i_preEncryptedTrack1Len=string&i_preEncryptedTrack2Len=string&i_preEncryptedTrack3Len=string&i_KSNLen=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="https://localhost/ServManCreditCardService.asmx">string</string>