BaseService
Click here for a complete list of operations.
Login
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 /BaseService.asmx HTTP/1.1
Host: arsenseboardws.resinasoft.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/Login"
<?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>
<Login xmlns="http://tempuri.org/">
<globalParameter>string</globalParameter>
<uniqueIdentity>string</uniqueIdentity>
<password>string</password>
</Login>
</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>
<LoginResponse xmlns="http://tempuri.org/">
<GlobalParameters>
<FromGlobal>boolean</FromGlobal>
<WebServiceUri>string</WebServiceUri>
<LoginWebServiceUri>string</LoginWebServiceUri>
<AccessUnicast>int</AccessUnicast>
<AccessWorkSpaces>int</AccessWorkSpaces>
<AccessTabletShot>int</AccessTabletShot>
<AccessForDelete>int</AccessForDelete>
<GlobalDbServerName>string</GlobalDbServerName>
<GlobalDbType>SqlServer or Oracle or MySql or Access or Excel or SqLite</GlobalDbType>
<GlobalDbUserPassword>string</GlobalDbUserPassword>
<GlobalDbUserName>string</GlobalDbUserName>
<GlobalDbConnectionString>string</GlobalDbConnectionString>
<EducationDbConnectionString>string</EducationDbConnectionString>
<EducationDbUserName>string</EducationDbUserName>
<EducationDbUserPassword>string</EducationDbUserPassword>
<EducationDbType>SqlServer or Oracle or MySql or Access or Excel or SqLite</EducationDbType>
<EducationDbServerName>string</EducationDbServerName>
<ProxyType>WebService or Interface</ProxyType>
<MaterialRootUrl>string</MaterialRootUrl>
<ImagePutRootUrl>string</ImagePutRootUrl>
<ScreenShortPath>string</ScreenShortPath>
<LMSWebServiceUri>string</LMSWebServiceUri>
<BoardRecordedVideoDirectory>string</BoardRecordedVideoDirectory>
<TabletImageDirectory>string</TabletImageDirectory>
<BoardDocuments>string</BoardDocuments>
<BoardFolders>string</BoardFolders>
<LocationId>string</LocationId>
<LmsMaterialRoot>string</LmsMaterialRoot>
<Log4NetConfigPath>string</Log4NetConfigPath>
<QuestionRootUrl>string</QuestionRootUrl>
<MaterialIsDownloading>boolean</MaterialIsDownloading>
<AppLanguage>string</AppLanguage>
<AppLanguagePath>string</AppLanguagePath>
<Principle>
<UserRoles>
<Role xsi:nil="true" />
<Role xsi:nil="true" />
</UserRoles>
<UserFullName>string</UserFullName>
<UserRecordId>int</UserRecordId>
<InstitudeId>int</InstitudeId>
<InstitudeRefId>string</InstitudeRefId>
<InstituteName>string</InstituteName>
<LocationName>string</LocationName>
<UserRefId>string</UserRefId>
</Principle>
</GlobalParameters>
</LoginResponse>
</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 /BaseService.asmx HTTP/1.1
Host: arsenseboardws.resinasoft.com
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>
<Login xmlns="http://tempuri.org/">
<globalParameter>string</globalParameter>
<uniqueIdentity>string</uniqueIdentity>
<password>string</password>
</Login>
</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>
<LoginResponse xmlns="http://tempuri.org/">
<GlobalParameters>
<FromGlobal>boolean</FromGlobal>
<WebServiceUri>string</WebServiceUri>
<LoginWebServiceUri>string</LoginWebServiceUri>
<AccessUnicast>int</AccessUnicast>
<AccessWorkSpaces>int</AccessWorkSpaces>
<AccessTabletShot>int</AccessTabletShot>
<AccessForDelete>int</AccessForDelete>
<GlobalDbServerName>string</GlobalDbServerName>
<GlobalDbType>SqlServer or Oracle or MySql or Access or Excel or SqLite</GlobalDbType>
<GlobalDbUserPassword>string</GlobalDbUserPassword>
<GlobalDbUserName>string</GlobalDbUserName>
<GlobalDbConnectionString>string</GlobalDbConnectionString>
<EducationDbConnectionString>string</EducationDbConnectionString>
<EducationDbUserName>string</EducationDbUserName>
<EducationDbUserPassword>string</EducationDbUserPassword>
<EducationDbType>SqlServer or Oracle or MySql or Access or Excel or SqLite</EducationDbType>
<EducationDbServerName>string</EducationDbServerName>
<ProxyType>WebService or Interface</ProxyType>
<MaterialRootUrl>string</MaterialRootUrl>
<ImagePutRootUrl>string</ImagePutRootUrl>
<ScreenShortPath>string</ScreenShortPath>
<LMSWebServiceUri>string</LMSWebServiceUri>
<BoardRecordedVideoDirectory>string</BoardRecordedVideoDirectory>
<TabletImageDirectory>string</TabletImageDirectory>
<BoardDocuments>string</BoardDocuments>
<BoardFolders>string</BoardFolders>
<LocationId>string</LocationId>
<LmsMaterialRoot>string</LmsMaterialRoot>
<Log4NetConfigPath>string</Log4NetConfigPath>
<QuestionRootUrl>string</QuestionRootUrl>
<MaterialIsDownloading>boolean</MaterialIsDownloading>
<AppLanguage>string</AppLanguage>
<AppLanguagePath>string</AppLanguagePath>
<Principle>
<UserRoles>
<Role xsi:nil="true" />
<Role xsi:nil="true" />
</UserRoles>
<UserFullName>string</UserFullName>
<UserRecordId>int</UserRecordId>
<InstitudeId>int</InstitudeId>
<InstitudeRefId>string</InstitudeRefId>
<InstituteName>string</InstituteName>
<LocationName>string</LocationName>
<UserRefId>string</UserRefId>
</Principle>
</GlobalParameters>
</LoginResponse>
</soap12:Body>
</soap12:Envelope>