Saved searches

Use saved searches to filter your results more quickly

Cancel Create saved search Sign up Reseting focus

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

ibm-ecm/ibm-ecm-redpaper-sample-app-ios

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Go to file

Folders and files

Last commit message Last commit date

Latest commit

History

View all files

Repository files navigation

IBM® Enterprise Content Management Mobile Application Implementation Redpaper™ Sample Code

Table of Contents

Requirements

This repository contains all necessary code and is self contained having no external dependencies.

Build + Test

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

Parameter Configuration

IBM Case Manager Nearby Sample

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 Capture Sample

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" 

Open Source @ IBM

Find more open source projects on the IBM Github Page

License

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.

Contributing

See CONTRIBUTING on how to help out.