This is a sample outbound xml file: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE message SYSTEM "smssvr_out.dtd"> <message id="test"> <recipient>306948494037</recipient> <text>1234</text> <originator></originator> <create_date></create_date> </message>
On Sep 18, 1:27 pm, Raj <[EMAIL PROTECTED]> wrote: > Hi Please find my send XML file > > <?xml version="1.0" encoding="UTF-8"?> > <!DOCTYPE message SYSTEM "smssvr_out.dtd"> > <!ELEMENT message (recipient, text, originator, create_date?)> > > <message> > <recipient>+919008738383</recipient> > <text>Priority 100: Help PC</text> > <originator>+919900551648</originator> > <create_date>2008-09-18T16:03:53+08:00</create_date> > </message> > > On Sep 18, 3:12 pm, Raj <[EMAIL PROTECTED]> wrote: > > > > > Hi , > > > I am using XML interface for sending SMS. i get the following error > > can Please any one give me exact XML format for sending SMS > > > File is not valid: java.lang.IllegalArgumentException: > > org.xml.sax.SAXParseException: Document root element "message", must > > match DOCTYPE root "null".- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SMSLib Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/SMSLib?hl=en -~----------~----~----~----~------~----~------~--~---
