AchademixWS


Click here for a complete list of operations.

SelectChart2DQuick

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 /AxWCC1474WS/AchademixWS.asmx HTTP/1.1
Host: wcccws.achademix.info
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.Achademix.com/SelectChart2DQuick"

<?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:Header>
    <AchademixHeader xmlns="http://www.Achademix.com/">
      <AuthenticationID>string</AuthenticationID>
      <ErrorDetails>string</ErrorDetails>
      <ErrorMessage>string</ErrorMessage>
    </AchademixHeader>
  </soap:Header>
  <soap:Body>
    <SelectChart2DQuick xmlns="http://www.Achademix.com/">
      <SearchString>string</SearchString>
    </SelectChart2DQuick>
  </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:Header>
    <AchademixHeader xmlns="http://www.Achademix.com/">
      <AuthenticationID>string</AuthenticationID>
      <ErrorDetails>string</ErrorDetails>
      <ErrorMessage>string</ErrorMessage>
    </AchademixHeader>
  </soap:Header>
  <soap:Body>
    <SelectChart2DQuickResponse xmlns="http://www.Achademix.com/">
      <SelectChart2DQuickResult>
        <Chart2D>
          <Col0>decimal</Col0>
          <Col1>decimal</Col1>
          <Col2>decimal</Col2>
          <Col3>decimal</Col3>
          <Col4>decimal</Col4>
          <Col5>decimal</Col5>
          <Col6>decimal</Col6>
          <Col7>decimal</Col7>
          <Col8>decimal</Col8>
          <Col9>decimal</Col9>
          <Col10>decimal</Col10>
          <Col11>decimal</Col11>
          <Col12>decimal</Col12>
          <Col13>decimal</Col13>
          <Label1>string</Label1>
          <Label2>string</Label2>
        </Chart2D>
        <Chart2D>
          <Col0>decimal</Col0>
          <Col1>decimal</Col1>
          <Col2>decimal</Col2>
          <Col3>decimal</Col3>
          <Col4>decimal</Col4>
          <Col5>decimal</Col5>
          <Col6>decimal</Col6>
          <Col7>decimal</Col7>
          <Col8>decimal</Col8>
          <Col9>decimal</Col9>
          <Col10>decimal</Col10>
          <Col11>decimal</Col11>
          <Col12>decimal</Col12>
          <Col13>decimal</Col13>
          <Label1>string</Label1>
          <Label2>string</Label2>
        </Chart2D>
      </SelectChart2DQuickResult>
    </SelectChart2DQuickResponse>
  </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 /AxWCC1474WS/AchademixWS.asmx HTTP/1.1
Host: wcccws.achademix.info
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:Header>
    <AchademixHeader xmlns="http://www.Achademix.com/">
      <AuthenticationID>string</AuthenticationID>
      <ErrorDetails>string</ErrorDetails>
      <ErrorMessage>string</ErrorMessage>
    </AchademixHeader>
  </soap12:Header>
  <soap12:Body>
    <SelectChart2DQuick xmlns="http://www.Achademix.com/">
      <SearchString>string</SearchString>
    </SelectChart2DQuick>
  </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:Header>
    <AchademixHeader xmlns="http://www.Achademix.com/">
      <AuthenticationID>string</AuthenticationID>
      <ErrorDetails>string</ErrorDetails>
      <ErrorMessage>string</ErrorMessage>
    </AchademixHeader>
  </soap12:Header>
  <soap12:Body>
    <SelectChart2DQuickResponse xmlns="http://www.Achademix.com/">
      <SelectChart2DQuickResult>
        <Chart2D>
          <Col0>decimal</Col0>
          <Col1>decimal</Col1>
          <Col2>decimal</Col2>
          <Col3>decimal</Col3>
          <Col4>decimal</Col4>
          <Col5>decimal</Col5>
          <Col6>decimal</Col6>
          <Col7>decimal</Col7>
          <Col8>decimal</Col8>
          <Col9>decimal</Col9>
          <Col10>decimal</Col10>
          <Col11>decimal</Col11>
          <Col12>decimal</Col12>
          <Col13>decimal</Col13>
          <Label1>string</Label1>
          <Label2>string</Label2>
        </Chart2D>
        <Chart2D>
          <Col0>decimal</Col0>
          <Col1>decimal</Col1>
          <Col2>decimal</Col2>
          <Col3>decimal</Col3>
          <Col4>decimal</Col4>
          <Col5>decimal</Col5>
          <Col6>decimal</Col6>
          <Col7>decimal</Col7>
          <Col8>decimal</Col8>
          <Col9>decimal</Col9>
          <Col10>decimal</Col10>
          <Col11>decimal</Col11>
          <Col12>decimal</Col12>
          <Col13>decimal</Col13>
          <Label1>string</Label1>
          <Label2>string</Label2>
        </Chart2D>
      </SelectChart2DQuickResult>
    </SelectChart2DQuickResponse>
  </soap12:Body>
</soap12:Envelope>