You need to somehow send this XML to correct provider which will use it to send the sms. I assume that you will have some URL of their webservice and you need to send this XML as part of WebService request, e.g. through SOAP protokol. Just search this forum for how to consume webservices. You will find examples...
I have created the xml file through C/AL(code given below) in Navision(Classic Client) now I want to send this to the provider (http://keepsmsing.com/myhome/RequestListener). What should I do ? Kindly relpy.
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Thanks you.
Follow my blog at http://x-dynamics.blogspot.com
Unable to create Xml file through the approach you described.
What is xmlBegin ?
kindly reply.
Thanks!!!
<?xml version="1.0" encoding="utf-8" ?>
Follow my blog at http://x-dynamics.blogspot.com
Code which is still not working given below...
XMLRequest.LoadXML gives an error message('Request Failed').
Kindly reply..
Try to add double quotes in constant:
'<SMS version="1.0">'+
Follow my blog at http://x-dynamics.blogspot.com
Thanks!
Follow my blog at http://x-dynamics.blogspot.com