This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
developer:soap-1.2:methods:getaccountdetails [2010/09/17 15:33] irina |
developer:soap-1.2:methods:getaccountdetails [2010/10/20 12:06] (current) irina |
||
---|---|---|---|
Line 64: | Line 64: | ||
System.out.println("Soap Exception: " + e.getMessage()); | System.out.println("Soap Exception: " + e.getMessage()); | ||
} | } | ||
+ | </code> | ||
+ | |||
+ | ==== .NET VB ==== | ||
+ | <code vb> | ||
+ | Dim response As usaepay.AccountDetails = New usaepay.AccountDetails | ||
+ | response = client.getAccountDetails(token) | ||
+ | MsgBox(response.CreditCardPlatform) | ||
</code> | </code> | ||