System Interaction Considerations - Integration for Guidewire InsuranceSuite - English - Foundation 22.1 - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential

Integration for Guidewire InsuranceSuite

Platform
OnBase
Product
Integration for Guidewire InsuranceSuite
Release
Foundation 22.1
License
Premier
Standard
Essential

The list below covers some of the OnBase modules commonly leveraged when integrating OnBase with Guidewire. You should review and apply upgrade considerations for these modules individually. The notes listed under these modules here are additional considerations specific to upgrading these modules in conjunction with your Guidewire solution:

Unity Scripts/API

If your solution has changed to use a 64-bit Application Server, any references to System.Web within existing Unity Scripts need to be updated for the AMD64 System.Web reference.

Application Enabler

Backup the .config file before upgrading.

Enterprise Integration Server (EIS)

If the Web Server's hostname has changed, you must update the ParamValue attribute within the ScriptParameters.xml file. You must also update the OnBase DocumentInterfaceForGW Web Service Collection.

Web Services Publishing

For each server where the OnBase web service(s) are deployed:

  • If web services are being deployed to new machines/virtual directories, any BizTalk ports or references to the web services within Guidewire code must be updated accordingly.

  • If the Web Server's hostname has changed, you must update the ParamValue attribute within the ScriptParameters.xml file. You must also update the OnBase DocumentInterfaceForGW Web Service Collection.

Client Type Settings

As of OnBase 17, the OnBaseClientType and OnBaseWebClientType configuration settings have been moved from the IDocumentContentSource.gwp file to the ScriptParameters.xml file in the Guidewire solution. If you are upgrading from OnBase 16 or earlier, ensure that the client type settings in ScriptParameters.xml match those that were previously configured in IDocumentContentSource.gwp.

Adding New Machines

When introducing new or upgraded OnBase servers and clients to your Guidewire solution, keep the following in mind:

  • Updating the OnBase Web Server: In the ScriptParameters.xml file, set the ScriptParameterPack setting as follows:

    <ScriptParameterPack ParamName=" OnBase URL" ParamType="varchar">
    <ResourceContexts length="0"/>
    <ParamValue>http://OnBase WebServer/appnet</ParamValue>
  • Updating the OnBase get doc service: In the OnBaseDocumentInterfaceForGW.wsc file, update the URL and fetch updates.

  • Updating the OnBase WSP: In the OnBaseDocumentInterfaceForGW.wsc file, update the URL and fetch updates.

  • Updating the location for asynchronous uploads: In the IdocumentContentSource.gwp file, update the AsyncDocumentFolder.

Note:

The above list applies to an out-of-the-box Guidewire solution. Depending on your solution's configuration, you may need to update additional locations as well.