Siebel Mobile Connector Guide > Working with the Siebel Mobile Connector >

Overview of Data Transfer Mechanisms


The Siebel Mobile Connector provides three mechanisms for getting data to and retrieving data from partner applications and the Siebel Server: real-time access, data updates, and pushed alerts.

If you are using the COM Data Control or Java Data Bean to send HTTP or XML requests to SWE, then the XML output received from SWE will contain an encoding property of UTF-16. In other words, the XML header will look like this:

<?xml version="1.0" encoding="UTF-16"?>.

If the XML output must be loaded in a Web browser or an XML parser, then you must remove this property or set it to UTF-8. The header will like this:

<?xml version="1.0" ?> or <?xml version="1.0" encoding="UTF-8"?>.

For the latest information on UTF encoding, see Siebel SupportWeb.


 Siebel Mobile Connector Guide 
 Published: 18 April 2003