|
SOAP stands for "Simple Object Acces Protocol" and is a lightweight XML-based communications protocol designed for the
exchange of information in a platform-independant, distributed environment.
|
|
SECPay leverages the RPC (remote procedure call) capabilities of SOAP to provide a secure
remote interface to our transactional network from within your own code as though you were making a call
to a local method or function.
|
|
SOAP Services are defined using the WSDL (Web Services Definition Language) and are accessible via a URL which
is known as a SOAP Endpoint.
|