SyncML Server Hi all,
I am new to SyncML language, i know J2ME and J2EE technology , i am trying to create a web application for syncml request management using Servlet API in tomcat 6 , i done the following steps in tomcat 6 server for accepting sycnml request from sony ericsson
Server Side :
1 ) Create a web project with name SampleSyncMLProject
2 ) Add SyncML MIME Type to web.xml
3) Add MD5 Digest Authentication to syn.do resouces
4) Create Servlet class with syn.do mapping
This server class return simple syncml response with syncml contentType
And from my sony ericsson mobile i create syncml account for my web application ,now i try to sync my mobile contact to my tomcat server , but i am getting communication interrupted exception, my mobile client not communicate to my sync we application
I am not sure this is correct process for handling syncml request
if any body know how to configure the tomcat server 6 for syncml request pl reply me, its very urgent for me,
Last edited by ramesh_2009 : 04-30-2009 at 12:56 AM.
|