Hai all,
i had some code which is hard coded...
like
Const strapiID As String = "301"
Const strFrom As String = "zoo"
Const strurl As String = "http://api.xyz.com/http/sen?"
Dim strUseURL As String = ""
Dim strSMSURL As String = "" >
i am new to xml....
xml version="1.0" encoding="utf-8" ?>
<GateWay name="UserID">
<title>Gatetitle>
<Collection>
<strUserID >zoostrUserID >
<strpwd >test strpwd >
<strapiID >301strapiID >
<strurl >http://sms.xyz.com/sen.asp?strurl >
Collection> like this butmy requirement is that hard coded data will be taken in xml file and that xml data will be sended to another file (like sms or mail)
Replies
Know the answer? Post it — somebody with the same question will find it here.