Hello, I am trying to write a SyncML server for NOKIA 6230. But I got a basic problem I am not able to send SyncML message to device. Very strange is behaviour of NOKIA device. It initializes synchronisation. Server get its first message and tries answer. But after that NOKIA restarts and not even write "SYNCHRONISATION FAULT".
I suppose there is a problem in HTTP headers but I am not sure. headers from client: Accept: application/vnd.syncml+wbxml Accept-Charset: UTF-8 Accept-Encoding: gzip, deflate Cache-Control: no-store=0 Connection: Keep-Alive Content-Length: 1212 Content-Type: application/vnd.syncml+wbxml; charset=UTF-8 Cookie2: $Version="1" Host: www.comstar2000.cz User-Agent: Nokia6230/2.0 (05.26) Profile/MIDP-2.0 Configuration/CLDC-1.1 x-wap-profile: "http://nds1.nds.nokia.com/uaprof/N6230r400.xml" headers from server: Date: Fri, 07 Jul 2006 09:44:28 GMT Server: Apache Cache-Control: no-store=0 Content-Length: 250 Connection: Close Content-Type: application/vnd.syncml+wbxml; charset=UTF-8 Can you see any basic problem in headers which I dont (it is my first SyncML application)? Or should I rather seek problem in WBXML content of the message? Thanks. PETR _______________________________________________ Syncml mailing list [email protected] http://lists.axialys.net/cgi-bin/mailman/listinfo/syncml
