CribisSKWS


Click here for a complete list of operations.

URPlusReply

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /CribisSKWS.asmx HTTP/1.1
Host: ws.cribis.sk
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://ws.urplus.sk/URPlusReply"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <URPlusReply xmlns="https://ws.urplus.sk">
      <URPlusRequest>
        <AuthData>
          <UserName>string</UserName>
          <Password>string</Password>
        </AuthData>
        <Requests>
          <RequestData>
            <Token>string</Token>
            <ReportId>None or GR or FR or FRL or BR or PROC or PROP or PROPL or PROPOD or VA or LR or PLR or LSD or TN or PPD or RR or CPS or SR or BBR or BBD or LIQ or GA or DO or PBR or IA or RB or PPR or PA or D or Global or MNATP or MNRFP or MNGP or MNGU2 or EXG or EXGD or GGV or VU or GlobalM or GlobalS or GlobalVu or GlobalEg or EXGSK or EXGDSK or EXGSD or EXGSDSK or AMLP or AMLC or Document or LRBV or CuzkGC or CuzkGO or CuzkGOD or CuzkGD or AMLCT or RepiR or RepiSC or RepiD or EXGCD</ReportId>
            <Version>string</Version>
            <Language>None or SK or EN or CZ or DE</Language>
            <Ico>string</Ico>
            <Date>dateTime</Date>
            <ParamStr1>string</ParamStr1>
            <ParamStr2>string</ParamStr2>
            <ParamStr3>string</ParamStr3>
          </RequestData>
          <RequestData>
            <Token>string</Token>
            <ReportId>None or GR or FR or FRL or BR or PROC or PROP or PROPL or PROPOD or VA or LR or PLR or LSD or TN or PPD or RR or CPS or SR or BBR or BBD or LIQ or GA or DO or PBR or IA or RB or PPR or PA or D or Global or MNATP or MNRFP or MNGP or MNGU2 or EXG or EXGD or GGV or VU or GlobalM or GlobalS or GlobalVu or GlobalEg or EXGSK or EXGDSK or EXGSD or EXGSDSK or AMLP or AMLC or Document or LRBV or CuzkGC or CuzkGO or CuzkGOD or CuzkGD or AMLCT or RepiR or RepiSC or RepiD or EXGCD</ReportId>
            <Version>string</Version>
            <Language>None or SK or EN or CZ or DE</Language>
            <Ico>string</Ico>
            <Date>dateTime</Date>
            <ParamStr1>string</ParamStr1>
            <ParamStr2>string</ParamStr2>
            <ParamStr3>string</ParamStr3>
          </RequestData>
        </Requests>
      </URPlusRequest>
    </URPlusReply>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <URPlusReplyResponse xmlns="https://ws.urplus.sk">
      <URPlusReplyResult>
        <Responses>
          <Response>
            <Status>string</Status>
            <RequestData xsi:nil="true" />
          </Response>
          <Response>
            <Status>string</Status>
            <RequestData xsi:nil="true" />
          </Response>
        </Responses>
      </URPlusReplyResult>
    </URPlusReplyResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /CribisSKWS.asmx HTTP/1.1
Host: ws.cribis.sk
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <URPlusReply xmlns="https://ws.urplus.sk">
      <URPlusRequest>
        <AuthData>
          <UserName>string</UserName>
          <Password>string</Password>
        </AuthData>
        <Requests>
          <RequestData>
            <Token>string</Token>
            <ReportId>None or GR or FR or FRL or BR or PROC or PROP or PROPL or PROPOD or VA or LR or PLR or LSD or TN or PPD or RR or CPS or SR or BBR or BBD or LIQ or GA or DO or PBR or IA or RB or PPR or PA or D or Global or MNATP or MNRFP or MNGP or MNGU2 or EXG or EXGD or GGV or VU or GlobalM or GlobalS or GlobalVu or GlobalEg or EXGSK or EXGDSK or EXGSD or EXGSDSK or AMLP or AMLC or Document or LRBV or CuzkGC or CuzkGO or CuzkGOD or CuzkGD or AMLCT or RepiR or RepiSC or RepiD or EXGCD</ReportId>
            <Version>string</Version>
            <Language>None or SK or EN or CZ or DE</Language>
            <Ico>string</Ico>
            <Date>dateTime</Date>
            <ParamStr1>string</ParamStr1>
            <ParamStr2>string</ParamStr2>
            <ParamStr3>string</ParamStr3>
          </RequestData>
          <RequestData>
            <Token>string</Token>
            <ReportId>None or GR or FR or FRL or BR or PROC or PROP or PROPL or PROPOD or VA or LR or PLR or LSD or TN or PPD or RR or CPS or SR or BBR or BBD or LIQ or GA or DO or PBR or IA or RB or PPR or PA or D or Global or MNATP or MNRFP or MNGP or MNGU2 or EXG or EXGD or GGV or VU or GlobalM or GlobalS or GlobalVu or GlobalEg or EXGSK or EXGDSK or EXGSD or EXGSDSK or AMLP or AMLC or Document or LRBV or CuzkGC or CuzkGO or CuzkGOD or CuzkGD or AMLCT or RepiR or RepiSC or RepiD or EXGCD</ReportId>
            <Version>string</Version>
            <Language>None or SK or EN or CZ or DE</Language>
            <Ico>string</Ico>
            <Date>dateTime</Date>
            <ParamStr1>string</ParamStr1>
            <ParamStr2>string</ParamStr2>
            <ParamStr3>string</ParamStr3>
          </RequestData>
        </Requests>
      </URPlusRequest>
    </URPlusReply>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <URPlusReplyResponse xmlns="https://ws.urplus.sk">
      <URPlusReplyResult>
        <Responses>
          <Response>
            <Status>string</Status>
            <RequestData xsi:nil="true" />
          </Response>
          <Response>
            <Status>string</Status>
            <RequestData xsi:nil="true" />
          </Response>
        </Responses>
      </URPlusReplyResult>
    </URPlusReplyResponse>
  </soap12:Body>
</soap12:Envelope>