Hmm... You can't do that. All you need to do is to poll the IN directory for new files.
On Mar 22, 9:40 pm, Dhiraj <[email protected]> wrote: > Thanks for that. > > So how do I take the inbound msg through an action listener? > I tried the following: > > I tried out something like this in the action listner of a button: > Interface x=new Xml(String myInfId, Properties myProps, SMSServer myServer, > InterfaceTypes myType) > > What are the 4 parameters in the constructor?? > > > > On Sun, Mar 22, 2009 at 12:28 PM, Thanasis <[email protected]> wrote: > > > Hi, > > > XML interface is based on two directories, the IN and the OUT. > > The interface will create XML documents in the IN directory, > > representing the messages it received. You, on the other hand, should > > create the necessary XML files in the OUT directory if you wish to > > send messages. > > > On Mar 21, 10:53 pm, Dhiraj <[email protected]> wrote: > > > Hello > > > > I am planning to use xml . But I have little idea how to do it. I went > > > through the installation documentation but had few problems. > > > > How to execute the xml file? > > > Do we have to create the files for inbound and outbound messages or they > > > will be created automatically. > > > > I tried out something like this in the action listner of a button: > > > Interface x=new Xml(String myInfId, Properties myProps, SMSServer > > myServer, > > > InterfaceTypes myType) > > > > but what are the arguents in this?? > > > > please help out. > > > > Thanks > > -- > Regards > Dhiraj --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SMSLib User Group" 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 -~----------~----~----~----~------~----~------~--~---
