Difference between revisions of "Send Plain Example"
From SMS Wiki
(2 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
+ | To invoke the most commonly used API call in a "manual" mode, please click [http://api.upsidewireless.com/soap/SMS.asmx here]. | ||
+ | |||
[[Image:SendPlainExample.jpg]] | [[Image:SendPlainExample.jpg]] | ||
+ | |||
+ | If the call is successful (you have an account with upsidewireless.com, which has positive account balance and permission to use EnterpriseSMS API) you will receive something similar to this screen | ||
+ | |||
+ | [[Image:SendPlainResponse.jpg]] | ||
+ | |||
+ | You now need to do the same in your application code and you are done. | ||
---- | ---- | ||
[[APIs | back]] | [[APIs | back]] |
Latest revision as of 11:18, 9 May 2008
To invoke the most commonly used API call in a "manual" mode, please click here.
If the call is successful (you have an account with upsidewireless.com, which has positive account balance and permission to use EnterpriseSMS API) you will receive something similar to this screen
You now need to do the same in your application code and you are done.