Hi,
I'm trying to pass ASP recordset to xml, I have no idea how to do this can anyone help, the goal is to send customised text messages from my site at the moment I can send test messages
xml file...
<?xml version ="1.0" encoding="ISO-8859-1"?>
<aspsms>
<Userkey></Userkey>
<Password></Password>
<Recipient>
<PhoneNumber></PhoneNumber>
</Recipient>
<MessageData>Test </MessageData>
<Action>SendTextSMS</Action>
</aspsms>