Инструменты страницы
WSDL (SOAP)
Introduction
The description of the service (WSDL) is stored on the test server that is available without restrictions. See addresses «Connection coordinates» below.
To authorize the store's access to the payment gateway system, any request from the store must contain the store's name and password that the store representative entered when registering the store in the system. The values of the login and password are passed in the format described in the WS-Security specification, the authorization type is userName token. The header with an authorization of this type will look, for example, as follows:
<wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-%20wssecurity-utility-1.0.xsd"> <wsse:UsernameToken wsu:Id="UsernameToken-87"> <wsse:Username>aa</wsse:Username> <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">123456</wsse:Password> </wsse:UsernameToken> </wsse:Security>