You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
IBM ECM RedPaper Sample App iOS
Notifications You must be signed in to change notification settings
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Go to fileThis repository contains all necessary code and is self contained having no external dependencies.
Xcode is used to build the project for testing and deployment.
The sample is divided in two projects:
Alternatively you may open both project using IBM-RedPaperSamples-iOS.xcworkspace
IBM Case Manager configuration parameters can be found in FWTMapViewController.swift:
let SimpleSampleBaseURLString = "http://ecmdev1.ibm.office.fwn:9080/navigator" let SimpleSampleUsername = "p8admin" let SimpleSamplePassword = "filenet"
IBM Case Manager configuration parameters can be found in FWTCoreManagerSessionConfiguration.swift:
let serverHost = "http://ecm1.fws.io:9080/navigator" let user = "ecmexec" let password = "ecmexec"
IBM Datacap configuration parameters can be found in FWTDatacapSessionConfiguration.swift:
private let serverUrl = NSURL(string: "http://ecm1.fws.io:8070/servicewtm.svc")! private let username = "ecmexec" private let password = "ecmexec" private let stationId = "1" private let applicationId = "CarLoan" private let workflowId = "CarLoan" private let jobId = "Manual Select" private let dcoName = "CarLoan"
Find more open source projects on the IBM Github Page
This library is licensed under Apache 2.0. Full license text is available in LICENSE.
This SDK is intended solely for use with an Apple iOS product and intended to be used in conjunction with officially licensed Apple development tools.
See CONTRIBUTING on how to help out.