DoqioWebService


Klicken Sie hier, um die vollständige Vorgangsliste anzuzeigen.

CheckValidVersionDoqioAI

Test

Das Testformular ist nur für Methoden mit primitiven Typen wie Parametern verfügbar.

SOAP 1.1

Es folgt ein Beispiel für eine SOAP 1.1-Anforderung und -Antwort. Die angezeigten Platzhalter müssen durch tatsächliche Werte ersetzt werden.

POST /doqiowebservice.asmx HTTP/1.1
Host: webservice.doqio.ch
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://webservice.doqio.ch/CheckValidVersionDoqioAI"

<?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>
    <CheckValidVersionDoqioAI xmlns="http://webservice.doqio.ch/">
      <lic>
        <LicenceKey>string</LicenceKey>
        <LicenceGuid>guid</LicenceGuid>
        <LicenceHost>string</LicenceHost>
        <LicenceValidtill>dateTime</LicenceValidtill>
        <LicenceName1>string</LicenceName1>
        <LicenceName2>string</LicenceName2>
        <LicenceStreet>string</LicenceStreet>
        <LicenceZip>string</LicenceZip>
        <LicenceCity>string</LicenceCity>
        <LicenceCountry>string</LicenceCountry>
        <LicenceMail>string</LicenceMail>
        <LicencePaymethod>string</LicencePaymethod>
        <LicenceType>string</LicenceType>
        <LicenceMaxSize>string</LicenceMaxSize>
        <LicenceMaxUser>string</LicenceMaxUser>
        <LicenceDealerNo>string</LicenceDealerNo>
        <LicenceDealerMail>string</LicenceDealerMail>
        <LicenceIsDealer>boolean</LicenceIsDealer>
        <LicenceRemark>string</LicenceRemark>
        <LicenceVersionId>string</LicenceVersionId>
        <LicenceLastCheck>dateTime</LicenceLastCheck>
        <LicenceVersion4Update>string</LicenceVersion4Update>
        <LicenceAllUpdates>boolean</LicenceAllUpdates>
        <LicenceCreateUser>string</LicenceCreateUser>
        <LicenceChangeUser>string</LicenceChangeUser>
        <LicenceCreateDate>dateTime</LicenceCreateDate>
        <LicenceChangeDate>dateTime</LicenceChangeDate>
      </lic>
      <versAI>string</versAI>
    </CheckValidVersionDoqioAI>
  </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>
    <CheckValidVersionDoqioAIResponse xmlns="http://webservice.doqio.ch/">
      <CheckValidVersionDoqioAIResult>boolean</CheckValidVersionDoqioAIResult>
    </CheckValidVersionDoqioAIResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

Es folgt ein Beispiel für eine SOAP 1.2-Anforderung und -Antwort. Die angezeigten Platzhalter müssen durch tatsächliche Werte ersetzt werden.

POST /doqiowebservice.asmx HTTP/1.1
Host: webservice.doqio.ch
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>
    <CheckValidVersionDoqioAI xmlns="http://webservice.doqio.ch/">
      <lic>
        <LicenceKey>string</LicenceKey>
        <LicenceGuid>guid</LicenceGuid>
        <LicenceHost>string</LicenceHost>
        <LicenceValidtill>dateTime</LicenceValidtill>
        <LicenceName1>string</LicenceName1>
        <LicenceName2>string</LicenceName2>
        <LicenceStreet>string</LicenceStreet>
        <LicenceZip>string</LicenceZip>
        <LicenceCity>string</LicenceCity>
        <LicenceCountry>string</LicenceCountry>
        <LicenceMail>string</LicenceMail>
        <LicencePaymethod>string</LicencePaymethod>
        <LicenceType>string</LicenceType>
        <LicenceMaxSize>string</LicenceMaxSize>
        <LicenceMaxUser>string</LicenceMaxUser>
        <LicenceDealerNo>string</LicenceDealerNo>
        <LicenceDealerMail>string</LicenceDealerMail>
        <LicenceIsDealer>boolean</LicenceIsDealer>
        <LicenceRemark>string</LicenceRemark>
        <LicenceVersionId>string</LicenceVersionId>
        <LicenceLastCheck>dateTime</LicenceLastCheck>
        <LicenceVersion4Update>string</LicenceVersion4Update>
        <LicenceAllUpdates>boolean</LicenceAllUpdates>
        <LicenceCreateUser>string</LicenceCreateUser>
        <LicenceChangeUser>string</LicenceChangeUser>
        <LicenceCreateDate>dateTime</LicenceCreateDate>
        <LicenceChangeDate>dateTime</LicenceChangeDate>
      </lic>
      <versAI>string</versAI>
    </CheckValidVersionDoqioAI>
  </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>
    <CheckValidVersionDoqioAIResponse xmlns="http://webservice.doqio.ch/">
      <CheckValidVersionDoqioAIResult>boolean</CheckValidVersionDoqioAIResult>
    </CheckValidVersionDoqioAIResponse>
  </soap12:Body>
</soap12:Envelope>