Understanding the Basics SOAP (Simple Object Access Protocol) API is a method of exchanging structured information between different web services. It is a very organized way for apps and servers to communicate. SOAP uses XML (Extensible Markup Language), which is a format for encoding messages in a way that’s both human-readable and machine-readable. This helps […]
How to Incorporate a SOAP Service in ApiCode
“ApiCode” is a framework which allows developers to plugin custom JAVA code. It can effectively integrate with any external system by implementing the necessary “ApiCode” interface exposed for integration with DBSync platform. Link for ApiCode ‘helloworld‘ example. Since ApiCode is a simple java application, implementing SOAP services in ApiCode is not any different. It is as same […]