SOAP API
The API reference for the SOAP API

class Test
{
static void Main()
{
CardProcessClient client = new CardProcessClient();
// Use the 'client' variable to call operations on the service.
// Always close the client.
client.Close();
}
}Class Test
Shared Sub Main()
Dim client As CardProcessClient = New CardProcessClient()
' Use the 'client' variable to call operations on the service.
' Always close the client.
client.Close()
End Sub
End ClassLast updated
Was this helpful?