Questions tagged [syncml]

The purpose of SyncML is to offer an open standard as a replacement for existing data synchronization solutions, which have mostly been somewhat vendor-, application- or operating system specific. SyncML is most commonly thought of as a method to synchronize contact and calendar information (personal information manager) between some type of handheld device and a computer (personal, or network-based service), such as between a mobile phone and a personal

The purpose of SyncML is to offer an open standard as a replacement for existing data synchronization solutions, which have mostly been somewhat vendor-, application- or operating system specific. SyncML is most commonly thought of as a method to synchronize contact and calendar information (personal information manager) between some type of handheld device and a computer (personal, or network-based service), such as between a mobile phone and a personal computer. The new version of the specification includes support for push email, providing a standard protocol alternative to proprietary solutions like BlackBerry.

SyncML (Synchronization Markup Language) is the former name for a platform-independent information synchronization standard. The project is currently referred to as Open Mobile Alliance Data Synchronization and Device Management.

33 questions
1
vote
1 answer

is any sync-ml API available for server and client ??

i want to make sync-ml server in .net .Is any API is available for it so that we can make sync-ml server in any languages ? I don't want to use funambol like software , it bound us to use it's API . Is any sync-ml API is available for client &…
user1196792
  • 66
  • 2
  • 12
0
votes
1 answer

implementation of syncml over http in mtk framework

I have to implement syncml (syncml client) in mtk framework, since mtk phones support syncml and it perform using OBEX . But we have to implements with http ,that is syncml over http . I don't know how it done in mtk framework .Also i want to know…
user1196792
  • 66
  • 2
  • 12
0
votes
2 answers

Error when trying to open the syncml web site

When I try to open the address http://www.syncml.org then I received this message : Bad Request (Invalid Hostname). My computer runs Windows XP Service Pack 3. So why this error ?
pheromix
  • 18,213
  • 29
  • 88
  • 158
0
votes
1 answer

Where can I download the jar file for the datasync API?

I want to use javax.microedition.datasync in my MIDlet application to synchronize data of my mobile phone with a computer. The problem is that I don't know where to find the library used by the JSR-230. So if someone knows where to get the library…
pheromix
  • 18,213
  • 29
  • 88
  • 158
0
votes
0 answers

Windows MDM Enrollment Server: How to authenticate RequestSecurityToken for certificate renewal without client TLS (proxy between client & MDE server)

This question has to do with implementing a Windows Client Management enrollment server (ES). Per [MS-MDE] 3.5.4.1.1.1: Because the enrollment client uses the existing certificate to perform client Transport Layer Security (TLS), the security token…
0
votes
1 answer

Syncml Client for iPhone

I need Syncml client for iPhone which could be an opensource. Any download Links accessible to Syncml client would be helpful for me.. Thanks in advance.
Cathy
  • 797
  • 2
  • 14
  • 25
0
votes
1 answer

SyncML (sync or update?)

I'm faced with another dilemma, with regards to synchronizing (or updating?) data across to the server, from a mobile device (using Android). I've looked into SyncML as the standard for doing this, but my big concern is that we plan on syncing a…
xil3
  • 16,305
  • 8
  • 63
  • 97
0
votes
1 answer

Print the syncml payload to a xml file

I want to print the syncml payload in a xml file before using it. Is there a method in java to print the syncml payload into a xml file or a way to check the payload?
AnjuT
  • 166
  • 1
  • 4
  • 17
0
votes
1 answer

Hardware-neutral library to sync with smartphones?

I'd like to know what the status is to sync data (eg. SQLite, etc.) from Windows with smartphones. Ideally, the same tool should support the main smartphones (iPhone, BlackBerry, Windows Mobile, Android). Google returned information on OpenSync and…
Gulbahar
  • 5,343
  • 20
  • 70
  • 93
0
votes
0 answers

how to integrate libsynthesis in ios app syncML

I am attempting to implement sync ML in my ios app for integrating contacts with a sync ML server. I have 2 libraries , funambol and lib synthesis . Funambol has its own app but there were a lot of errors integrating it so i moved to lib synthesis…
BackStabber
  • 227
  • 1
  • 13
0
votes
0 answers

Syncml device emulator

I have been trying to create a device simulator for SyncML. Input would be DevInf information, using which some test cases have to be run. Been searching on the net for quite some time now, even tried funambol and syncevo, but could not acheive…
chingupt
  • 403
  • 2
  • 7
  • 19
0
votes
0 answers

OMA DM implementation in Windows MDM

In Windows MDM,After completing certificate enrolment stage how to initiate communication between server and mobile using OMA DM? What to exactly we have to write on server side for initiation?I mean programmatically. How to use CSP's(Configuration…
Vaibhav
  • 359
  • 3
  • 8
  • 17
0
votes
1 answer

SyncML protocol in WP8- client stops responding

I'm trying to get my Windows Phone 8 MDM system to work. Currently device enrolls and makes initial SyncML request correctly. It also responds to queries in server's intitial response, but I assume that it doesn't like something in it. Reason being…
Riho
  • 4,523
  • 3
  • 33
  • 48
0
votes
1 answer

C# SynML client

I am developing an ASP.NET + C# web site and i need a library or component to connect to a SyncML server (funambol server) to synchronize contacts between the web site and the SyncML server I need it to be written in C# and to manage all the SyncML…
hamed farag
  • 76
  • 1
  • 7
0
votes
1 answer

Difference between SyncML or JSON for synching

I wanted to sync contacts, calendar information from mobile devices to the server. Is SyncML the right choice to implement or one can go with JSON too? What is the difference between both these?
sunil
  • 9,541
  • 18
  • 66
  • 88