Re: XML-post, X-Kannel headers...

2004-07-20 Thread Navjot Singh
hi, You may use one of these. 1. java.net.HttpURLConnection class. 2. Apache commons httpclient library. All you need to need to is this. 1. prepare a url connection to kanne's http pots url. 2. prepare the xml data that you wish to send across. 3. send xmnl over the prepared url conn. easy but sor

XML-post, X-Kannel headers...

2004-07-20 Thread Oscar Medina Duarte
Hi all !! I'm not completely sure how to use HTTP Posts with Kannel, I'm working specially with Java Servlets for that purpose if someone had any examples on how to do this (specially is they are in Java) it would be really great to give them a look !!! Thanks to all ! == Oscar