FlexiStore


Click here for a complete list of operations.

GetAllUserInfoOnline

Gets all informations about customers' purchases without reader type

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 /FlexiStore.asmx HTTP/1.1
Host: service.flexibooks.cz
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GetAllUserInfoOnline"

<?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>
    <GetAllUserInfoOnline xmlns="http://tempuri.org/">
      <login>string</login>
      <pwd>string</pwd>
    </GetAllUserInfoOnline>
  </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>
    <GetAllUserInfoOnlineResponse xmlns="http://tempuri.org/">
      <GetAllUserInfoOnlineResult>
        <Books>
          <Product>
            <_errorMessage>string</_errorMessage>
            <Code>string</Code>
            <CommingSoon>string</CommingSoon>
            <DataId>string</DataId>
            <Description>string</Description>
            <ErrorMessage>string</ErrorMessage>
            <ChildProducts xsi:nil="true" />
            <Icon>string</Icon>
            <Licenses xsi:nil="true" />
            <Name>string</Name>
            <Number>int</Number>
            <Page>int</Page>
            <ProductId>int</ProductId>
            <Published>int</Published>
            <TeacherLicence>boolean</TeacherLicence>
            <Authors xsi:nil="true" />
            <Topics xsi:nil="true" />
          </Product>
          <Product>
            <_errorMessage>string</_errorMessage>
            <Code>string</Code>
            <CommingSoon>string</CommingSoon>
            <DataId>string</DataId>
            <Description>string</Description>
            <ErrorMessage>string</ErrorMessage>
            <ChildProducts xsi:nil="true" />
            <Icon>string</Icon>
            <Licenses xsi:nil="true" />
            <Name>string</Name>
            <Number>int</Number>
            <Page>int</Page>
            <ProductId>int</ProductId>
            <Published>int</Published>
            <TeacherLicence>boolean</TeacherLicence>
            <Authors xsi:nil="true" />
            <Topics xsi:nil="true" />
          </Product>
        </Books>
        <Id>long</Id>
        <FirstName>string</FirstName>
        <SurName>string</SurName>
        <Email>string</Email>
        <ErrorMessage>string</ErrorMessage>
        <RegisterReaderResult>Succesful or UnknownReaderCode or AlreadyRegistered or ReaderLimitExceeded or Error</RegisterReaderResult>
      </GetAllUserInfoOnlineResult>
    </GetAllUserInfoOnlineResponse>
  </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 /FlexiStore.asmx HTTP/1.1
Host: service.flexibooks.cz
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>
    <GetAllUserInfoOnline xmlns="http://tempuri.org/">
      <login>string</login>
      <pwd>string</pwd>
    </GetAllUserInfoOnline>
  </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>
    <GetAllUserInfoOnlineResponse xmlns="http://tempuri.org/">
      <GetAllUserInfoOnlineResult>
        <Books>
          <Product>
            <_errorMessage>string</_errorMessage>
            <Code>string</Code>
            <CommingSoon>string</CommingSoon>
            <DataId>string</DataId>
            <Description>string</Description>
            <ErrorMessage>string</ErrorMessage>
            <ChildProducts xsi:nil="true" />
            <Icon>string</Icon>
            <Licenses xsi:nil="true" />
            <Name>string</Name>
            <Number>int</Number>
            <Page>int</Page>
            <ProductId>int</ProductId>
            <Published>int</Published>
            <TeacherLicence>boolean</TeacherLicence>
            <Authors xsi:nil="true" />
            <Topics xsi:nil="true" />
          </Product>
          <Product>
            <_errorMessage>string</_errorMessage>
            <Code>string</Code>
            <CommingSoon>string</CommingSoon>
            <DataId>string</DataId>
            <Description>string</Description>
            <ErrorMessage>string</ErrorMessage>
            <ChildProducts xsi:nil="true" />
            <Icon>string</Icon>
            <Licenses xsi:nil="true" />
            <Name>string</Name>
            <Number>int</Number>
            <Page>int</Page>
            <ProductId>int</ProductId>
            <Published>int</Published>
            <TeacherLicence>boolean</TeacherLicence>
            <Authors xsi:nil="true" />
            <Topics xsi:nil="true" />
          </Product>
        </Books>
        <Id>long</Id>
        <FirstName>string</FirstName>
        <SurName>string</SurName>
        <Email>string</Email>
        <ErrorMessage>string</ErrorMessage>
        <RegisterReaderResult>Succesful or UnknownReaderCode or AlreadyRegistered or ReaderLimitExceeded or Error</RegisterReaderResult>
      </GetAllUserInfoOnlineResult>
    </GetAllUserInfoOnlineResponse>
  </soap12:Body>
</soap12:Envelope>