Skip to content

Instantly share code, notes, and snippets.

@jacbeekers
Created November 11, 2016 22:27
Show Gist options
  • Save jacbeekers/30e972aaecbb54dd0941568ee87cd6d4 to your computer and use it in GitHub Desktop.
Save jacbeekers/30e972aaecbb54dd0941568ee87cd6d4 to your computer and use it in GitHub Desktop.
#--
#-- appwsh.properties
#-- For fitnesse
#-- Relation between application/environment and logical web service hub name
#--
#-- Environment:WSHNameDI:WSHNameMetaServices
#-- The environment name must match an environment listed in the powercenter.properties file.
#-- The WSHNameDI value must match a name in the wsh.properties file
#-- the WSHNameMetaServices value must match a name in the wsh.properties file
#--
#-- For example:
DemoApp:DemoWSHDI:DemoWSHMeta
#--
#-- In the above example, the test pages use the application label DemoApp. This is mapped to the DemoWSHDI and DemoWSHMeta in the wsh.properties file. The wsh.properties file contains the URL's of the Informatica Web Service Hub.
#-- powercenter.properties
#--
#-- Environment:DomainName:RepositoryService:IntegrationService:UserName:Password
#--
#-- Environment = The Application label you use on your test pages
#-- DomainName = The Informatica domain that hosts the PowerCenter repository
#-- RepositoryService = The name of the PowerCenter repository service
#-- IntegrationService = The name of the Integration Service that should execute the workflow. The Integration Service must be associated with the correct Repository service.
#-- UserName = The username the fixture should use to log into PowerCenter
#-- Password = The password of the PowerCenter user
#--
#-- For example:
DemoApp:DOM_Demo:REP_Demo:IS_Demo:fitnesse_user:pwdfitnesse
#--
#-- In the above example all test pages use DemoApp as Application/Environment. The connection will be made to the PowerCenter repositry REP_Demo in the Informatica doamin DOM_Demo. The workflow will be executed on the integration service IS_Demo by the user fitnesse.
#--
#-- wsh.properties
#-- informatica web service hub registration for fitnesse
#--
#-- Note:
#-- There must be one space character between the colon and the url
DemoWSHDI: http://idq.consagdemos.net:7333/wsh/services/BatchServices/DataIntegration?WSDL
DemoWSHMeta: http://idq.consagdemos.net:7333/wsh/services/BatchServices/Metadata?WSDL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment