Lab 3: Simple Integration Use Case

Size: px
Start display at page:

Download "Lab 3: Simple Integration Use Case"

Transcription

1 Exercise 1 : Create the web service...2 Exercise 2 : Deploy the web service...4 Exercise 3 : Test the service...8 1/16

2 In this exercise, you will learn how to activate a Maximo inbound web service. This web service will allow an external system / application to create a Service Request in Maximo. From this remote creation, any regular Maximo action could then be taken by the users. Enabling this type of capability consists in performing the following tasks : Create the web service (in our case, we will start from the default MXSR object structure) Deploy the web service Test it. Since we don t have any external system to test with, you will simulate the external system by using SOAP UI ( that is installed on the virtual image and that can be used to test web services. Exercise 1 : Create the web service 1. Sign in to Maximo as Mike Wilson. User: Password: wilson wilson 2. Go to the Web Services Library (Go To Integration Web Services Library) 3. Use the Select Action drop down menu to create a new web service from an Object Structure (Select Action Create Web Service Create WS from Object Structure) 2/16

3 4. The Create Web Service from an Object Structure Service Definition window opens. Select the MXSR object structure by selecting the corresponding checkbox. 5. Click on the Create button : The MXSR object structure service has been created and now appears on the Web Services Library list: 3/16

4 Exercise 2 : Deploy the web service 1. In the List, select the MXSR service : 2. Review the service you have just created. As it is an Object Structure based service, the Create, Update, Delete, Sync and Query operations have been automatically defined. You can click on Generate Schema / View XML to view sample input/ouput messages for each operations : A new View XML window open : 4/16

5 3. Click on OK when you are done reviewing the messages. As you could see, by default, all Service Request attributes are included in the messages. Maximo provides an easy way of selecting which attributes will be available through that web service. Should you be interested in this, you can : a. Go to the Object Structures module (Go To Integration Object Structures) b. Search for the object structure we are working with (MXSR) : c. Click on MXSR to open the record. d. Use the Select Action Exclude/Include Fields action (Select Action Exclude / Include Fields) e. This opens the Exclude / Include Fields window. In this window, you can select which attributes should be excluded from the integration messages (by default none are excluded but some system fields) : 5/16

6 f. When you are done reviewing this capability, go back to the Web Service Library to go on with the lab (Go To Integration Web Services Library). 4. Use the Select Action menu to deploy the web service (Select Action Deploy Web Service) Once deployed, a confirmation message gets displayed : 6/16

7 5. You can double-check that you can reach the web service endpoint : a. Open an Internet Explorer page b. Browse to You should be able to visualize the service WSDL that describes the different operations available : 7/16

8 Exercise 3 : Test the service You will now use soapui to test the service and remotely create a Service Request. 1. Use the desktop shortcut to launch soapui 2. Add the MXSR WSDL to the existing MX71 project. Right-click on the MX71 project and select Add WSDL : 3. The Add WSDL window opens. Copy & Paste the previous WSDL URL ( in the WSDL location input field : 8/16

9 4. soapui loads the service definition. When it is done, you should see the different ports and related operations in the project explorer: 5. Default request messages have been created for each operation. Open the request1 request under the CreateMXSR operation of the MXSRSOAP11Binding (double-click on MXSRSOAP11Binding / CreateMXSR / request1) 9/16

10 As you can see, all Service Request attributes are available to be filled by the external system. They are optional though. Thanks to this, in the context of this exercise you will enter a minimal set of information. 6. Create a New request message for the CreateMXSR operation, by right-clicking on the CreateMXSR operation of the MXSRSOAP11Binding port : 10/16

11 7. Give the request message a name of your choice : 8. Do not choose to create the optional elements in schema, as you will only specify a small subset of them : 9. Replace the generated content by the following XML message (you can find a createsr.xml file on your virtual machine hard drive that contains the same content under My Documents) : <soapenv:envelope xmlns:soapenv=" xmlns:max=" <soapenv:header/> <soapenv:body> <max:createmxsr> <max:mxsrset> <max:sr> <max:description>window and Frame are broken</max:description> <max:location>conf300</max:location> <max:siteid>bedford</max:siteid> </max:sr> </max:mxsrset> </max:createmxsr> </soapenv:body> </soapenv:envelope> 11/16

12 10. Basic authentication is activated on your Maximo application server. Therefore, you have to specify some credentials in order to be able to perform the service request creation. Within soapui, click on the Auth section at the bottom of the request to specify those credentials : 12/16

13 11. The Authentication area opens. Specify the following credentials : Username : Password : wilson wilson 13/16

14 12. With those settings set, you are ready to submit the request. Click on the green arrow to submit the request : 13. After a couple of seconds, you should see the Maximo response in the response area (right panel) : 14/16

15 In this example you can see that the Service Request 1149 was created. Any error would also been displayed in that area. If you have any issue, please reach out to one of the instructors. 14. Back to Maximo, we will now check the details of the Service Request you just created. If needed, log in as wilson / wilson. Go to the Service Requests module (Go To Service Desk Service Requests) : 15. Look for your service request by filtering on the service request ticket id that was returned to you in soapui (in our example : 1149) : 15/16

16 16. You can click on the record link to display the content of the Service Request. Once you have reached this point, you can go on with the next lab (Lab 4 : Using the Workflow Engine). 16/16

Using BMC SRM OOB Web Services

Using BMC SRM OOB Web Services Using BMC SRM OOB Web Services The BMC Service Request Management application is shipped with a number of OOB Web Services that can be used to Create, Query and Modify requests (see Figure 1. at end of

More information

Objective: Review how to use access the Bulkvs.com Origination and 911 SOAP API using SOAP UI

Objective: Review how to use access the Bulkvs.com Origination and 911 SOAP API using SOAP UI Objective: Review how to use access the Bulkvs.com Origination and 911 SOAP API using SOAP UI Perquisites: 1. Have access to your bulkvs.com API ID 2. Have an MD5 equivalent of your bllkvs.com password

More information

Monitoring WAAS Using XML API

Monitoring WAAS Using XML API CHAPTER 4 This chapter describes how to use the WAAS API to monitor your WAAS devices and how to use soapui with the WAAS API interface. This chapter contains the following sections: Information About

More information

Quick Start: irondns in 3 Minutes

Quick Start: irondns in 3 Minutes Quick Start: irondns in 3 Minutes Version 1.3.3 2016-06-13 Dr. Michael Bauland, Knipp Medien und Kommunikation GmbH Table of Contents 1. Introduction...3 2. Prerequisites...3 2.1. soapui...3 2.2. Credentials...3

More information

An introduction API testing with SoapUI

An introduction API testing with SoapUI An introduction API testing with SoapUI Vincent Vonk 12-06-2018 CGI Group Inc. Agenda for the next 50 minutes What is SoapUI? What are Web APIs? Why test on API level? What can SoapUI do? Types of Web

More information

edocs Home > BEA AquaLogic Service Bus 3.0 Documentation > Accessing ALDSP Data Services Through ALSB

edocs Home > BEA AquaLogic Service Bus 3.0 Documentation > Accessing ALDSP Data Services Through ALSB Accessing ALDSP 3.0 Data Services Through ALSB 3.0 edocs Home > BEA AquaLogic Service Bus 3.0 Documentation > Accessing ALDSP Data Services Through ALSB Introduction AquaLogic Data Services Platform can

More information

Perceptive TransForm Web Services Autowrite

Perceptive TransForm Web Services Autowrite Perceptive TransForm Web Services Autowrite Getting Started Guide Version 8.10.x Overview The 8.10.0 release of TransForm provides the ability to transmit form data using a web service as the destination

More information

Lab - Share Resources in Windows

Lab - Share Resources in Windows Introduction In this lab, you will create and share a folder, set permissions for the shares, create a Homegroup and a Workgroup to share resources, and map a network drive. Due to Windows Vista lack of

More information

Getting started with OWASP WebGoat 4.0 and SOAPUI.

Getting started with OWASP WebGoat 4.0 and SOAPUI. Getting started with OWASP WebGoat 4.0 and SOAPUI. Hacking web services, an introduction. Version 1.0 by Philippe Bogaerts mailto:philippe.bogaerts@radarhack.com http://www.radarhack.com 1. Introduction

More information

WEB OF SCIENCE USAGE REPORTING

WEB OF SCIENCE USAGE REPORTING WEB OF SCIENCE USAGE REPORTING COUNTER - SUSHI WEB SERVICE October 30, 2013 Table of Contents Web of Science Usage Reporting Web Service 2 Reports Returned by the Service 2 Service Endpoint Address and

More information

HP Operations Orchestration

HP Operations Orchestration HP Operations Orchestration for the Windows and Linux operating systems Software Version: OO 10.x Web Services Wizard Guide Document Release Date: February 2014 Software Release Date: February 2014 Legal

More information

Remote Desktop How to guide

Remote Desktop How to guide CaseMap Remote Desktop for Windows User Contents How to open Remote Desktop Connection and Login to the Terminal Server... 2 How to save your connection settings and create a shortcut on your desktop...

More information

Usage of Evaluate IPAddress Action with wm Mediator

Usage of Evaluate IPAddress Action with wm Mediator Usage of Evaluate IPAddress Action with wm Mediator INTRODUCTION PRE-REQUISITE CONFIGURATIONS Create and configure a consumer application with IP Address Create a virtual alias in BusinessUI with Evaluate

More information

How To Add a Borrower Via Web Services API

How To Add a Borrower Via Web Services API How To Add a Borrower Via Web Services API Summary This document outlines the use of the Web Services API available in the version 5(v5) knowledge content and library management (KCLM) solution for adding,

More information

Industry Training Register. Guide to integration for ITOs

Industry Training Register. Guide to integration for ITOs Industry Training Register Guide to integration for ITOs Version 5.0 Objective id A823307 Published 15 January 2013 Page 2 of 29 ITR guide to integration for ITOs Contents 1 INTRODUCTION... 4 1.1 About

More information

Create an account in Salesforce using the Web Services consumer functionality

Create an account in Salesforce using the Web Services consumer functionality Name of Solution: Mapping : Salesforce ACCOUNT using Web Services Business Requirement: Create an account in Salesforce using the Web Services consumer functionality Description: SalesForce provides a

More information

CollabNet SourceForge Office Plug-in

CollabNet SourceForge Office Plug-in CollabNet SourceForge Office Plug-in Introduction CollabNet SourceForge Office Plug-in is developed using Microsoft Windows.NET application that allows users to browse and edit the contents of their SourceForge

More information

Integration Framework. Architecture

Integration Framework. Architecture Integration Framework 2 Architecture Anyone involved in the implementation or day-to-day administration of the integration framework applications must be familiarized with the integration framework architecture.

More information

VMware AirWatch Integration with SecureAuth PKI Guide

VMware AirWatch Integration with SecureAuth PKI Guide VMware AirWatch Integration with SecureAuth PKI Guide For VMware AirWatch Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Managing User Roles and Users in LMS

Managing User Roles and Users in LMS 7 CHAPTER This chapter explains the following: Managing Roles Managing Users Managing Roles A role is a collection of privileges that dictate the type of system access you have. The Manage User Roles workflow

More information

ConnectWise Integration

ConnectWise Integration ConnectWise Integration Introduction This integration is a lengthy process however it s relatively simple to configure and should take no longer than 10 minutes. It will allow you to import all of the

More information

We are ready to serve Latest Testing Trends, Are you ready to learn? New Batch Details

We are ready to serve Latest Testing Trends, Are you ready to learn? New Batch Details We are ready to serve Latest Testing Trends, Are you ready to learn? START DATE : New Batch Details TIMINGS : DURATION : TYPE OF BATCH : FEE : FACULTY NAME : LAB TIMINGS : SOAP UI, SOA Testing, API Testing,

More information

Enterprise PeopleTools 8.50 PeopleBook: Reporting Web Services

Enterprise PeopleTools 8.50 PeopleBook: Reporting Web Services Enterprise PeopleTools 8.50 PeopleBook: Reporting Web Services September 2009 Enterprise PeopleTools 8.50 PeopleBook: Reporting Web Services SKU pt850pbr0 Copyright 1988, 2009, Oracle and/or its affiliates.

More information

VMware AirWatch Certificate Authentication for Cisco IPSec VPN

VMware AirWatch Certificate Authentication for Cisco IPSec VPN VMware AirWatch Certificate Authentication for Cisco IPSec VPN For VMware AirWatch Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Lab - Create User Accounts in Windows 8

Lab - Create User Accounts in Windows 8 Introduction In this lab, you will create user accounts in Windows 8. Recommended Equipment The following equipment is required for this exercise: A computer with a new installation of Windows 8 Part 1:

More information

Contents. Introduction To CloudSync. 2. System Requirements...2. Installing CloudSync 2. Getting Started 4

Contents. Introduction To CloudSync. 2. System Requirements...2. Installing CloudSync 2. Getting Started 4 Quick Start Guide Contents Introduction To CloudSync. 2 System Requirements...2 Installing CloudSync 2 Getting Started 4 1 Introduction To CloudSync On behalf of FilesAnywhere, we would like to welcome

More information

IT SELF SERVICE CUSTOMER PORTAL HTTPS://ITSELFSERVICE.UWSP.EDU. Contents. Log On. Log Out

IT SELF SERVICE CUSTOMER PORTAL HTTPS://ITSELFSERVICE.UWSP.EDU. Contents. Log On. Log Out Contents IT SELF SERVICE CUSTOMER PORTAL HTTPS://ITSELFSERVICE.UWSP.EDU For TECHNOLOGY EMERGENCIES, please contact the IT Service Desk. IT SELF SERVICE CUSTOMER PORTAL HTTPS://ITSELFSERVICE.UWSP.EDU Log

More information

CMS 502: D2 Training for Coordinators Updated: August 31, 2017

CMS 502: D2 Training for Coordinators Updated: August 31, 2017 CMS 502: D2 Training for s Updated: August 31, 2017 CMS502: D2 Training for s Agenda functions: View space members View and edit space properties Add user or AD group to space Remove user or AD group to

More information

https://blogs.oracle.com/angelo/entry/rest_enabling_oracle_fusion_sales., it is

https://blogs.oracle.com/angelo/entry/rest_enabling_oracle_fusion_sales., it is More complete RESTful Services for Oracle Sales Cloud Sample/Demo Application This sample code builds on the previous code examples of creating a REST Facade for Sales Cloud, by concentrating on six of

More information

Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service

Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service Demo Introduction Keywords: Oracle Big Data Cloud Service, Oracle Storage Cloud Service, Oracle Database Cloud Service Goal of Demo: Oracle Big Data Preparation Cloud Services can ingest data from various

More information

Prolender Miracle Integration Guide 8/21/07

Prolender Miracle Integration Guide 8/21/07 Miracle Integration Guide 1 Prolender Miracle Integration Guide 8/21/07 You can import your Prolender loan information into Miracle Online by either using a secured web page upload or our desktop application

More information

BlackBerry Developer Summit. A02: Rapid Development Leveraging BEMS Services and the AppKinetics Framework

BlackBerry Developer Summit. A02: Rapid Development Leveraging BEMS Services and the AppKinetics Framework BlackBerry Developer Summit A02: Rapid Development Leveraging BEMS Services and the AppKinetics Framework Page 2 of 21 Table of Contents 1. Workbook Scope... 4 2. Compatibility... 4 3. Source code download

More information

UofM Secure Wireless 2/14/2018. Brought to you by: umtech & The Center for Teaching & Learning

UofM Secure Wireless 2/14/2018. Brought to you by: umtech & The Center for Teaching & Learning UofM Secure Wireless Center for Teaching and Learning (CTL) 100 Administration Bldg., Memphis, TN 38152 Phone: 901.678.8888 Email: itstrainers@memphis.edu Center for Teaching and Learning Website 2/14/2018

More information

City/Zip Lookup Web Service Implementation Guide Version 1.00

City/Zip Lookup Web Service Implementation Guide Version 1.00 City/Zip Lookup Web Service Implementation Guide Version 1.00 Revised: 10/04/2016 SECTION 1 - NARRATIVE... 1 SECTION 2 - INPUT PARAMETERS... 2 SECTION 3 - OUTPUT PARAMETERS... 3 SECTION 4 - SOAP XML EXAMPLES...

More information

VMware AirWatch Certificate Authentication for EAS with ADCS

VMware AirWatch Certificate Authentication for EAS with ADCS VMware AirWatch Certificate Authentication for EAS with ADCS For VMware AirWatch Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Adding your IMAP Mail Account in Outlook 2013 on Windows

Adding your IMAP Mail Account in Outlook 2013 on Windows Adding your IMAP Mail Account in Outlook 2013 on Windows Replace example.co.za with your domain name as it was sent to you by Visualize IT 1. Launch Outlook 2. Select File on the top left menu bar 3. Select

More information

NEMSIS V3 Performance Measure Service Technical Guide

NEMSIS V3 Performance Measure Service Technical Guide NEMSIS TAC Whitepaper NEMSIS V3 Performance Measure Service Technical Guide Date June 1, 2017 Authors Joshua Legler NEMSIS Consultant Subhadeep Nag NEMSIS Software Design Engineer N. Clay Mann NEMSIS P.I.

More information

Interfaces to tools: applications, libraries, Web applications, and Web services

Interfaces to tools: applications, libraries, Web applications, and Web services Interfaces to tools: applications, libraries, Web applications, and Web services Matúš Kalaš The Bioinformatics Lab SS 2013 14 th May 2013 Plurality of interfaces for accessible bioinformatics: Applications

More information

We start by providing you with an overview of the key feature of the IBM BPM Process Portal.

We start by providing you with an overview of the key feature of the IBM BPM Process Portal. Lab 1 Process Portal 1.1 Overview This lab exercise will make you familiar with the key capabilities of the ready-to-use Process Portal included with IBM Business Process Manager (BPM). You will experience

More information

Edge Integration Guide Workday Transcript Outbound Integration

Edge Integration Guide Workday Transcript Outbound Integration Edge Integration Guide Workday Transcript Outbound Integration 1 TABLE OF CONTENTS Welcome To 3 Enablement 3 Prerequisite Setup in Workday 4 Setup Instructions in Cornerstone 8 Workflow 13 Field Mapping

More information

Workspace ONE UEM Certificate Authentication for Cisco IPSec VPN. VMware Workspace ONE UEM 1810

Workspace ONE UEM Certificate Authentication for Cisco IPSec VPN. VMware Workspace ONE UEM 1810 Workspace ONE UEM Certificate Authentication for Cisco IPSec VPN VMware Workspace ONE UEM 1810 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

An Oracle White Paper February Combining Siebel IP 2016 and native OPA 12.x Interviews

An Oracle White Paper February Combining Siebel IP 2016 and native OPA 12.x Interviews An Oracle White Paper February 2017 Combining Siebel IP 2016 and native OPA 12.x Interviews Purpose This whitepaper is a guide for Siebel customers that wish to take advantage of OPA 12.x functionality

More information

User Guide. Version R92. English

User Guide. Version R92. English AuthAnvil User Guide Version R92 English October 9, 2015 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as updated from

More information

Virtual Machine Connection Guide for AWS Labs

Virtual Machine Connection Guide for AWS Labs Virtual Machine Connection Guide for AWS Labs Thank you for participating in our hands-on workshop. We are glad to have you in our class! This class relies on our accompanying lab environment which provides

More information

SelectSurvey.NET AWS (Amazon Web Service) Integration

SelectSurvey.NET AWS (Amazon Web Service) Integration SelectSurvey.NET AWS (Amazon Web Service) Integration Written for V4.146.000 10/2015 Page 1 of 24 SelectSurvey.NET AWS Integration This document is a guide to deploy SelectSurvey.NET into AWS Amazon Web

More information

Lookup Roles Application Programming Interface (API) Version Software User s Manual (SUM)

Lookup Roles Application Programming Interface (API) Version Software User s Manual (SUM) Lookup Roles Application Programming Interface (API) Version 5.11 Software User s Manual (SUM) Document Version 5.11 June 29, 2014 Prepared by: CACI 50 N Laura Street Jacksonville FL 32202 Prepared for:

More information

Deliver and manage customer VIP POCs. The lab will be directed and provide you with step-by-step walkthroughs of key features.

Deliver and manage customer VIP POCs. The lab will be directed and provide you with step-by-step walkthroughs of key features. SR L15 Hands-On Lab Description Protecting Corporate Networks with Symantec Validation and ID Protection At the end of this lab, you should be able to Technically present and answer questions from your

More information

VMware AirWatch Certificate Authentication for EAS with NDES-MSCEP

VMware AirWatch Certificate Authentication for EAS with NDES-MSCEP VMware AirWatch Certificate Authentication for EAS with NDES-MSCEP For VMware AirWatch Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Provisioning Databases

Provisioning Databases DAT219x Provisioning Databases Lab 00 Getting Started Estimated time to complete this lab is 60 minutes Overview In this lab, you will provision a Microsoft Azure Virtual Machine (VM) that will be used

More information

AVAYA LEARNING CENTER END USER GUIDE. Avaya Learning Virtual Campus License Registration Guidelines

AVAYA LEARNING CENTER END USER GUIDE. Avaya Learning Virtual Campus License Registration Guidelines AVAYA LEARNING CENTER END USER GUIDE Avaya Learning Virtual Campus License Registration Guidelines 1 Avaya Learning Virtual Campus License Registration Guide November 2015 ENROLLMENT REGISTRATION PROCESS

More information

Nimsoft Documentation

Nimsoft Documentation Nimsoft Documentation Nimsoft Probes Technical Description xmlparser v1.2x Probe Documentation Last Update: 08 December 2010 Copyright 1998-2010, Nimsoft Corporation www.nimsoft.com Nimsoft Documentation:

More information

IS L02-MIGRATING TO SEP 12.1

IS L02-MIGRATING TO SEP 12.1 IS L02-MIGRATING TO SEP 12.1 Description Migrating to Symantec Endpoint Protection (SEP)? Want to upgrade to the latest SEP technology? In this Lab, see how to upgrade a multi-site Symantec Endpoint Protection

More information

Cloudpath and Aruba Instant Integration

Cloudpath and Aruba Instant Integration Cloudpath and Aruba Instant Integration This document describes the process to use Ruckus Cloudpath to secure an Aruba Instant network. The following versions were used for this example: Ruckus Cloudpath

More information

Lab - Remote Desktop in Windows 8

Lab - Remote Desktop in Windows 8 Lab - Remote Desktop in Windows 8 Introduction In this lab, you will remotely connect to another Windows 8 computer. Recommended Equipment The following equipment is required for this exercise: Two Windows

More information

Composer Help. Web Request Common Block

Composer Help. Web Request Common Block Composer Help Web Request Common Block 7/4/2018 Web Request Common Block Contents 1 Web Request Common Block 1.1 Name Property 1.2 Block Notes Property 1.3 Exceptions Property 1.4 Request Method Property

More information

User Guide. Version R94. English

User Guide. Version R94. English AuthAnvil User Guide Version R94 English March 8, 2017 Copyright Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as updated

More information

Configuration Guide. Requires Vorex version 3.9 or later and VSA version or later. English

Configuration Guide. Requires Vorex version 3.9 or later and VSA version or later. English Kaseya v2 Integration of VSA with Vorex Configuration Guide Requires Vorex version 3.9 or later and VSA version 9.3.0.11 or later English September 15, 2017 Copyright Agreement The purchase and use of

More information

Essentials for Teaching Faculty

Essentials for Teaching Faculty Essentials for Teaching Faculty Table of Contents Panopto Access... 3 Panopto Recorder... 3 Recording... 3 Recording Options... 5 Capture PowerPoint Presentations... 5 Capture Primary Screen... 6 Capture

More information

Lab: Advanced Installation of Windows XP. Introduction

Lab: Advanced Installation of Windows XP. Introduction 12.2.2 Lab: Advanced Installation of Windows XP Introduction Print and complete this lab. In this lab, you will install a Windows XP operating system by using an answer file for automation. You will customize

More information

Workspace ONE UEM Certificate Authentication for EAS with ADCS. VMware Workspace ONE UEM 1902

Workspace ONE UEM Certificate Authentication for EAS with ADCS. VMware Workspace ONE UEM 1902 Workspace ONE UEM Certificate Authentication for EAS with ADCS VMware Workspace ONE UEM 1902 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

MYPLACE USER GUIDE User Guide for myplace.hexagon.com March 08, 2017

MYPLACE USER GUIDE User Guide for myplace.hexagon.com March 08, 2017 MYPLACE USER GUIDE User Guide for myplace.hexagon.com March 08, 2017 General Contents General... 3 1 Requirements... 4 1.1 Citrix client... 4 1.2 Citrix NetScaler (Access Gateway) plugin... 4 1.3 SMS Passcode...

More information

Integrating Worksoft Certify with Microsoft VSTS/TFS

Integrating Worksoft Certify with Microsoft VSTS/TFS Integrating Worksoft Certify with Microsoft VSTS/TFS When Worksoft Certify is integrated with Microsoft Visual Studio Team Services (VSTS) and Microsoft Team Foundation Server (TFS), Certify can create

More information

Lab - Remote Desktop in Windows 7 and Vista

Lab - Remote Desktop in Windows 7 and Vista Lab - Remote Desktop in Windows 7 and Vista Introduction In this lab, you will remotely connect to another Windows 7 or Vista computer. Recommended Equipment The following equipment is required for this

More information

BMC FootPrints 12 Integration with Remote Support

BMC FootPrints 12 Integration with Remote Support BMC FootPrints 12 Integration with Remote Support 2003-2019 BeyondTrust Corporation. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust Corporation. Other trademarks are

More information

User Manual: MSE Project

User Manual: MSE Project User Manual: MSE Project November 5, 2010 Prepared by Doug Smith Version 0.1 1 of 32 11/28/2010 4:38 PM Table of Contents Revision History... 2 Introduction... 3 Building the Software... 3 Building the

More information

Additional Connectivity Options

Additional Connectivity Options Additional Connectivity Options from the book SAP Cloud Platform Integration by Bilay, Gutsche, Krimmel, and Stiehl Your guide to mastering SAP Cloud Platform Integration! In this online appendix, we briefly

More information

Power IQ WS-API Programming Guide Release 2.0

Power IQ WS-API Programming Guide Release 2.0 Power IQ WS-API Programming Guide Release 2.0 Copyright 2010 Raritan, Inc. PIQAPI-0B-v2.0-E September 2010 255-80-6102-00 This document contains proprietary information that is protected by copyright.

More information

IUID Registry Application Programming Interface (API) Version 5.6. Software User s Manual (SUM)

IUID Registry Application Programming Interface (API) Version 5.6. Software User s Manual (SUM) IUID Registry Application Programming Interface (API) Version 5.6 Software User s Manual (SUM) Document Version 1.0 May 28, 2014 Prepared by: CACI 50 N Laura Street Jacksonville FL 32202 Prepared for:

More information

Using Blackboard Drive to upload/manage content in Blackboard Learn

Using Blackboard Drive to upload/manage content in Blackboard Learn Using Blackboard Drive to upload/manage content in Blackboard Learn Downloading and Installing Blackboard Drive 1. Login to Blackboard Learn, and click on the Utilities Tab. 2. Locate the Blackboard Drive

More information

Pulse Secure VPN Guide

Pulse Secure VPN Guide Pulse Secure VPN Guide Pulse Secure is a dynamic, integrated and easy-to-use network client that delivers anytime/anywhere secure connectivity. 1 CONTENTS Mac OSX System & Hardware Requirements 3 Installing

More information

Installing Microsoft Desktop Connection for MAC YOU RE USING THE MOST RECENT COPY (SEE LINK) OF MICROSOFT

Installing Microsoft Desktop Connection for MAC YOU RE USING THE MOST RECENT COPY (SEE LINK) OF MICROSOFT Installing Microsoft Desktop Connection for MAC BEFORE YOU BEGIN MAKE SURE YOU HAVE: COMPUTER NAME USER NAME A TEMPORARY PASSWORD YOU RE USING THE MOST RECENT COPY (SEE LINK) OF MICROSOFT DESKTOP CONNECTION

More information

Installation Guide. 3CX CRM Plugin for ConnectWise. Single Tenant Version

Installation Guide. 3CX CRM Plugin for ConnectWise. Single Tenant Version Installation Guide 3CX CRM Plugin for ConnectWise Single Tenant Version "Copyright VoIPTools, LLC 2011-2016" Information in this document is subject to change without notice. No part of this document may

More information

CONFIGURING BASIC MACOS MANAGEMENT: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE

CONFIGURING BASIC MACOS MANAGEMENT: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE GUIDE FEBRUARY 2019 PRINTED 26 FEBRUARY 2019 CONFIGURING BASIC MACOS MANAGEMENT: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE Table of Contents Overview Introduction Purpose Audience

More information

LoginService-Public_2_0 Web Service Reference

LoginService-Public_2_0 Web Service Reference 19.03.2015 Table of contents Methods... 3 getauth... 4 Complex Types... 6 types... 6 Login... 6 LoginException... 7 getauth... 8 getauthresponse... 8 types_authentication... 9 anonymous... 9 authentication...

More information

DAVE. SOAP Web Services

DAVE. SOAP Web Services DAVE SOAP Web Services Introduction This document provides information about the Dave Web Services API and serves as a basic explanation for people with technicals skills who are making a connection to

More information

LAB: Configuring LEAP. Learning Objectives

LAB: Configuring LEAP. Learning Objectives LAB: Configuring LEAP Learning Objectives Configure Cisco ACS Radius server Configure a WLAN to use the 802.1X security protocol and LEAP Authenticate with an access point using 802.1X security and LEAP

More information

Installing the WinSCP Secure FTP Client

Installing the WinSCP Secure FTP Client Draft 0.9 Page 1 of 6 Installing the WinSCP Secure FTP Client This document will instruct you to install the WinSCP application that will provide Secure FTP (SFTP) access to your website folder. So why

More information

Using AWS Data Migration Service with RDS

Using AWS Data Migration Service with RDS Using AWS Data Migration Service with RDS INTRODUCTION AWS s Database Migration Service (DMS) is a managed service to help migrate existing data and replicate changes from on-premise databases to AWS s

More information

Hitachi NEXT 2018 Automating Service Maintenance with Hitachi Automation Director (HAD)

Hitachi NEXT 2018 Automating Service Maintenance with Hitachi Automation Director (HAD) Hitachi NEXT 2018 Automating Service Maintenance with Hitachi Automation Director (HAD) Contents Lab 1 Submitting Your First HAD Service Lab 2 Extending Service Capabilities with Service Builder Lab 3

More information

Colligo Console. Administrator Guide

Colligo Console. Administrator Guide Colligo Console Administrator Guide Contents About this guide... 6 Audience... 6 Requirements... 6 Colligo Technical Support... 6 Introduction... 7 Colligo Console Overview... 8 Colligo Console Home Page...

More information

Inforce Transactions TECHNICAL REFERENCE. DTCCSOLUTIONS September Copyright 2011 Depository Trust Clearing Corporation. All Rights Reserved.

Inforce Transactions TECHNICAL REFERENCE. DTCCSOLUTIONS September Copyright 2011 Depository Trust Clearing Corporation. All Rights Reserved. TECHNICAL REFERENCE Inforce Transactions Page 1 Table of Contents 1 Overview... 3 2 Roles and Responsibilities... 3 2.1 Participants... 3 2.2 DTCC Server... 4 3 Communication Protocols... 5 3.1 SOAP Messages...

More information

Release Notes Tripolis Dialogue

Release Notes Tripolis Dialogue Release Notes Tripolis Dialogue Version 3.23 September 2016 1 TABLE OF CONTENTS Improvements and features 3 REST API API 3.0 3 TImezone support for campaigns 4 Campaign node details in preview 5 Changes

More information

Decision Support AITS University Administration. Web Intelligence Rich Client Installation Guide

Decision Support AITS University Administration. Web Intelligence Rich Client Installation Guide Decision Support AITS University Administration Web Intelligence Rich Client Installation Guide Contents Purpose of this Document... 3 Installing Web Intelligence Rich Client... 3 Launching Web Intelligence

More information

Integrate HEAT Software with Bomgar Remote Support

Integrate HEAT Software with Bomgar Remote Support Integrate HEAT Software with Bomgar Remote Support 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the

More information

Build the application using Rational Build Forge

Build the application using Rational Build Forge Build the application using Rational Build Forge In this lab, as the Build Engineer, you will run a formal build of Release 2.0 of the RatlBankWeb application. After the build completes, you will be able

More information

Logi Ad Hoc Reporting Management Console Overview

Logi Ad Hoc Reporting Management Console Overview Logi Ad Hoc Reporting Management Console Overview Version 12 July 2016 Page 2 Table of Contents INTRODUCTION...3 System Requirements...4 Management Console Overview...5 Configuration Wizard Overview...9

More information

Files.Kennesaw.Edu. Kennesaw State University Information Technology Services. Introduces. Presented by the ITS Technology Outreach Team

Files.Kennesaw.Edu. Kennesaw State University Information Technology Services. Introduces. Presented by the ITS Technology Outreach Team Kennesaw State University Information Technology Services Introduces Files.Kennesaw.Edu Presented by the ITS Technology Outreach Team Last Updated 08/12/13 Powered by Xythos Copyright 2006, Xythos Software

More information

SCRIPT REFERENCE. UBot Studio Version 4. The Browser Commands

SCRIPT REFERENCE. UBot Studio Version 4. The Browser Commands SCRIPT REFERENCE UBot Studio Version 4 The Browser Commands Navigate This command will navigate to whatever url you insert into the url field within the command. In the section of the command labeled Advanced,

More information

JBoss SOAP Web Services User Guide. Version: M5

JBoss SOAP Web Services User Guide. Version: M5 JBoss SOAP Web Services User Guide Version: 3.3.0.M5 1. JBoss SOAP Web Services Runtime and Tools support Overview... 1 1.1. Key Features of JBossWS... 1 2. Creating a Simple Web Service... 3 2.1. Generation...

More information

Enterprise Integration

Enterprise Integration Departamento de Engenharia Informática Enterprise Integration Asynchronous BPEL process Tutorial IE 2016 In this tutorial, we shall create an asynchronous BPEL process in JDeveloper 11g, deploy and test

More information

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) You can find the most up-to-date

More information

Barracuda Web Application Firewall Foundation - WAF01. Lab Guide

Barracuda Web Application Firewall Foundation - WAF01. Lab Guide Barracuda Web Application Firewall Foundation - WAF01 Lab Guide Official training material for Barracuda certified trainings and Autorized Training Centers. Edition 2018 Revision 1.0 campus.barracuda.com

More information

DropSend Getting Started Guide

DropSend Getting Started Guide DropSend Getting Started Guide DropSend. 2016 Step 1: How to send a file without registration If you want to quickly send a large file, you can do it from the homepage in just a couple of clicks. Here

More information

CA Service Desk Integration with Remote Support

CA Service Desk Integration with Remote Support CA Service Desk Integration with Remote Support 2003-2019 BeyondTrust Corporation. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust Corporation. Other trademarks are the

More information

Downloading, Installing, and Configuring Blackboard Drive

Downloading, Installing, and Configuring Blackboard Drive M06-Downloading, Installing, and Configuring Blackboard Drive Blackboard Learn: Moving Content This handout contains the exact same information as the corresponding Blackboard Learn Moving Content videos

More information

About this Application

About this Application About this Application The Who Wants to be? application allows you to create a game similar to the Who Wants to be a Millionaire game on television. You can add 10 to 100 multiplechoice questions to the

More information

IUID Registry Application Programming Interface (API) Version Software User s Manual (SUM)

IUID Registry Application Programming Interface (API) Version Software User s Manual (SUM) IUID Registry Application Programming Interface (API) Version 5.11 Software User s Manual (SUM) Document Version 5.11 January 04, 2016 Prepared by: CACI 50 N Laura Street Jacksonville FL 32202 Prepared

More information

Setting up B2B and Frequently Asked Questions

Setting up B2B and Frequently Asked Questions Setting up B2B and Frequently Asked s 11-1-2017 16:45 Content 1 Steps to perform... 2 1.1 Step 1: Read the available documentation... 2 1.2 Step 2: Request a certificate... 2 1.3 Step 2: Get your IT ready...

More information

(B) Execute SMS TCP MODBUS Interface Application

(B) Execute SMS TCP MODBUS Interface Application Security Management System software generates notifications which indicate the state of various health parameters eg disk failure, one or more cameras offline etc. These notifications can be exposed as

More information

HEAT Software Integration with Remote Support

HEAT Software Integration with Remote Support HEAT Software Integration with Remote Support 2003-2018 BeyondTrust, Inc. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust, Inc. Other trademarks are the property of their

More information