Introduction

Developer Guide Map

Integration Basics

Important Note!
SOAP is done via POST, only with special XML markup in the post-bod

The WSDL is and XML document that defines the the interaction web service, meaning its inputs, outputs, operations, and the like. Most likely, you will have another tool read this WSDL and make the operations available to you in your application via some type of proxy class. Whenever your utilities or IDE asks for a WSDL path, you can provide this one. Every web service has operations that it offers to
subscribers. These operations, also called methods, contain different functionality and return different outputs.