Score


Click here for a complete list of operations.

Scorecard

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 /Score.asmx HTTP/1.1
Host: isa.bankarkepzo.hu
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://ISA/Scorecard"

<?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>
    <Scorecard xmlns="http://ISA/">
      <modelname>string</modelname>
      <name_variable1>string</name_variable1>
      <value_variable1>string</value_variable1>
      <name_variable2>string</name_variable2>
      <value_variable2>string</value_variable2>
      <name_variable3>string</name_variable3>
      <value_variable3>string</value_variable3>
      <name_variable4>string</name_variable4>
      <value_variable4>string</value_variable4>
      <name_variable5>string</name_variable5>
      <value_variable5>string</value_variable5>
      <name_variable6>string</name_variable6>
      <value_variable6>string</value_variable6>
      <name_variable7>string</name_variable7>
      <value_variable7>string</value_variable7>
      <name_variable8>string</name_variable8>
      <value_variable8>string</value_variable8>
      <name_variable9>string</name_variable9>
      <value_variable9>string</value_variable9>
      <name_variable10>string</name_variable10>
      <value_variable10>string</value_variable10>
      <name_variable11>string</name_variable11>
      <value_variable11>string</value_variable11>
      <name_variable12>string</name_variable12>
      <value_variable12>string</value_variable12>
      <name_variable13>string</name_variable13>
      <value_variable13>string</value_variable13>
      <name_variable14>string</name_variable14>
      <value_variable14>string</value_variable14>
      <name_variable15>string</name_variable15>
      <value_variable15>string</value_variable15>
      <name_variable16>string</name_variable16>
      <value_variable16>string</value_variable16>
      <name_variable17>string</name_variable17>
      <value_variable17>string</value_variable17>
      <name_variable18>string</name_variable18>
      <value_variable18>string</value_variable18>
      <name_variable19>string</name_variable19>
      <value_variable19>string</value_variable19>
      <name_variable20>string</name_variable20>
      <value_variable20>string</value_variable20>
    </Scorecard>
  </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>
    <ScorecardResponse xmlns="http://ISA/">
      <ScorecardResult>string</ScorecardResult>
    </ScorecardResponse>
  </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 /Score.asmx HTTP/1.1
Host: isa.bankarkepzo.hu
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>
    <Scorecard xmlns="http://ISA/">
      <modelname>string</modelname>
      <name_variable1>string</name_variable1>
      <value_variable1>string</value_variable1>
      <name_variable2>string</name_variable2>
      <value_variable2>string</value_variable2>
      <name_variable3>string</name_variable3>
      <value_variable3>string</value_variable3>
      <name_variable4>string</name_variable4>
      <value_variable4>string</value_variable4>
      <name_variable5>string</name_variable5>
      <value_variable5>string</value_variable5>
      <name_variable6>string</name_variable6>
      <value_variable6>string</value_variable6>
      <name_variable7>string</name_variable7>
      <value_variable7>string</value_variable7>
      <name_variable8>string</name_variable8>
      <value_variable8>string</value_variable8>
      <name_variable9>string</name_variable9>
      <value_variable9>string</value_variable9>
      <name_variable10>string</name_variable10>
      <value_variable10>string</value_variable10>
      <name_variable11>string</name_variable11>
      <value_variable11>string</value_variable11>
      <name_variable12>string</name_variable12>
      <value_variable12>string</value_variable12>
      <name_variable13>string</name_variable13>
      <value_variable13>string</value_variable13>
      <name_variable14>string</name_variable14>
      <value_variable14>string</value_variable14>
      <name_variable15>string</name_variable15>
      <value_variable15>string</value_variable15>
      <name_variable16>string</name_variable16>
      <value_variable16>string</value_variable16>
      <name_variable17>string</name_variable17>
      <value_variable17>string</value_variable17>
      <name_variable18>string</name_variable18>
      <value_variable18>string</value_variable18>
      <name_variable19>string</name_variable19>
      <value_variable19>string</value_variable19>
      <name_variable20>string</name_variable20>
      <value_variable20>string</value_variable20>
    </Scorecard>
  </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>
    <ScorecardResponse xmlns="http://ISA/">
      <ScorecardResult>string</ScorecardResult>
    </ScorecardResponse>
  </soap12:Body>
</soap12:Envelope>