message
SOAP message parsing in Tizen Web
PUBLISHED
Introduction
In this tip document, a simple example of parsing SOAP structure messages using XmlHttpRequest is discussed. SOAP stands for Simple Object Access Protocol. When publishing complex application program interface (API) as a web service, SOAP is very useful as it is commonly used. A Tizen web app is developed to show a step by step approach for implementing SOAP structured message parsing.
Test Settings:
Type |
Tizen Web App |
- Read more about SOAP message parsing in Tizen Web
Call and message history on Tizen
PUBLISHED
Handling call and message history on Tizen is important for all applications that create a summary of recently made calls or SMS messages sent. You may need such a summary if you want to present some statistics for the recently dialed/received calls or sent/received SMS messages.
Address Book Management
PUBLISHED
Sample application features
The ExtendedAddressBook sample application demonstrates how to use the Tizen platform’s Contact, Messaging and Application APIs. It also makes use of filters (AttributeFilter and CompositeFilter) provided by the Tizen Device API.