Validating the ITSN request XML Message validation schema
XML ITSN Request[edit]
Plati Online version 5.x
- SOAP Post URL: Merchant's settings
- Request XML validation schema: https://secure.plationline.ro/xml_validation/po.request.v5.xsd
- XML_Message validation schema: https://secure.plationline.ro/xml_validation/itsn.v5.xsd
Pseudo-code:
- PO POST SOAP (version 1.1 or 1.2) to Merchant's URL
- SOAP 1.1 headers are:
- CONTENT_TYPE = text/xml; charset=utf-8
- USER_AGENT = PlatiOnline-SOAP
- SOAPACTION = itsn
- SOAP 1.1 headers are:
- Load the ITSN Request XML_Message;
- Decrypt f_crypt_message using RSA private key to obtain the AES KEY;
- Decrypt the f_message using AES algorithm with AES KEY and IV_ITSN;
- Load ITSN XML and validate it: http://secure2.plationline.ro/xml_validation/itsn.v5.xsd
- Do Query Request