This post shows an example of how to use @Autowired to inject @Service object in @Controller object Kotlin.
Kotlin – SOAP Web Service
This post demonstrates how to create a simple SOAP-based Web Service with Kotlin.
Kotlin – SOAP Web Service Client Example
This post shows how to consume a SOAP Web Service using a client application in Kotlin. Although we need Java, we code everything in Kotlin. Create a SOAP Web Service in Kotlin Before creating a SOAP Web Service in Kotlin,
Three Ways To Check if key exists in Map in Kotlin
This post shows how to check if a key exists in a Map in Kotlin. There are three ways to do this in Kotlin. Note that we are using Kotlin 1.3. Check Key Exists Using Map containsKey Method This method
Kotlin – Validate XML Against Multiple XSDs
This post is about XML validation against more than one related XSDs – one XSD is included into the main XSD.