What is that Err : 602
- This topic has 2 replies, 2 voices, and was last updated 13 years, 2 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Hi,
I’m getting an Error Message Err:602 .. Can anyone tell me the meaning of this error and how to resolve it .
Also let me know how to use HTTP Query API Format and how to get Message ID
Thanks
im using HTTP send API request in Visual Foxpro9 My Code is
URLAddress = “http://192.168.79.45:81/sendmsg?user=admin&password=admin&cat=1&to=%227130000000%22&text=Hi%20Testmsg”
oHTTP = CreateObject(“MSXML2.XMLHTTP”)
oHTTP.Open(“GET”, URLAddress, .f.)
oHTTP.send
mResult = oHTTP.ResponseText
note :7130000000 = some cell no
Hi Mohammad,
1. It looks like the &password=admin param should be &passwd=admin instead.
2. Error 602 is a parse Error. http://www.multitech.com/en_US/DOCUMENTS/Families/MultiModemiSMS/manuals.aspx
3. Here is the link where you can take a look at our sample codes to get the message ID.
https://webfiles.multitech.com/engineering/sample-code/sms-finder/
Regards,
BT
Hi,
Thanks for Prompt Reply
Passwd works for me message send but now I got ID : 1
How to resolve that problem
Regards
Thanks
MS