This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
developer:soap-1.2:methods:getcustomerhistory [2010/09/17 12:06] irina |
developer:soap-1.2:methods:getcustomerhistory [2010/10/20 11:36] (current) irina |
||
---|---|---|---|
Line 70: | Line 70: | ||
System.out.println("Soap Exception: " + e.getMessage()); | System.out.println("Soap Exception: " + e.getMessage()); | ||
} | } | ||
+ | </code> | ||
+ | |||
+ | ==== .NET VB ==== | ||
+ | <code vb> | ||
+ | Dim CustNum As String | ||
+ | CustNum = "115163" | ||
+ | |||
+ | Dim tran As usaepay.TransactionSearchResult | ||
+ | tran = New usaepay.TransactionSearchResult | ||
+ | |||
+ | tran = client.getCustomerHistory(token, CustNum) | ||
+ | MsgBox(tran.SalesCount) | ||
</code> | </code> | ||