How to get hardcoded data to xml and that xml can be used in .Net
-
Hai all, i had some code which is hard coded... like Const strUserID As String = "zoo" Const strpwd As String = "test" 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 = "" > my requirement is that hard coded data will be taken in xml file and that xml data will be swnded to another file (like sms or mail)
Thanks Subbu.
-
Hai all, i had some code which is hard coded... like Const strUserID As String = "zoo" Const strpwd As String = "test" 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 = "" > my requirement is that hard coded data will be taken in xml file and that xml data will be swnded to another file (like sms or mail)
Thanks Subbu.