Skip to content

Web Service API wrapping access to OnBase Unity AppServer

Notifications You must be signed in to change notification settings

ucdavis/SA-UnityEdms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SA-UnityEdms

Web Service API wrapping access to OnBase Unity AppServer

Required config file values:

<appSettings>
  <add key="OnBaseUrl" value="http://sampleuri.com/AppServer/service.asmx"/>
  <add key="OnBaseDataSource" value="myDataSource"/>
</appSettings>

<connectionStrings>
  <add name="OnBase" connectionString="server=myDataSource;uid=myUser;password=myPass;" />
</connectionStrings>

The wrapper only supports SQL Server backend.Make sure that the database username and password you specify have write access to the logging tables.

About

Web Service API wrapping access to OnBase Unity AppServer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published