Hi, After settings those parameters "SyncMLVersion=1.1 and clientAuthType=basic", the client send the locname tag to the server.
<?xml version="1.0" encoding="UTF-8"?> <SyncML xmlns='SYNCML:SYNCML1.1'> <SyncHdr><VerDTD>1.1</VerDTD> <VerProto>SyncML/1.1</VerProto> <SessionID>5</SessionID> <MsgID>1</MsgID> <Target><LocURI>.......</LocURI> </Target> <Source><LocURI>........</LocURI> <LocName>.........</LocName> </Source> <Cred><Meta><Format xmlns='syncml:metinf'>b64</Format> <Type xmlns='syncml:metinf'>syncml:auth-basic</Type> </Meta><Data>........................</Data> </Cred> <Meta><MaxMsgSize xmlns='syncml:metinf'>150000</MaxMsgSize> <MaxObjSize xmlns='syncml:metinf'>4000000</MaxObjSize></Meta> </SyncHdr> The server respond with 406 error. is it an abnormal behavior? because in the SyncML Sync Protocol the PKG1 sent from the client to the server don't contain the locname tag.
_______________________________________________ SyncEvolution mailing list [email protected] http://lists.syncevolution.org/listinfo/syncevolution
