User Tools

Site Tools


base:usage

Basic access of service

Communications

MDSWS Service communicates via XML, encoded as UTF-8. The XML data must be sent as a HTTP POST request to the address of the service (XML passed as RAW_POST_DATA).

Authorization

Each request must contain authorization data in the header part of the basic questions

<?xml version='1.0'?> 
  <mds>
    <auth>
    	<login>login</login>
    	<pass>your password</pass>
        <source>B2C</source>
        <srcDomain>test.mydomain.pl</srcDomain>
    </auth>
    <request>
      	... Query parameters here ...
    </request>
  </mds>

Examples of implementations can be found here

base/usage.txt · Last modified: 2021/10/20 11:04 by Maciej Pokrzywa