Regarding XML Setting message sending error

Regarding XML Setting message sending error SearchSearch
Author Message
Johnny
Frequent Contributor
Username: Johny

Post Number: 57
Registered: 02-2009
Posted on Wednesday, May 04, 2016 - 06:29 am:   

Hi

I use now sms 2016.03.28a
(I have download it below URL
http://www.nowsms.com/download/nowsms20160328a.zip)

In the XML Setting, I input some information to send a message.

To: 22112045
XML Content of Settings Document:

<?xml version="1.0" encoding="UTF-8" ?>
- <wap-provisioningdoc>
- <characteristic type="APPLICATION">
<parm name="APPID" value="w2" />
<parm name="TO-NAPID" value="INTERNET" />
- <characteristic type="RESOURCE">
<parm name="URI" value="http://m.naver.com" />
<parm name="STARTPAGE" />
</characteristic>
</characteristic>
</wap-provisioningdoc>



And then when I click "send message", error is occured.

Error: OTA File Not Found.

However when I use now sms 2015.06.24 and send XML Setting message,
message is sent.
Ofcourse, input value is same.

Could you tell me why XML Setting message is not sent using now sms 2016.03.28a




Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 5633
Registered: 08-2008
Posted on Wednesday, May 04, 2016 - 08:33 pm:   

Hi Johnny,

That appears to be a minor bug in the HTML.

In html\Send XML Settings.htm, change:

<form method=Get action="/" enctype="application/x-www-form-urlencoded" onsubmit="return checkForm()">

to

<form method=post action="/" enctype="application/x-www-form-urlencoded" onsubmit="return checkForm()">

Or download http://www.nowsms.com/download/nowsms20160328a.zip again, as it has been refreshed to include that change.

--
Des
NowSMS Support