| -
ISOAPServer
[WSDL]
(urn:SOAPServerImpl-ISOAPServer)
| int | SendSMS2(string strInSerialNo, string strInSMSKey, string strInRecipients, base64Binary strInContent1, string strInContent2, string strInOriginator, string strInReplyEmail, string strInScheduledUTCDateTime, int iInMessageType, int iInOptions, string strOutMessageIDs) |
| int | SendTextSMS(string strInSerialNo, string strInSMSKey, string strInRecipients, string strInMessageText, string strInReplyEmail, string strInOriginator, int iInType, string strOutMessageIDs) |
| int | SendWideSMS(string strInSerialNo, string strInSMSKey, string strInRecipients, string strInMessageText, string strInReplyEmail, string strInOriginator, int iInType, string strOutMessageIDs) |
| int | SendBinarySMS(string strInSerialNo, string strInSMSKey, string strInRecipients, base64Binary strInBinaryContent, string strInExtraParam, string strInReplyEmail, int iInType, string strOutMessageIDs) |
| int | SendBinarySMSByContent(string strInSerialNo, string strInSMSKey, string strInRecipients, base64Binary strInBinaryContent, string strInExtraParam, string strInReplyEmail, int iInContentType, int iInSourceType, string strOutMessageIDs) |
| int | SendWAPSI(string strInSerialNo, string strInSMSKey, string strInRecipients, string strInURL, string strInContent, string strInReplyEmail, string strOutMessageIDs) |
| int | CreateMMS(string strInSerialNo, string strInSMSKey, string strInOutTransactionID) |
| int | AddMMSContent(string strInSerialNo, string strInSMSKey, string strInTransactionID, base64Binary strInContent, string strInContentType, string strInContentLocationOrID) |
| int | AddBase64MMSContent(string strInSerialNo, string strInSMSKey, string strInTransactionID, string strInBase64Content, string strInContentType, string strInContentLocationOrID) |
| int | SendMMS(string strInSerialNo, string strInSMSKey, string strInTransactionID, string strInRecipients, string strInSubject, string strInReplyEmail, string strOutMessageIDs) |
| int | SendMobileContent(string strInSerialNo, string strInSMSKey, string strInRecipients, string strInCodeID, string strInExtraParam, string strInReplyEmail, int iInOptions, string strOutMessageIDs) |
| int | GetMobileContentPreviewURL(string strInSerialNo, string strInSMSKey, string strInCodeID, string strOutURL) |
| int | CheckMessageStatus(string strInSerialNo, string strInSMSKey, string strInMessageIDs, string strOutMessageStatus) |
| int | GetPropertyPage(string strInSerialNo, string strInSMSKey, string strOutContent, boolean bFirstUse) |
| int | GetCreditsLeft(string strInSerialNo, string strInSMSKey, double dOutCreditsLeft) |
| int | GetLicenseInformation(string strInSerialNo, string strInSMSKey, string strOutLicenseInfo) |
| int | GetIncomingMessage(string strInSerialNo, string strInSMSKey, string strInReplyEmail, string strOutSender, string strOutMessageContent, string strOutTimeStamp, int iOutMessagesLeft) |
| int | EnterSchedule(string strInSerialNo, string strInSMSKey, string strInRecipients, string strInMessageText, string strInReplyEmail, string strInOriginator, double dInDateTime, double dInRefTime, int iInType) |
| int | EnterScheduleExt(string strInSerialNo, string strInSMSKey, string strInRecipients, string strInMessageText, string strInReplyEmail, string strInOriginator, double dInDateTime, double dInRefTime, int iInType, string strOutMessageIDs) |
| int | DeleteSchedule(string strInSerialNo, string strInSMSKey, string strInMessageIDs) |
| int | CreateGroup(string strInSerialNo, string strInSMSKey, string strInGroupName, string strInGroupMembers, int iOutMembersCreated) |
| int | GetListNames(string strInSerialNo, string strInSMSKey, string strOutListNames) |
| int | GetListEntries(string strInSerialNo, string strInSMSKey, int iInListID, string strOutListEntries) |
| int | RegisterAccount(string strInSerialNo, string strInSMSKey, string strInName, string strInEmailAddress, string strInOrganization, string strInPhone, int iInCountryID, string strOutSMSKey) |
| string | RedWebServiceVersion() |
|