Unit 5
Unit 5
Key Points:
Key Points:
XML-Based Messaging: Messages are formatted using XML,
making it platform-independent.
WSDL (Web Services Description Language): Provides a standard
way to describe web service capabilities and requirements.
Security: Supports advanced security features like encryption
and digital signatures.
Complexity: SOAP can be more complex compared to REST due
to its rigid messaging structure and additional overhead.
RESTful Web Service (REST: Representational State
Transfer):
Definition: REST is an architectural style for designing networked
applications. It relies on a stateless, client-server communication
protocol, most commonly using HTTP. RESTful web services are
based on REST principles.
Key Points:
Alerts users about new messages or events even when the app is
not actively in use.
Message History:
App Versioning:
Understanding Versioning:
Gradle
android {
defaultConfig {
versionCode 1 // Version code starts at 1 and increments
versionName "1.0.0" // Human-readable version name
}
}
Publishing Your App on Google Play: