Use the Call Web Service action.

Size: px
Start display at page:

Download "Use the Call Web Service action."

Transcription

1 How to Use the Call Web Service action. Background The Call Web Service action is for advanced users and allows the workflow to make a call to a SOAP web service method. This can be used to create/edit/delete list items across team sites as well as many other features listed and documented at It also can be used to interact with custom created web services. This document will demonstrate a simple web service call and show how to view its results, and how it can be used with other Nintex Workflow actions. Prerequisites This workflow will be running on a list with 3 fields: Title (default field), Data1 (Single line of text) and Data2 (Number). The example list used in this document was set up as shown: The sample items used in this document have the following data: Page 1

2 Workflow Design The completed workflow will look as shown below: Page 2

3 Creating the Workflow 1. The first step is to create the Workflow Variables that will be required. Configure the variables as shown below. 2. Next add the first workflow action Call Web Service. Configure it with the following information. URL: Insert a reference to Web URL first, and then add the text: /_vti_bin/lists.asmx. This changes depending on which web service method you will be using. In this case we are using the Lists.GetListItems Method. Please see this article for additional information: Username & Password: Configure these with the appropriate account that has permissions relative to what the web service will be doing. For example if you are only reading the list then only an account with Read is required, however if you are adding new items to a list you will need Contribute access and so on. 3. Once this information has been entered click the Refresh button, and press OK when prompted. You should now be able to select a web method from the drop down list. Page 3

4 4. Select GetListItems from the Web method drop down list, and then select SOAP Editor as the Editor mode. You should see an editor window as shown below. Page 4

5 5. Insert the following text in the SOAP editor window: <?xml version="1.0" encoding="utf-8"?> <soap:envelope xmlns:xsi=" xmlns:xsd=" xmlns:soap=" <soap:body> <GetListItems xmlns=" <listname>{common:listname}</listname> <viewname></viewname> <query> <Query> <Where> <Eq> <FieldRef Name="Title" /> <Value Type="Text">A</Value> </Eq> </Where> </Query> </query> <viewfields></viewfields> <rowlimit></rowlimit> <queryoptions xmlns:soapsdk9= " > <QueryOptions/> </queryoptions> <webid></webid> </GetListItems> </soap:body> </soap:envelope> NOTE: Detailed information about each of these XML fields can be found from the Microsoft SDK - as well as other information. 6. Configure the Store result in field to be the variable you created earlier getlistitems_result. Set the Result format to XML. Now that the web service action is configured, click Save. NOTE: The next action in the workflow is optional but relevant because is it a good way of seeing the results of your web service call in XML format. This view can be used when determining the name of fields and to see if the output is correct before performing other actions on these results. Page 5

6 7. Add a Send Notification action and configure it so the is sent to the Lookup Reference, Initiator. Add the subject line GetListItems Result. In the body of the , insert a reference to getlistitems_result, and set the Format to Plain Text. This is important because without it the will seem blank. The configuration will look as shown below. Page 6

7 8. The next step is to convert the web service output XML to data which can be used in other workflow actions (such as workflow text variables). To do this we use the Query XML action. Two Query XML actions are used, one for each variable we are going to set. We get this information using Xpath processing. Configure the first Query XML action as shown below. This will get the ows_data1 field returned from the web service and store it in the resultpart1 variable. Page 7

8 9. Configure the second Query XML action almost identically except instead use ows_data2 instead of ows_data1 and resultpart2 instead of resutpart1. Configure the action as shown below. 10. Now we can use these variables by logging them to the history list. Add a Log in History List action as the final step. Configure the action as shown below. Page 8

9 11. Publish and Run the workflow. When running the workflow on the example list created at the start of this document, the Workflow History should look as shown below. The body of the you receive should look similar to the text shown below. Workflow 2010 Workflow Notification <xml><listitems xmlns:s="uuid:bdc6e3f0-6da3-11d1-a2a3-00aa00c14882" xmlns:dt="uuid:c2f b3-11d1-a29f-00aa00c14882" xmlns:rs="urn:schemasmicrosoft-com:rowset" xmlns:z="#rowsetschema" xmlns=" ItemCount="1"><z:row ows_attachments="0" ows_linktitle="a" ows_data1="example Data 1" ows_data2=" " ows_docupdat="2" ows_metainfo="1;#" ows ModerationStatus="0" ows Level="1" ows_title="a" ows_id="1" ows_uniqueid="1;#{62f73811-c94e-470c-8358-a452121c28b4}" ows_owshiddenversion="1" ows_fsobjtype="1;#0" ows_created_x0020_date="1;# :06:04" ows_created=" :06:04" ows_fileleafref="1;#1_.000" ows_permmask="0x7fffffffffffffff" ows_modified=" :06:04" ows_fileref="1;#test/lists/test/1_.000" /></rs:data></listitems></xml> Page 9

SPARROW Gateway. Custom Payment Redirect. Version (Build 7373)

SPARROW Gateway. Custom Payment Redirect. Version (Build 7373) SPARROW Gateway Custom Payment Redirect Version 3.2.0 (Build 7373) Released September 2016 Revision History Date Revision Comments Author 2015 06 09 1.0 Initial document created Blinova Alexandra 2 Table

More information

SPARROW Gateway. Developer API. Version (Build 7373)

SPARROW Gateway. Developer API. Version (Build 7373) SPARROW Gateway Developer API Version 3.2.0 (Build 7373) Released September 2016 Revision History Date Revision Comments Author 2016 02 26 2.0 Initial document created Alexandra Blinova 2 Table of Contents

More information

IHS Haystack Web Services Quick Start Guide April 2014

IHS Haystack Web Services Quick Start Guide April 2014 IHS Haystack Web Services Quick Start Guide April 2014 Table of Contents: Overview Methods GetFLISBriefResultsByCAGECodeAndPartNumber GetFLISBriefResultsByPartNumber GetFLISSummaryResultsByMultipleNIINs

More information

Oracle Access Manager 10g - Oracle Enterprise Gateway Integration Guide

Oracle Access Manager 10g - Oracle Enterprise Gateway Integration Guide An Oracle White Paper June 2011 Oracle Access Manager 10g - Oracle Enterprise Gateway Integration Guide 1/26 Disclaimer The following is intended to outline our general product direction. It is intended

More information

The contents of this publication the specifications of this application are subject to change without notice.

The contents of this publication the specifications of this application are subject to change without notice. V.1.0. Publication Notice The contents of this publication the specifications of this application are subject to change without notice. GFI Software reserves the right to make changes without notice to

More information

Important notice regarding accounts used for installation and configuration

Important notice regarding accounts used for installation and configuration System Requirements Operating System Nintex Reporting 2008 can be installed on Microsoft Windows Server 2003 or 2008 (32 and 64 bit supported for both OS versions). Browser Client Microsoft Internet Explorer

More information

Crystal Reports. Overview. Contents. Using ODBC XML Data with Crystal Reports

Crystal Reports. Overview. Contents. Using ODBC XML Data with Crystal Reports Using ODBC XML Data with Crystal Reports Overview Contents This document discusses Extensible Markup Language (XML) concepts, provides sample XML scripting, and illustrates the best methods to report off

More information

Main title goes here EDT Hub API Specification v2.9

Main title goes here EDT Hub API Specification v2.9 Main title goes here EDT Hub API Specification v2.9 Prepared by: Philip Young, PCTI IS2 Folder: Internal\Technical\Products\EDT Date: Monday, 24 September 2007 Revision No: 2.9 (EDT Hub version 800800

More information

SOAP Integration - 1

SOAP Integration - 1 SOAP Integration - 1 SOAP (Simple Object Access Protocol) can be used to import data (actual values) from Web Services that have been published by companies or organizations that want to provide useful

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

MAP YOUR FORMS TO SHAREPOINT

MAP YOUR FORMS TO SHAREPOINT MAP YOUR FORMS TO SHAREPOINT So far you have integrated InfoPath with DBXL and with SQL. The next logical step is SharePoint! ADD A SHAREPOINT MAPPING 1. For the Expense Report document type, switch to

More information

Fax Broadcast Web Services

Fax Broadcast Web Services Fax Broadcast Web Services Table of Contents WEB SERVICES PRIMER... 1 WEB SERVICES... 1 WEB METHODS... 1 SOAP ENCAPSULATION... 1 DOCUMENT/LITERAL FORMAT... 1 URL ENCODING... 1 SECURE POSTING... 1 FAX BROADCAST

More information

[MS-IMESYN]: IMESync Syntax Structure. Intellectual Property Rights Notice for Open Specifications Documentation

[MS-IMESYN]: IMESync Syntax Structure. Intellectual Property Rights Notice for Open Specifications Documentation [MS-IMESYN]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation ( this documentation ) for protocols,

More information

How to Run a PowerCenter Workflow from SAP

How to Run a PowerCenter Workflow from SAP How to Run a PowerCenter Workflow from SAP 1993-2015 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or

More information

Hub API Specification

Hub API Specification Hub API Specification Version: 2.13 Published: 18.06.15 Docman is the trading name of PCTI Solutions Ltd. Pioneer Court, Pioneer Way Whitwood, Castleford WF10 5QU 2013 PCTI Solutions Ltd. Docman is the

More information

Tutorial 2. Tutorial 2: Capital Expenditure Request Workflow creation. Nintex Workflow 2007 Tutorial 2 Page 1

Tutorial 2. Tutorial 2: Capital Expenditure Request Workflow creation. Nintex Workflow 2007 Tutorial 2 Page 1 Tutorial 2: Capital Expenditure Request Workflow creation Nintex Workflow 2007 Tutorial 2 Page 1 In this second tutorial, we are going to create the workflow shown above. It is a business process to automate

More information

Settings tab. User guide

Settings tab. User guide Settings tab User guide Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 Settings overview... 2 2. Settings tab selections... 3 Backup user identity... 3 Email server settings... 4 Email

More information

1.2. Extract the downloaded file to the local drive. Generally copied at C:\SchedulingTool-master.

1.2. Extract the downloaded file to the local drive. Generally copied at C:\SchedulingTool-master. Scheduling Tool Overview This scheduling tool provides a GUI for users to schedule multiple remote recordings using an XML or CSV file containing recording information. The user can also use this program

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

Sharepoint Field Schema Default Value Settings List Definition

Sharepoint Field Schema Default Value Settings List Definition Sharepoint Field Schema Default Value Settings List Definition my aim is to use a Sharepoint 2013 Foundation this way: define a template Document Library, ProjectTemplate. define a list of projects, with

More information

Pearson CTC User Roles Update and Security Audit Process

Pearson CTC User Roles Update and Security Audit Process Pearson CTC User Roles Update and Security Audit Process In order to make certain all user accounts in PearsonAccess next are accurate and up to date for the 2016-2017 school year, the Office of Assessment

More information

PRESENCE. News Engine Guide. SchoolMessenger. 100 Enterprise Way, Suite A-300 Scotts Valley, CA

PRESENCE. News Engine Guide. SchoolMessenger. 100 Enterprise Way, Suite A-300 Scotts Valley, CA PRESENCE News Engine Guide SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 888-527-5225 www.schoolmessenger.com Contents Introduction... 3 Key Information... 3 Definitions... 3

More information

Introduction Installation and Startup JMeter GUI

Introduction Installation and Startup JMeter GUI Introduction Apache JMeter is the industry s most popular open-source performance testing tool, offering load testing through different processing protocols, e.g. HTML, JDBC, WCF. With the right personnel

More information

INSURER BATCH UPLOAD GUIDE NORTH CAROLINA SURPLUS LINES ASSOCIATION

INSURER BATCH UPLOAD GUIDE NORTH CAROLINA SURPLUS LINES ASSOCIATION INSURER BATCH UPLOAD GUIDE NORTH CAROLINA SURPLUS LINES ASSOCIATION TABLE OF CONTENTS 1 Document Metadata... 4 1.1 Authors... 4 1.2 Intended Audience... 4 1.3 Glossary of Terms and Acronyms... 4 1.4 Document

More information

How to Register and Manage Buyer Accounts for a Customer Organization on Version 5 April 2007

How to Register and Manage Buyer Accounts for a Customer Organization on   Version 5 April 2007 How to Register and Manage Buyer Accounts for a Customer Organization on www.corcraft.org Version 5 April 2007 1 How to Register and Manage Buyer Accounts for a Customer Organization on www.corcraft.org.

More information

Event Push SOAP Contract

Event Push SOAP Contract Event Push SOAP Contract Message Delivery Schedule Sertifi will attempt to deliver messages multiple times if the web service listener is down or is returning errors. The delivery schedule for all the

More information

Log File Management Tool Deployment and User's Guide. Initializing the DBMS

Log File Management Tool Deployment and User's Guide. Initializing the DBMS Log File Management Tool Deployment and User's Guide Initializing the DBMS 12/19/2017 Contents 1 Initializing the DBMS 1.1 On Linux 1.2 On Windows Log File Management Tool Deployment and User's Guide 2

More information

Settings tab. User guide

Settings tab. User guide Settings tab User guide Contents 1. Introduction... 2 Documentation... 2 Licensing... 2 Settings overview... 2 2. Settings tab selections... 3 Backup user identity... 3 Email server settings... 4 Email

More information

NAADS DSS web service usage Contents

NAADS DSS web service usage Contents NAADS DSS web service usage Contents NAADS DSS web service usage... 1 NAADS DSS Service... 2 NAADS DSS web service presentation... 2 NAADS DSS verification request... 2 NAADS DSS verification response...

More information

XIA Configuration Server

XIA Configuration Server XIA Configuration Server XIA Configuration Server v6 Cloud Services Quick Start Guide Tuesday, 20 May 2014 1 P a g e X I A C o n f i g u r a t i o n C l o u d S e r v i c e s Contents Overview... 3 Creating

More information

Distributed Backup System.Net

Distributed Backup System.Net Distributed Backup System.Net world can now backup for free... AUTHORS Martina Babini Guido Angelo Ingenito what we have already seen... According w/ DBS.Net vision you should send your files to peers

More information

How to link previous form versions from a workflow section

How to link previous form versions from a workflow section Page 1 of 14 QDABRA DATABASE ACCELERATOR How to link previous form versions from a workflow section If the Enable History checkbox is selected for a particular Document Type, all of the previous versions

More information

Publish Joomla! Article

Publish Joomla! Article Enterprise Architect User Guide Series Publish Joomla! Article Author: Sparx Systems Date: 10/05/2018 Version: 1.0 CREATED WITH Table of Contents Publish Joomla! Article 3 Install Joomla! Locally 4 Set

More information

Publish Joomla! Article

Publish Joomla! Article Enterprise Architect User Guide Series Publish Joomla! Article Sparx Systems Enterprise Architect supports publishing an entire model, or part of the model, in a local Joomla! Repository as Articles (HTML

More information

SMSCenter. SMSCenter API

SMSCenter. SMSCenter API www.smscenter.co.il SMSCenter Multi Messaging Software Server SMS / MMS / IVR / WAP Push SMSCenter API SMSCenter API The software described in this book is furnished under a license agreement and may be

More information

XDS Connector. Installation and Setup Guide. Version: 1.0.x

XDS Connector. Installation and Setup Guide. Version: 1.0.x XDS Connector Installation and Setup Guide Version: 1.0.x Written by: Product Knowledge, R&D Date: November 2016 2016 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International Inc.,

More information

Notes. Any feedback/suggestions? IS 651: Distributed Systems

Notes. Any feedback/suggestions? IS 651: Distributed Systems Notes Grading statistics Midterm1: average 10.60 out of 15 with stdev 2.22 Total: average 15.46 out of 21 with stdev 2.80 A range: [18.26, 23] B range: [12.66, 18.26) C or worse range: [0, 12.66) The curve

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

REGISTERING YOUR BYOD DEVICE

REGISTERING YOUR BYOD DEVICE REGISTERING YOUR BYOD DEVICE Bring Your Own Device (BYOD) Registration for Android Devices with MobileIron The MobileIron app (Mobile@Work) connects your Android device to the MobileIron server and provides

More information

1.1 How to Install Prerequisites

1.1 How to Install Prerequisites 1 1 SharpReader Installation Manual 1.1 How to Install Prerequisites 1.1.1 Installing SharpReader 1. Using the internet, open a web browser and access to SharpReader s home page.. SharpReader is an RSS/Atom

More information

ECM-VNA Convergence Connector

ECM-VNA Convergence Connector ECM-VNA Convergence Connector Installation and Setup Guide Version: 1.0.x Written by: Product Knowledge, R&D Date: September 2016 2016 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International

More information

User guide NotifySCM Installer

User guide NotifySCM Installer User guide NotifySCM Installer TABLE OF CONTENTS 1 Overview... 3 2 Office 365 Users synchronization... 3 3 Installation... 5 4 Starting the server... 17 2 P a g e 1 OVERVIEW This user guide provides instruction

More information

Reliable Messaging between SAP XI 3.0 and Microsoft BizTalk Server 2004 Using SOAP-Compliant Communication

Reliable Messaging between SAP XI 3.0 and Microsoft BizTalk Server 2004 Using SOAP-Compliant Communication Collaboration Technology Support Center Microsoft Collaboration Brief October 2005 Reliable Messaging between SAP XI 3.0 and Microsoft BizTalk Server 2004 Using SOAP-Compliant Communication André Fischer,

More information

LAB IC13 Integrating DeepSight Intelligence into 3 rd Party Solutions Hands-On Lab

LAB IC13 Integrating DeepSight Intelligence into 3 rd Party Solutions Hands-On Lab LAB IC13 Integrating DeepSight Intelligence into 3 rd Party Solutions Hands-On Lab Description You ve installed Snort, Splunk, or ArcSight to collect log data, now what? Session attendees will learn how

More information

Creating a REST API which exposes an existing SOAP Service with IBM API Management

Creating a REST API which exposes an existing SOAP Service with IBM API Management Creating a REST API which exposes an existing SOAP Service with IBM API Management 3.0.0.1 Page 1 of 29 TABLE OF CONTENTS OBJECTIVE...3 PREREQUISITES...3 CASE STUDY...3 USER ROLES...4 BEFORE YOU BEGIN...4

More information

ilinc 10 Web Services

ilinc 10 Web Services ilinc 10 Web Services Version 1.8 ilinc is a trademark of ilinc Communications, Inc.. All rights reserved. Page 1 of 103 Table of Contents Table of Contents... 2 SOAP Web Service Introduction... 4 Web

More information

Configuring Optional and Advanced Tasks for External Content Integration

Configuring Optional and Advanced Tasks for External Content Integration Configuring Optional and Advanced Tasks for External Content Integration First Published: August 2, 2012 Revised: March 8, 2013 This module describes some of the optional and advanced tasks that you can

More information

Axon Fixed Limitations... 1 Known Limitations... 3 Informatica Global Customer Support... 5

Axon Fixed Limitations... 1 Known Limitations... 3 Informatica Global Customer Support... 5 Axon Data Governance 5.4 Release Notes September 2018 Copyright Informatica LLC 2015, 2018 Contents Axon 5.4... 1 Fixed Limitations.... 1 Known Limitations.... 3 Informatica Global Customer Support...

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

Lab 3: Simple Integration Use Case

Lab 3: Simple Integration Use Case Exercise 1 : Create the web service...2 Exercise 2 : Deploy the web service...4 Exercise 3 : Test the service...8 1/16 In this exercise, you will learn how to activate a Maximo inbound web service. This

More information

Developing an app using Web Services, DB2, and.net

Developing an app using Web Services, DB2, and.net Developing an app using Web Services, DB2, and.net http://www7b.software.ibm.com/dmdd/ Table of contents If you're viewing this document online, you can click any of the topics below to link directly to

More information

Oracle SOA Suite 11g: Build Composite Applications

Oracle SOA Suite 11g: Build Composite Applications Oracle University Contact Us: 1.800.529.0165 Oracle SOA Suite 11g: Build Composite Applications Duration: 5 Days What you will learn This course covers designing and developing SOA composite applications

More information

GlobalCapture EIP with QuickSearch Guide

GlobalCapture EIP with QuickSearch Guide GlobalCapture EIP with QuickSearch Guide Xerox Equipment Integration 127 Church Street, New Haven, CT 06510 O: (203) 789-0889 E: education@square-9.com Square 9 Softworks Inc. 127 Church Street New Haven,

More information

OAI (Open Archives Initiative) Suite Version 3.0. Introductory Guide for New Users

OAI (Open Archives Initiative) Suite Version 3.0. Introductory Guide for New Users OAI (Open Archives Initiative) Suite Version 3.0 Introductory Guide for New Users Any comments or requests for change to this user guide should be referred to:- Axiell Ltd. Hall View Drive Bilborough Nottingham,

More information

Smart Monitoring

Smart  Monitoring Smart Email Monitoring A feature that provides the ability to check queue mails and send alerts if any mails are in pending state and not received to respective configured users. 1 Overview: The Smart

More information

IMS REST it, Share it, Mash it, Just Use It )

IMS REST it, Share it, Mash it, Just Use It ) IMS REST it, Share it, Mash it, Just Use It ) Dusty Rivers Principal Technical Architect GT Software Session #9396 August, 2011 The Quote. IMS is the original application server" Steve Nathan-IBM In 1977

More information

XML Elements - Headers BeginSession Element (XMLA) EndSession Element (XMLA) ProtocolCapabilities Element (XMLA) Session Element (XMLA)

XML Elements - Headers BeginSession Element (XMLA) EndSession Element (XMLA) ProtocolCapabilities Element (XMLA) Session Element (XMLA) Table of Contents XML Elements - Headers BeginSession Element (XMLA) EndSession Element (XMLA) ProtocolCapabilities Element (XMLA) Session Element (XMLA) XML Elements - Headers 1/8/2018 1 min to read Edit

More information

Dynamic ESDL. Boca Raton Documentation Team

Dynamic ESDL. Boca Raton Documentation Team Boca Raton Documentation Team Boca Raton Documentation Team Copyright 2018 HPCC Systems. All rights reserved We welcome your comments and feedback about this document via email to

More information

Policy Manager in Compliance 360 Version 2018

Policy Manager in Compliance 360 Version 2018 Policy Manager in Compliance 360 Version 2018 Policy Manager Overview 3 Create a Policy 4 Relate a Policy to Other Policies, Departments, and Incidents 8 Edit a Policy 10 Edit a Policy by Using the Edit

More information

SOAP and Its Extensions. Matt Van Gundy CS 595G

SOAP and Its Extensions. Matt Van Gundy CS 595G SOAP and Its Extensions Matt Van Gundy CS 595G 2006.02.07 What is SOAP? Formerly Simple Object Access Protocol Abstract Stateless Messaging Protocol Another XML-based Meta-Standard SOAP Processing Model

More information

INSTALLATION GUIDE FOR MICROSOFT S SQL SERVER 2005 DATABASE SERVER SOFTWARE

INSTALLATION GUIDE FOR MICROSOFT S SQL SERVER 2005 DATABASE SERVER SOFTWARE Page 1 INSTALLATION GUIDE FOR MICROSOFT S SQL SERVER 2005 DATABASE SERVER SOFTWARE This chapter of the Product Kit is designed to specifically provide you with complete installation instructions when installing

More information

Perceptive Connector for Microsoft Dynamics AX

Perceptive Connector for Microsoft Dynamics AX Perceptive Connector for Microsoft Dynamics AX API Implementation Guide Version: 2.4.x Written by: Product Knowledge, R&D Date: August 2016 2015 Lexmark International Technology, S.A. All rights reserved.

More information

Entrust PartnerLink Login Instructions

Entrust PartnerLink Login Instructions Entrust PartnerLink Login Instructions Contents Introduction... 4 Purpose 4 Overview 4 Prerequisites 4 Instructions... 5 Entrust is a registered trademark of Entrust, Inc. in the United States and certain

More information

NORTHPOINTE SUITE WEB SERVICES ARCHITECTURE

NORTHPOINTE SUITE WEB SERVICES ARCHITECTURE NORTHPOINTE SUITE WEB SERVICES ARCHITECTURE Table of Contents LDAP LOGIN 2 APPLICATION LOGIN 4 LIST REFERENCE CODES 9 STORE REFERENCE CODES 14 LIST AGENCIES 18 GET AGENCY ID 23 LIST SECURITY GROUPS 27

More information

Microsoft SharePoint Designer 2010

Microsoft SharePoint Designer 2010 Microsoft SharePoint Designer 2010 Course ISI-1234 3 Days Instructor-led, Hands on Course Information Students will then learn how to create and customize content using SharePoint Designer 2010. Microsoft

More information

INITIAL SIGN UP PLEASE READ THROUGH COMPLETELY TO SEE IF THIS ANSWERS ANY QUESTIONS

INITIAL SIGN UP PLEASE READ THROUGH COMPLETELY TO SEE IF THIS ANSWERS ANY QUESTIONS INITIAL SIGN UP PLEASE READ THROUGH COMPLETELY TO SEE IF THIS ANSWERS ANY QUESTIONS Use the URL http://lynx.portofvirginia.com/. You should see the following screen: At the bottom of the dialogue box,

More information

Access Type. For assistance

Access Type. For assistance INITIAL SIGN UP PLEASE READ THROUGH COMPLETELY TO SEE IF THIS ANSWERS ANY QUESTIONS Use the URL http://lynx.portofvirginia.com/. You should see the following screen: At the bottom of the dialogue box,

More information

Colectica Workflow Deployment

Colectica Workflow Deployment COLECTICA Colectica Workflow Deployment As of 4.1.3192 COLECTICA WORKFLOW DEPLOYMENT This document provides detailed instructions for deploying the Colectica Workflow Service and Web Application. CONTENTS...

More information

Joomla 2.5 Flexi Contact Component Configuration

Joomla 2.5 Flexi Contact Component Configuration Joomla 2.5 Flexi Contact Component Configuration Open Source Varsity For the configuration of Flexi Contact component in Joomla 2.5, you have to first login through the administrative panel of Joomla by

More information

Nintex Workflow 2010 Installation Guide. Installation Guide Nintex USA LLC, All rights reserved. Errors and omissions excepted.

Nintex Workflow 2010 Installation Guide. Installation Guide Nintex USA LLC, All rights reserved. Errors and omissions excepted. Installation Guide 2012 Nintex USA LLC, All rights reserved. Errors and omissions excepted. Table of Contents System Requirements... 2 1. Installing Nintex Workflow 2010... 4 Before running the installer...

More information

Recharge API Document

Recharge API Document Recharge API Document API Methods 1. GetBalance 2. MobileRecharge 3. DTHRecharge 4. PostPaidBillPay 5. GetTransactionStatus 6. ChangeSMSPin 7. ComplaintRegister API URL http:// DomainName /mrechargeapi/service.asmx

More information

PROCON COMPANY USERS BROWSER SETUP

PROCON COMPANY USERS BROWSER SETUP PROCON COMPANY USERS BROWSER SETUP PP1018-08 / Nov. 2017 AVEVA Solutions Limited High Cross Madingley Road Cambridge CB3 0HB Tel +44 (0)1223 556655 Fax +44 (0)1223 556666 aveva.com PROCON COMPANY USERS

More information

INSTALLATION & OPERATIONS GUIDE Wavextend Calculation Framework & List Manager for CRM 4.0

INSTALLATION & OPERATIONS GUIDE Wavextend Calculation Framework & List Manager for CRM 4.0 INSTALLATION & OPERATIONS GUIDE Wavextend Calculation Framework & List Manager for CRM 4.0 COPYRIGHT Information in this document, including URL and other Internet Web site references, is subject to change

More information

Oracle Cloud Using the ServiceNow Adapter. Release 18.3

Oracle Cloud Using the ServiceNow Adapter. Release 18.3 Oracle Cloud Using the ServiceNow Adapter Release 18.3 E70919-12 September 2018 Oracle Cloud Using the ServiceNow Adapter, Release 18.3 E70919-12 Copyright 2016, 2018, Oracle and/or its affiliates. All

More information

Web Client Installation under Windows 7 and Windows Vista

Web Client Installation under Windows 7 and Windows Vista Web Client Installation under Windows 7 and Windows Vista Due to extended and enhanced security features of Windows 7, Windows Vista, and Internet Explorer, the installation of the Web client is different

More information

SharpSchool Chapter 7 USER MANUAL EXTERNAL LINK PAGE For more information, please visit:

SharpSchool Chapter 7 USER MANUAL EXTERNAL LINK PAGE For more information, please visit: SHARPSCHOOL USER MANUAL CHAPTER 7 EXTERNAL LINK PAGE For more information, please visit: www.customernet.sharpschool.com www.sharpschool.com 0 TABLE OF CONTENTS 1. 2. 3. 4. INTRODUCTION... 1 KEY INFORMATION...

More information

Notes. IS 651: Distributed Systems 1

Notes. IS 651: Distributed Systems 1 Notes Case study grading rubric: http://userpages.umbc.edu/~jianwu/is651/case-study-presentation- Rubric.pdf Each group will grade for other groups presentation No extra assignments besides the ones in

More information

Overview of Web Interface to CenturyLink B2B Gateway

Overview of Web Interface to CenturyLink B2B Gateway Overview of Web Interface to CenturyLink B2B Gateway Access and Password Policy for the Web Interface Like all Internet sites, the CenturyLink B2B web site requires an account containing both an identity

More information

Visma Nova Webservice Version 1.1 /

Visma Nova Webservice Version 1.1 / Visma Nova Webservice Version 1.1 / 31.10.2018 reserves all rights to possible improvements and/or changes in this manual and/or program without a separate notice. Copying of this manual and other material

More information

WebMatrix: Why PHP Developers Should Pay Attention

WebMatrix: Why PHP Developers Should Pay Attention WebMatrix: Why PHP Developers Should Pay Attention Gone are the days when PHP developers had to turn away business because the clients used Windows Servers. If you are a PHP developer and have been looking

More information

Web Service Integration

Web Service Integration SOAP Service, page 1 Rest Service, page 2 SOAP Service Web Services Element Web services are a common way for any kind of application to communicate with externally hosted servers to retrieve information

More information

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation.

No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. [MS-SSDPWP]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

Help Document USER ACCOUNT PROFILE. Menu. Policy

Help Document USER ACCOUNT PROFILE. Menu. Policy Menu - Policy - Definitions and Charts - Getting Started: Managing User Accounts - How to Manage User Information - How to Unlock an Account - How to Reset a Password - How to Enable/Disable an Account

More information

Nintex Forms 2010 Help

Nintex Forms 2010 Help Nintex Forms 2010 Help Last updated: Monday, April 20, 2015 1 Administration and Configuration 1.1 Licensing settings 1.2 Activating Nintex Forms 1.3 Web Application activation settings 1.4 Manage device

More information

Tutorial 1. Tutorial 1: Leave Request Workflow creation

Tutorial 1. Tutorial 1: Leave Request Workflow creation Tutorial 1: Leave Request Workflow creation In this tutorial, we are going to create the workflow shown above. It is a relatively simple business process which we will automate to enable employees to apply

More information

NAADS DSS web service usage Contents

NAADS DSS web service usage Contents NAADS DSS web service usage Contents NAADS DSS web service usage... 1 NAADS DSS Service... 2 NAADS DSS web service presentation... 2 NAADS DSS verification request... 2 NAADS DSS verification response...

More information

Creating a REST API which exposes an existing SOAP Service with IBM API Management

Creating a REST API which exposes an existing SOAP Service with IBM API Management Creating a REST API which exposes an existing SOAP Service with IBM API Management 4.0.0.0 2015 Copyright IBM Corporation Page 1 of 33 TABLE OF CONTENTS OBJECTIVE...3 PREREQUISITES...3 CASE STUDY...4 USER

More information

Configuring the WebLogic Message Queue... 13

Configuring the WebLogic Message Queue... 13 P6 EPPM Cloud Service Administration Guide Version 17 July 2017 Contents Introduction... 5 Assigning Application Access to P6 EPPM... 5 About P6 EPPM... 6 Administering P6... 8 Configuring Eventing For

More information

Deposit guide for Nottingham eprints

Deposit guide for Nottingham eprints Deposit guide for Nottingham eprints Contents 1. Deposit process... 1 1.1. Create a PDF... 2 2. How to place an embargo using eprints... 3 3. How to use an existing eprint as the basis for one with updated

More information

Script.byu.edu SharePoint Instructions

Script.byu.edu SharePoint Instructions Script.byu.edu SharePoint Instructions Site Actions Menu Go to script.byu.edu, click on Authenticate at the bottom of page, you will be prompted to enter a username and password, use your netid and password

More information

Visual Workflow Implementation Guide

Visual Workflow Implementation Guide Version 30.0: Spring 14 Visual Workflow Implementation Guide Note: Any unreleased services or features referenced in this or other press releases or public statements are not currently available and may

More information

P6 EPPM Cloud Service Administration Guide

P6 EPPM Cloud Service Administration Guide P6 EPPM Cloud Service Administration Guide Version 18 October 2018 Contents Introduction... 5 Assigning Application Access to P6 EPPM... 5 Working with the Oracle Primavera P6 EPPM Suite... 6 Administering

More information

Coveo Platform 7.0. Oracle UCM Connector Guide

Coveo Platform 7.0. Oracle UCM Connector Guide Coveo Platform 7.0 Oracle UCM Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing market

More information

PRESENCE. Photo Gallery Guide. SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA

PRESENCE. Photo Gallery Guide. SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA PRESENCE Photo Gallery Guide SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 888-527-5225 www.schoolmessenger.com Contents Introduction... 3 Key Information... 3 How to Add a Photo

More information

WebEOC SOAP API WebEOC SOAP API May 8,

WebEOC SOAP API WebEOC SOAP API May 8, WebEOC SOAP API WebEOC SOAP API May 8, 2018 1 Presenter Scott Johnson Director, Software Engineering Scott Johnson is the Director of Software Engineering for the WebEOC suite of products. As Director,

More information

Batch Submission Manual for Insurers March 1, 2013

Batch Submission Manual for Insurers March 1, 2013 New Jersey Department of Banking and Insurance SLAS Implementation Batch Submission Manual for Insurers March 1, 2013 PO Box 325 Trenton, NJ 08625 Phone: 609.292.7272 Fax: 609.777.0508 http://www.state.nj.us/dobi

More information

Tivoli Common Reporting V Cognos report in a Tivoli Integrated Portal dashboard

Tivoli Common Reporting V Cognos report in a Tivoli Integrated Portal dashboard Tivoli Common Reporting V2.1.1 Cognos report in a Tivoli Integrated Portal dashboard Preethi C Mohan IBM India Ltd. India Software Labs, Bangalore +91 80 40255077 preethi.mohan@in.ibm.com Copyright IBM

More information

EntraPass Installation Guide Kantech-OnBoard systems

EntraPass Installation Guide Kantech-OnBoard systems EntraPass Installation Guide Overview Purpose ExacqVision recorders now include Kantech EntraPass Corporate Edition software. The purpose of this document is to guide the technician or installer through

More information

IBM Content Manager OnDemand XML Batch Administration

IBM Content Manager OnDemand XML Batch Administration IBM Content Manager OnDemand XML Batch Administration Introduction Content Manager OnDemand provides two applications that perform system administrative tasks: the OnDemand Administrator client and the

More information

1 Virtual Terminal Quick Reference Guide. Virtual Terminal Quick Reference Guide. Getting Started

1 Virtual Terminal Quick Reference Guide. Virtual Terminal Quick Reference Guide. Getting Started 1 Virtual Terminal Quick Reference Guide Virtual Terminal Quick Reference Guide Getting Started 2 Virtual Terminal Quick Reference Guide What you need Internet enabled laptop or computer Virtual Terminal

More information