zabi90 / SoapApiExample

This project will parse soap api.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SoapApiExample

Introduction

The purpose of this sample is to consume SOAP base api using retrofit with xml converter that parse your xml body into plain object. I used two different XML converters in this example TikXML and Simple XML Converter. Simple XML Converter is deprecated but it sill works that's why i added both in this example.

Libraries

Retrofit

Retrofit Retrofit turns your HTTP API into a Java interface.

TikXML

TikXML A fast xml parser for android (and java)

Simple XML Converter

Simple XML Converter A Converter which uses Simple for XML serialization.

About

This project will parse soap api.

License:Apache License 2.0


Languages

Language:Kotlin 100.0%