FlexiStore
Click here for a complete list of operations.
GetAllUserInfo
Gets all informations about customers' purchases
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/GetAllUserInfo"
<?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>
<GetAllUserInfo xmlns="http://tempuri.org/">
<login>string</login>
<pwd>string</pwd>
<readerCode>string</readerCode>
<installationId>string</installationId>
<customizedName>string</customizedName>
</GetAllUserInfo>
</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>
<GetAllUserInfoResponse xmlns="http://tempuri.org/">
<GetAllUserInfoResult>
<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>
</GetAllUserInfoResult>
</GetAllUserInfoResponse>
</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>
<GetAllUserInfo xmlns="http://tempuri.org/">
<login>string</login>
<pwd>string</pwd>
<readerCode>string</readerCode>
<installationId>string</installationId>
<customizedName>string</customizedName>
</GetAllUserInfo>
</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>
<GetAllUserInfoResponse xmlns="http://tempuri.org/">
<GetAllUserInfoResult>
<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>
</GetAllUserInfoResult>
</GetAllUserInfoResponse>
</soap12:Body>
</soap12:Envelope>