Responsys Interact January Cherry Ave. 5 th Floor San Bruno, CA

Size: px
Start display at page:

Download "Responsys Interact January 2011. 900 Cherry Ave. 5 th Floor San Bruno, CA 94066 650.745.1700 www.responsys.com"

Transcription

1 Interact Campaign Interact Web Services API Developer Guide Responsys Interact January Cherry Ave. 5 th Floor San Bruno, CA

2 Table of Contents Table of Contents INTERACT WEB SERVICES API 8 Interact API Functionality 9 What s New in the Interact API for Interact Campaign 5.16 (January 2011) 10 What s New in the Interact API for Interact Campaign 5.14 (June 2010) 10 What s New in the Interact API for Interact Campaign 5.13 (January 2010) 10 What s New in the Interact API for Interact Campaign 5.12 (September 2009) 11 What s New in the Interact API for Interact Campaign 5.11 (July 2009) 12 What s New in the Interact API for Interact Campaign 5.10 (April 2009) 13 What s New in the Interact API for Interact Campaign 5.9 (February 2009) 14 What s New in the Interact API for Interact Campaign 5.8 (October 2008) 15 What s New in the Interact API for Interact Campaign (September 2008) 16 Interact API URLs 18 Security Considerations 18 Web Service Standards Compliance 19 Development Environments 19 Interact Platform Maintenance and Downtime 19 Backward Compatibility 19 INTERACT PLATFORM AND DATA MODEL OVERVIEW 20 INTERACT OBJECT AND DATA MODEL 20 Campaigns 21 Forms 21 Data Sources 21 Documents 22 Interact API Guide Page 2 of 107 Responsys Confidential

3 Table of Contents INTERACT API GETTING STARTED 23 General Steps 23 For Java Applications 23 For C# Applications 28 INTERACT API CALLS 30 SESSION MANAGEMENT API CALLS 30 Login 30 Logout 32 GetServerTimestamp 34 FOLDER MANAGEMENT API CALLS 35 CreateFolder 35 DeleteFolder 37 ListFolders 39 ListFolderContents 41 ListFolderObjects 43 ImportFolder 46 ExportFolder 48 DATA MANAGEMENT API CALLS 50 CreateDataSource 50 UpdateDataSource 52 UpdateDataSourceUsingMultipleColumns 53 AppendDataSource 54 CopyDataSource 55 CopyDataSourceToTable 56 CreateSQLDataSource 57 Interact API Guide Page 3 of 107 Responsys Confidential

4 Table of Contents DeleteDataSource 58 TruncateTable 59 DownloadDataSourceByTimestamp 60 DownloadDataSource 61 PurgeDataSourceByTimestamp 62 PurgeDataSource 63 ScrubDataSource 64 CheckResult 65 Cancel 66 AddIndex 67 DeleteIndex 68 ListIndexes 69 GetDataSourceSchema 70 GetDataSourceRecordCount 71 CONTENT MANAGEMENT API CALLS 72 UploadDocument 72 RemoveDocument 73 CopyDocument 74 ShowDocument 75 CAMPAIGN MANAGEMENT API CALLS 76 CreateCampaign 76 CopyCampaign 77 DeleteCampaign 78 GetCampaignProperties 79 SetCampaignProperties 80 Interact API Guide Page 4 of 107 Responsys Confidential

5 Table of Contents LaunchCampaign 81 UnScheduleCampaign 82 GetCampaignStatus 82 StopCampaign 83 TriggerFormRules 84 GetLiveReportMetrics 85 GetReportOptions 86 GetCampaignsInDatamart 87 GetLaunchesInDatamart 89 RunLaunchReport 91 RunTriggeredMessageReport 92 INTERACT API TYPE DEFINITIONS 93 PRIMITIVE TYPE DEFINITIONS 93 boolean 93 string 93 int and long 93 datetime 93 INTERACT API TYPE DEFINITIONS 94 CampaignInfo 94 CampaignLaunchType 94 CampaignProperties 94 CampaignPurpose 96 CampaignState 96 CampaignType 96 CampaignVariable 96 Interact API Guide Page 5 of 107 Responsys Confidential

6 Table of Contents CharacterEncoding 97 ClickThru 97 ClickthroughCount 97 DataSourceProperties 97 Document 98 DocumentFile 98 DocumentType 98 Format 99 Field 99 FieldMap 99 FilterObjectType 99 FolderContentType 99 FolderImport 99 FolderObject 100 FormData 100 HtmlData 100 Index 100 InteractObject 100 InteractObjectType 101 IntermediateResult 101 LaunchInfo 101 LiveReportMetrics 102 LiveReportPeriod 102 Log Table 102 LogTableType 103 LoginResult 103 Interact API Guide Page 6 of 107 Responsys Confidential

7 Table of Contents OptOut 103 OptOutMode 103 PurgeDataSourceProperties 104 RecipientLocale 104 RecordCount 105 Report 106 ReportOptions 106 ReportResult 106 ResponsePeriod 107 ScrubProperties 107 ScheduleFrequency 107 Interact API Guide Page 7 of 107 Responsys Confidential

8 Interact API Functionality Interact Web Services API The Interact Web Services Application Programming Interface (Interact API) gives your developers standardsbased access to many of the data, content, and campaign management features of Responsys Interact Campaign. With the Interact API, you can build your own bi-directional data transfers, campaign management customization applications, and other applications that need to interface with your Interact account from a remote location. You may want to use the Interact API to: Synchronize or replicate data between Interact and your enterprise systems Build your own campaign creation workflow. Build your own reporting dashboard that is driven from report metrics and data downloaded from Interact. A conceptual diagram of the use of the Interact API is shown below. Because the Interact API is based on service-oriented architecture (SOA) and industry-standard technologies like SOAP and WSDL, your developers can use their choice of development tools to gain programmatic access to your organization s Responsys Interact account. The Interact API enables easy integration of your enterprise systems with the campaigns and data stored in your Responsys Interact account, enabling greater automation of marketing tasks and processes. Interact API Guide Page 8 of 107 Responsys Confidential

9 Interact API Functionality Interact API Functionality The Interact API supports a subset of the functionality of the Interact user interface as outlined below. Session Management Login/Logout of a Web Services session Get the Interact platform timestamp for data synchronization logic Folder and Interact Object Management Create or deleting folders Import or export Interact folder archive files Retrieve folder and folder object information List and Data Management Create, append, update or delete records in table data source by uploading delimited text files Delete records based on timestamp comparisons Create SQL view objects Download and purge data Copy, scrub, delete, or truncate a data source Obtain data object schema information Add, delete, or list indexes on a table Content Management Upload a message document and image files Copy or delete a document Campaign Management Create a campaign, or change its properties Copy or delete a campaign Launch, stop a launch, or unschedule a campaign Get campaign launch status Get report metrics for a campaign Form Management Trigger form rules to insert/update a record in an existing table and/or trigger a message from a campaign. Interact API Guide Page 9 of 107 Responsys Confidential

10 What s New in the Interact API for Interact Campaign 5.16 (January 2011) What s New in the Interact API for Interact Campaign 5.16 (January 2011) The 5.16 Interact Campaign release introduces the following enhancements and bug fixes: 1. New API call for copying a filter, SQL, or Join view to a static table: copydatasourcetotable() 2. Note: Additions to the Interact API for this release did not necessitate a versioning of the WSDL. Therefore, your client applications do not have to be migrated to new web service endpoint URL, and should continue to use the WSDL and web service endpoint introduced in the 5.7 release of Interact Campaign. What s New in the Interact API for Interact Campaign 5.14 (June 2010) The 5.14 Interact Campaign release introduces the following enhancements and bug fixes: 3. New API call for copying a filter, SQL, or Join view to a static table: copydatasourcetotable() 4. Fix for a defect that caused an unexpected expection when uncompressed files of sizes greater 10 MBs were used with the appenddatasource API call. (Defect #7191) 5. Fix for a defect where client applications were unable to unschedule campaign launches for accounts that contained a time zone setting other than Pacific Time. (Defect #7193) 6. The downloaddatasourcebytimestamp() no longer requires a restriction operator for timestamp or equality comparisons. Specifically, this call can now be used to download all records from a data source. (Defect #7325) Note: Additions to the Interact API for this release did not necessitate a versioning of the WSDL. Therefore, your client applications do not have to be migrated to new web service endpoint URL, and should continue to use the WSDL and web service endpoint introduced in the 5.7 release of Interact Campaign. What s New in the Interact API for Interact Campaign 5.13 (January 2010) The 5.13 Interact Campaign release introduces several new API calls, some behavior changes, and a number of bug fixes. 1. Interact Login restrictions: Client Login IP restrictions that are managed via the Interact Account Admin page now also apply to API sessions as well as UI sessions. 2. You can no longer attempt concurrent merge or purge operations on the same data source. If this is attempted, an error message will be returned. 3. New API call for downloading a compressed file of data by timestamp filtering: downloaddatasourcebytimestamp() 4. New API call for purging data from a data source: purgedatasourcebytimestamp() Interact API Guide Page 10 of 107 Responsys Confidential

11 What s New in the Interact API for Interact Campaign 5.12 (September 2009) Note: Additions to the Interact API for this release did not necessitate a versioning of the WSDL. Therefore, your client applications do not have to be migrated to new web service endpoint URL, and should continue to use the WSDL and web service endpoint introduced in the 5.7 release of Interact Campaign. What s New in the Interact API for Interact Campaign 5.12 (September 2009) No changes were made to the Interact API for the 5.12 Interact Campaign release. Interact API Guide Page 11 of 107 Responsys Confidential

12 What s New in the Interact API for Interact Campaign 5.11 (July 2009) What s New in the Interact API for Interact Campaign 5.11 (July 2009) The 5.11 Interact Campaign release introduces one new API call and a number of bug fixes. 1. A new Interact API call has been added to allow for deleting records in bulk from a data source: purgedatasource() 2. A number of bugs have been fixed: a. updatedatasource() call did not support pipe delimited zip file (6258). b. appenddatasource() call was no properly handling field mappings where the incoming field had a different name than the target table column (6223, 6153). c. appenddatasource() call was not properly generating TIMESTAMP_ values for appended records if the target table contained any field with memo field type (6246). d. updatedatasource() was not working correctly if the delimited text file had different number or different order of columns than the destination datasource (6202). e. When an incoming data file contained a TIMESTAMP_ field, the field mapping was performed incorrectly when creating or uploading into a data source (6243). Note: Additions to the Interact API for this release did not necessitate a versioning of the WSDL. Therefore, your client applications do not have to be migrated to new web service endpoint URL, and should continue to use the WSDL and web service endpoint introduced in the 5.7 release of Interact Campaign. Interact API Guide Page 12 of 107 Responsys Confidential

13 What s New in the Interact API for Interact Campaign 5.10 (April 2009) What s New in the Interact API for Interact Campaign 5.10 (April 2009) The 5.10 Interact Campaign release introduces several new API calls, and a number of bug fixes. 1. New calls have been added to the Interact API. a. Reporting APIs i. getreportoptions() ii. getcampaignsindatamart() iii. getlaunchesindatamart() iv. runlaunchreport() v. runtriggeredmessagereport() b. Data merge API for multicolumn match rules: see updatedatasourceusingmultiplecolumns() 2. Behavior changes: Campaign launch limits: a campaign can no longer be launched with a frequency greater than once every 15 minutes. For high frequency launching applications, Responsys Real-Time Messaging or Form-based triggering should be considered. Contact your account manager or Responsys Support for more information about these triggering options. 3. Bug fixes and performance enhancements a. The performance and stability of merge operations with the updatedatasource call has been improved (3933, 5754, 5890). b. Creation of SQL objects is now fixed for edge cases where a table alias is a portion of a column name (5845). Note: Additions to the Interact API for this release did not necessitate a versioning of the WSDL. Therefore, your client applications do not have to be migrated to new web service endpoint URL, and should continue to use the WSDL and web service endpoint introduced in the 5.7 release of Interact Campaign. Interact API Guide Page 13 of 107 Responsys Confidential

14 What s New in the Interact API for Interact Campaign 5.9 (February 2009) What s New in the Interact API for Interact Campaign 5.9 (February 2009) The 5.9 Interact Campaign release introduces several new API calls, and a number of bug fixes. 1. New calls have been added to the Interact API: a. listfolderobjects b. triggerformrules c. getlivereportmetrics 2. New restrictions Maximum concurrent Interact API logins: a limit on the number of concurrent logins has been implemented to better protect the Interact platform from inadvertant abuse by client applications that would lead to performance degradation for all client applications. This limit is set to 10 by default. If your integration projects require a higher limit, contact Responsys Support to discuss increasing this limit for your account. 3. Bug fixes: a. Data is not appended or updated if the incoming field name does not match the target field name (5373). b. TIMESTAMP_ field values are not generated in some cases for append and update operations (5157). Note: Additions to the Interact API for this release did not necessitate a versioning of the WSDL. Therefore, your client applications do not have to be migrated to new web service endpoint URL, and should continue to use the WSDL and web service endpoint introduced in the 5.7 release of Interact Campaign. Interact API Guide Page 14 of 107 Responsys Confidential

15 What s New in the Interact API for Interact Campaign 5.8 (October 2008) What s New in the Interact API for Interact Campaign 5.8 (October 2008) The 5.8 Interact Campaign release introduces several new API calls, and a number of bug fixes. 1. New calls have been added to the Interact API: 2. Bug fixes: a. getservertimestamp b. truncatetable c. addindex d. deleteindex e. listindexes a. When copydatasource is called, data extraction keys are now copied to the new data source. b. From Address for a campaign can now be changed with the setcampaignproperties call. Note: The From Address must already be defined for use in your Interact Campaign account. Note: Additions to the Interact API for this release did not necessitate a versioning of the WSDL. Therefore, your client applications do not have to be migrated to new web service endpoint URL, and should continue to use the WSDL and web service endpoint introduced in the 5.7 release of Interact Campaign. Interact API Guide Page 15 of 107 Responsys Confidential

16 What s New in the Interact API for Interact Campaign (September 2008) What s New in the Interact API for Interact Campaign (September 2008) The Responsys Interact release introduces a series of enhancements and bug fixes for the Interact Interact API. 1. New Web Service Endpoint URLs and WSDLs have been introduced to support this new Interact API version. The Web Service Endpoint URLs for the previous Interact API version will continue to be supported and your existing client applications should not be impacted. You should make plans to migrate to the new Interact API version to take advantage of recent enhancements. 2. Data APIs that involve file handling are now based on W3C SOAP Message Transfer Optimization Mechansism (MTOM) as opposed to previous versions of these APIs which were based on MIME and DIME attachments. This enhancement and other bug fixes should eliminate previously observed issues with the upload of large data files. 3. Support for synchronous Data API options has been removed. New Data API calls are now based on an asynchronous approach where a data file upload is initiated with one API call and the progress toward completion of that upload is checked with another API call. For more information on these changes, refer to the Data Management and checkresult API calls described in this guide. 4. Login API call now returns an session ID string that should be placed in the SOAP header of all subsequent API calls to authenticate the client application request. 5. CampaignProperties object has been extended to include new property access: a. It now supports retrieving the Interact Campaign identifier as well as the setting and getting an External Campaign identifier. b. CampaignProperties now includes campaignpurpose property which takes an enum with values of PROMOTIONAL or TRANSACTIONAL. 6. Superfluous namespaces have been removed from the SOAP responses of API calls to make the XML more readable and compact. 7. A number of new obects have been introduced to allow cleaner API calls: InteractObject. For example, previously separate object types included AcknowledgmentDocument, Attachment, ClickTrack, DistributionList, FollowUp, ResponseDB, SeedList, SupplementalDataSource, and SuppressionDataSource. Since these are merely Interact obects with a folder and name property, a more generic obect, called the InteractObject is now used for these former objects. 8. We have added the following new enumerated types for enhanced usability: a. CampaignType (STANDARD, FORM, REALTIME) used in createcampaign. b. ScheduleFrequency (ONCE, DAILY, WEEKLY, MONTHLY) used in launchcampaign. c. LogTableType (SENT, FAILED) used in the LogTable element. d. DocumentType (AOL, HTML, TEXT) used in the Document element. e. OptOutMode (NONE, ONE_STEP, TWO_STEP, USER_URL) used in the OptOut element. f. FieldType (STR25, STR50, STR255, STR1000, MEMO, NUMBER, INTEGER, TIMESTAMP), used in Field element. g. FolderContentType (DATA, CAMPAIGN, DOCUMENT, REPORT, RULE, ALL_TYPES) used instead of the contenttype string. Interact API Guide Page 16 of 107 Responsys Confidential

17 What s New in the Interact API for Interact Campaign (September 2008) h. FolderContentType (DATA, CAMPAIGN, DOCUMENT, REPORT, RULE, ALL_TYPES used instead of the contenttype string in listfoldercontents API. i. RecipientLocale (all supported locale strings) 9. Added the following new elements 10. Bug fixes: a. New string element optouturl in the OptOut complextype. The new element will be used if the mode is USER_URL. b. New element Field which contains fieldname string & fieldtype enum, used in the DataSourceProperties. c. New locale element in DocumentFile complextype. a. When a campaign is launched via an API call, the conversion tracking property is no longer set to false (4025). b. When a campaign is created from campaign template that includes link tracking and its document is changed, link tracking is no longer disabled (4057). c. Use of setcampaignproperties to set a Link Table that was created with an API copy operation is now possible (4115). 11. Java sample code has been revised based on the use of Apache Axis2 1.4 to generate Java stub classes (previous samples were based on Axis 1.x). Interact API Guide Page 17 of 107 Responsys Confidential

18 Interact API URLs Interact API URLs When your account is enabled for access to the Interact API, the Responsys Support team will provide you with the Interact API URLs needed to develop your projects. Interact API URLs for several available Responsys Interact instances are provided below for preliminary reference only. Responsys Interact Pod Interact 1 Pod (interact1.responsys.net) Interact 3 Pod (interact3.responsys.net) Interact 4 Pod (interact4.responsys.net) Interact EMEA Pod (interact.ruk1.net) Web Service API URLs Security Considerations Communications between your client application and the Interact Campaign Interact API can be secured by using the Secure Sockets Layer (SSL) protocol for HTTP requests and responses. This is a standard approach for securing internet-based communications and was designed to prevent eavesdropping, tampering, and message forgery. It secures communications over the internet by cryptographic methods based on a 128-bit encryption and is a standard approach for securing SOAP-based Web service transactions. Interact API Guide Page 18 of 107 Responsys Confidential

19 Web Service Standards Compliance Web Service Standards Compliance The Interact API was implemented in compliance with the following specifications. Simple Object Access Protocol (SOAP) Web Service Description Language (WSDL) WS-I Basic Profile Development Environments The Interact API works with modern SOAP development environments, including, but not limited to, Visual Studio.NET 2005 and Apache Axis. Development platforms vary in their SOAP implementations. Implementation differences in certain development platforms might prevent access to some or all of the features in the API. If you are using Visual Studio for.net development, we recommend that you use Visual Studio 2003 or higher. Interact Platform Maintenance and Downtime The Responsys Interact platform will undergo maintenance downtimes on a monthly or bi-monthly schedule. During these downtimes, Interact Campaign login sessions will not be available. Attempts to create a login session will return an error and client applications will need to take the appropriate action, which may include alerts to support staff, integration job queuing, and/or scheduled re-attempts. Backward Compatibility Responsys supports backward compatibility as new versions of the Interact API are released. The Interact API is backward compatible in that an application created to work with a given Interact API version will continue to work with that same Interact API version in future platform releases. Specifically, the Interact API endpoint URL is versioned so that different Interact API versions have different endpoint URLs. Your applications will continue to work with the Interact API endpoint URLs of previous releases and you have the opportunity to migrate your client applications to the newer Interact API version endpoint URLs to leverage enhanced functionality on a schedule that meets your needs. Responsys does not guarantee that an application written against one Interact API version will work with future API versions since changes in method signatures and data representations are often required as we continue to enhance the Interact platform; however, we strive to keep the Interact API consistent from version to version with minimal if any changes required to port applications to newer Interact API versions. When an API version is to be deprecated, advance end-of-life notice will be given at least 6 months before support for the API version is ended. Responsys will directly notify customers using API versions planned for deprecation. Interact API Guide Page 19 of 107 Responsys Confidential

20 Backward Compatibility Interact Platform and Data Model Overview Since 1998, Responsys has been a technology leader and innovator in the marketing industry, delivering highquality campaign management software as a service over the Internet. Best known as the industry s #1-ranked marketing solution, Responsys Interact today is a comprehensive on-demand marketing platform with a fully integrated suite of software applications all built from the ground up on a single-instance, multi-tenant architecture. Interact Object and Data Model In the Interact Campaign user interface, you create and manage a variety of application objects that are needed to execute your marketing programs. The Interact Campaign object model consists of the following types of objects. Campaigns Allow users to execute individual campaigns in batch or triggered modes Forms Allow users to collect data via web forms Data sources Allow users to store or filter data for a variety of purposes Distribution lists tables Store recipient audience records Campaign Supplemental data sources Store miscellaneous data that can be used for a multi-table relational schema in a campaign for message content personalization and individualization. Link tables Store link tracking information. Campaign event tracking log tables Store recipient-level data on how recipients respond to given campaigns. SQL objects Represent a SQL view on a base table. Documents Consist of re-usable creative content in the form of HTML and Text document objects that are available for use in any Campaign or Form. Folder Allow users to manage their various marketing projects by placing application objects in a series of user-defined folders The Interact API provides programmatic control over many of these objects, allowing client application developers to create, change, or remove these objects to accomplish any given marketing automation goal. A brief discussion of these objects is provided below. More information about these objects and their use in Interact Campaign is available via the Interact Campaign documentation and training materials. Interact API Guide Page 20 of 107 Responsys Confidential

21 Campaigns Campaigns Campaign objects define the basic behavior of an campaign in terms of audience, message, and settings. A campaign can be launched in bulk immediately or scheduled for launch. The Campaign object has properties such as: General properties name, description, categorization, etc. Audience distribution list and suppression lists Message from header, reply-to header, subject header, HTML/Text message documents Settings tracking options, auto-close behavior, default variables, campaign event log table, etc. Forms Form objects provide functionality for hosting web forms and processing submitted data. Forms can be used as preference centers or general purpose surveys. Data collected from Forms can be merged into any table. Form responses can also trigger follow-up s to responders. Data Sources Data source objects come in the form of tables, filters, or SQL views and can be used for a variety of purposes in Interact Campaign, including: Distribution Lists Contain recipient records and can be used to define the audience of a campaign. Supplemental Data Contain data that can be joined with a distribution list or queried by dynamic content template functions to personalize and individualize a campaign message. Campaign Event Tracking Log Data Contain recipient event data such as Sent, Opened, Clicked, etc. that are generated by the Interact Campaign platform as recipients are involved in and respond to various campaign messages. Link Tracking Data or Link Tables Contain data needed to track links in a campaign message. At a minimum, columns for a link name and a link destination URL are required for use of a link table in a campaign. An account can have any number of data sources, but it is recommended that a central contact list be created for a given marketing objective. Ideally, a central list is created and updated using registration and preference center web forms and/or daily FTP-based file feeds for situations where the recipient data is managed out side of Interact Campaign. This central list table can then be filtered or queried to generate campaign distribution list segments that drive individual campaign audience targeting. Supplemental data sources are often used to store data that is not oriented around the definition of a list recipient identity, but used instead for supplementing a list with additional recipient profile attributes via a join based on some related key field (called the Data Extraction Key ). Any given table schema is completely user-defined and, as a result, data source tables can be used for a wide variety of uses, ranging from segmentation and message personalization to storing campaign recipient level campaign event records. Interact API Guide Page 21 of 107 Responsys Confidential

22 Documents When several tables are used to represent a multi-table relational marketing database where a variety of queries or joins are made on the tables involved, users should create the proper indexes to prevent unwanted performance impacts associated with full table scans on the tables being queried or joined. Documents Document objects define the creative content that can be used for Campaigns and Forms. There are two subtypes of document object: HTML and Text. Example: An campaign usually consists of an HTML and Text document reference. The campaign will handle the packaging of HTML-only, Text-only, or Multi-part s automatically based on the recipient profile. Documents can be re-used across multiple campaigns and forms as well as copied, edited, and deleted via the Interact Campaign user interface. Interact API Guide Page 22 of 107 Responsys Confidential

23 General Steps Interact API Getting Started To use this guide, you should have a basic familiarity with software development, SOAP-based Web Services and the Interact Campaign user interface. Brief instructions for getting started with the Interact API in a Java or C# application are provided in this section. General Steps In general, any Interact API client application project will involve the following steps. 1. Use the Interact API web services definition language (WSDL) document to generate supporting code for executing SOAP-based client calls on the Interact API. Your development environment tool of choice should provide support for accomplishing this step. 2. Use the Login call to establish a session with the Interact API. The Login call will return a session identifier that should be placed in the SOAP header of all subsequent Interact API calls. 3. Use the available Interact API calls to accomplish a desired integration objective. If your client application is inactive for longer than two hours, the session identifier will become invalid and your client application will need to make a new Login call to start a new session. 4. Use the Logout call to end the Interact API session. For Java Applications 1. Download the WSDL document and name the downloaded file ResponsysWS.wsdl and place it somewhere in your project directory. 2. Use the Apache Axis2 WSDL2Java utility, as described on the Apache Axis2 web site, to generate Web Services API stub classes: %AXIS2_HOME%\bin\WSDL2Java -uri ResponsysWS5.7.wsdl -wv 1.1 -u -d adb -s -p responsys.ws57.client -sp Assuming the following environment variables are defined: AXIS2_HOME = C:\axis2-1.4 (or location of the Apache Axis2 Standard Distribution) AXIS2_LIB = %AXIS2_HOME%\lib AXIS2CLASSPATH = %AXIS2_LIB%\axis.jar;%AXIS2_LIB%\jaxrpc.jar;%AXIS2_LIB%\saaj.jar; %AXIS2_LIB%\commons-logging.jar;%AXIS2_LIB%\commonsdiscovery.jar;%AXIS2_LIB%\wsdl4j.jar 3. In your Java application, make sure that the generated Interact API stub classes are available to your project build path. Interact API Guide Page 23 of 107 Responsys Confidential

Web Services API Developer Guide

Web Services API Developer Guide Web Services API Developer Guide Contents 2 Contents Web Services API Developer Guide... 3 Quick Start...4 Examples of the Web Service API Implementation... 13 Exporting Warehouse Data... 14 Exporting

More information

Overview of Web Services API

Overview of Web Services API 1 CHAPTER The Cisco IP Interoperability and Collaboration System (IPICS) 4.5(x) application programming interface (API) provides a web services-based API that enables the management and control of various

More information

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Ed-Fi ODS and Ed-Fi ODS API Version 2.0 - Technical Preview October 2014 2014 Ed-Fi Alliance, LLC. All rights reserved. Ed-Fi is a registered trademark

More information

Java Access to Oracle CRM On Demand. By: Joerg Wallmueller Melbourne, Australia

Java Access to Oracle CRM On Demand. By: Joerg Wallmueller Melbourne, Australia Java Access to Oracle CRM On Demand Web Based CRM Software - Oracle CRM...페이지 1 / 12 Java Access to Oracle CRM On Demand By: Joerg Wallmueller Melbourne, Australia Introduction Requirements Step 1: Generate

More information

The VerticalResponse API Guide

The VerticalResponse API Guide The VerticalResponse API Guide Revision 4, 9/2012 Copyright 2012 VerticalResponse, Inc. Table of Contents 1. Introduction About This Guide Enterprise API vs. Partner API Email Campaign Creation Workflow

More information

Single Sign-On Implementation Guide

Single Sign-On Implementation Guide Salesforce.com: Salesforce Winter '09 Single Sign-On Implementation Guide Copyright 2000-2008 salesforce.com, inc. All rights reserved. Salesforce.com and the no software logo are registered trademarks,

More information

Call Detail Record Access Service Part No. 520-0015-01R01

Call Detail Record Access Service Part No. 520-0015-01R01 Call Detail Record Access Service Part No. 520-0015-01R01 Summary Objective WSDL URL (Testing) WSDL URL (Hosting Production) Endpoint URL (Testing) Endpoint URL (Hosting Production) Namespace URI Service

More information

Web Services Platform Guide

Web Services Platform Guide Web Services Platform Guide Copyright NetSuite, Inc. 2005 All rights reserved. August 8, 2006 This document is the property of NetSuite, Inc., and may not be reproduced in whole or in part without prior

More information

vcloud Air Platform Programmer's Guide

vcloud Air Platform Programmer's Guide vcloud Air Platform Programmer's Guide vcloud Air OnDemand 5.7 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

PHP Language Binding Guide For The Connection Cloud Web Services

PHP Language Binding Guide For The Connection Cloud Web Services PHP Language Binding Guide For The Connection Cloud Web Services Table Of Contents Overview... 3 Intended Audience... 3 Prerequisites... 3 Term Definitions... 3 Introduction... 4 What s Required... 5 Language

More information

Integrating CRM On Demand with the E-Business Suite to Supercharge your Sales Team

Integrating CRM On Demand with the E-Business Suite to Supercharge your Sales Team Integrating CRM On Demand with the E-Business Suite to Supercharge your Sales Team Presented by: Tom Connolly, Jason Lieberman Company: BizTech Session ID: #10351 Overview Introductions Background Web

More information

Creating Form Rendering ASP.NET Applications

Creating Form Rendering ASP.NET Applications Creating Form Rendering ASP.NET Applications You can create an ASP.NET application that is able to invoke the Forms service resulting in the ASP.NET application able to render interactive forms to client

More information

AXL Troubleshooting. Overview. Architecture

AXL Troubleshooting. Overview. Architecture AXL Troubleshooting This chapter contains the following topics: Overview, page 35 Architecture, page 35 Postinstallation Checklist, page 36 Troubleshooting Tools, page 39 Error Codes, page 43 Overview

More information

Dynamic Decision-Making Web Services Using SAS Stored Processes and SAS Business Rules Manager

Dynamic Decision-Making Web Services Using SAS Stored Processes and SAS Business Rules Manager Paper SAS1787-2015 Dynamic Decision-Making Web Services Using SAS Stored Processes and SAS Business Rules Manager Chris Upton and Lori Small, SAS Institute Inc. ABSTRACT With the latest release of SAS

More information

Introduction to Directory Services

Introduction to Directory Services Introduction to Directory Services Overview This document explains how AirWatch integrates with your organization's existing directory service such as Active Directory, Lotus Domino and Novell e-directory

More information

Click Studios. Passwordstate. Installation Instructions

Click Studios. Passwordstate. Installation Instructions Passwordstate Installation Instructions This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise disclosed, without prior

More information

IBM Campaign and IBM Silverpop Engage Version 1 Release 2 August 31, 2015. Integration Guide IBM

IBM Campaign and IBM Silverpop Engage Version 1 Release 2 August 31, 2015. Integration Guide IBM IBM Campaign and IBM Silverpop Engage Version 1 Release 2 August 31, 2015 Integration Guide IBM Note Before using this information and the product it supports, read the information in Notices on page 93.

More information

Oracle Service Bus Examples and Tutorials

Oracle Service Bus Examples and Tutorials March 2011 Contents 1 Oracle Service Bus Examples... 2 2 Introduction to the Oracle Service Bus Tutorials... 5 3 Getting Started with the Oracle Service Bus Tutorials... 12 4 Tutorial 1. Routing a Loan

More information

Deploying Microsoft Operations Manager with the BIG-IP system and icontrol

Deploying Microsoft Operations Manager with the BIG-IP system and icontrol Deployment Guide Deploying Microsoft Operations Manager with the BIG-IP system and icontrol Deploying Microsoft Operations Manager with the BIG-IP system and icontrol Welcome to the BIG-IP LTM system -

More information

E-mail Listeners. E-mail Formats. Free Form. Formatted

E-mail Listeners. E-mail Formats. Free Form. Formatted E-mail Listeners 6 E-mail Formats You use the E-mail Listeners application to receive and process Service Requests and other types of tickets through e-mail in the form of e-mail messages. Using E- mail

More information

Release Notes. DocuSign Spring 15 Release Notes. Contents

Release Notes. DocuSign Spring 15 Release Notes. Contents Release Notes Updated March 6, 2015 DocuSign Spring 15 Release Notes This document provides information about the updates deployed to the DocuSign Production environment as part of the March 6, 2015 DocuSign

More information

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016. Integration Guide IBM

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016. Integration Guide IBM IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016 Integration Guide IBM Note Before using this information and the product it supports, read the information

More information

Onset Computer Corporation

Onset Computer Corporation Onset, HOBO, and HOBOlink are trademarks or registered trademarks of Onset Computer Corporation for its data logger products and configuration/interface software. All other trademarks are the property

More information

Amazon Glacier. Developer Guide API Version 2012-06-01

Amazon Glacier. Developer Guide API Version 2012-06-01 Amazon Glacier Developer Guide Amazon Glacier: Developer Guide Copyright 2016 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be used in

More information

How To Use Blackberry Web Services On A Blackberry Device

How To Use Blackberry Web Services On A Blackberry Device Development Guide BlackBerry Web Services Microsoft.NET Version 12.1 Published: 2015-02-25 SWD-20150507151709605 Contents BlackBerry Web Services... 4 Programmatic access to common management tasks...

More information

ODBC Client Driver Help. 2015 Kepware, Inc.

ODBC Client Driver Help. 2015 Kepware, Inc. 2015 Kepware, Inc. 2 Table of Contents Table of Contents 2 4 Overview 4 External Dependencies 4 Driver Setup 5 Data Source Settings 5 Data Source Setup 6 Data Source Access Methods 13 Fixed Table 14 Table

More information

Bitrix Site Manager ASP.NET. Installation Guide

Bitrix Site Manager ASP.NET. Installation Guide Bitrix Site Manager ASP.NET Installation Guide Contents Introduction... 4 Chapter 1. Checking for IIS Installation... 5 Chapter 2. Using An Archive File to Install Bitrix Site Manager ASP.NET... 7 Preliminary

More information

Replacements TECHNICAL REFERENCE. DTCCSOLUTIONS Dec 2009. Copyright 2009 Depository Trust Clearing Corporation. All Rights Reserved.

Replacements TECHNICAL REFERENCE. DTCCSOLUTIONS Dec 2009. Copyright 2009 Depository Trust Clearing Corporation. All Rights Reserved. TECHNICAL REFERENCE Replacements Page 1 Table of Contents Table of Contents 1 Overview... 3 1.1 Replacements Features... 3 2 Roles and Responsibilities... 4 2.1 Sender (Receiving Carrier)... 4 2.2 Recipient

More information

Sage 100 ERP. ebusiness Web Services Installation and Reference Guide

Sage 100 ERP. ebusiness Web Services Installation and Reference Guide Sage 100 ERP ebusiness Web Services Installation and Reference Guide 2012 Sage Software, Inc. All rights reserved. Sage, the Sage logos, and the Sage product and service names mentioned herein are registered

More information

IBM SPSS Collaboration and Deployment Services Version 6 Release 0. Single Sign-On Services Developer's Guide

IBM SPSS Collaboration and Deployment Services Version 6 Release 0. Single Sign-On Services Developer's Guide IBM SPSS Collaboration and Deployment Services Version 6 Release 0 Single Sign-On Services Developer's Guide Note Before using this information and the product it supports, read the information in Notices

More information

Contents About the Contract Management Post Installation Administrator's Guide... 5 Viewing and Modifying Contract Management Settings...

Contents About the Contract Management Post Installation Administrator's Guide... 5 Viewing and Modifying Contract Management Settings... Post Installation Guide for Primavera Contract Management 14.1 July 2014 Contents About the Contract Management Post Installation Administrator's Guide... 5 Viewing and Modifying Contract Management Settings...

More information

Single Sign-On Implementation Guide

Single Sign-On Implementation Guide Single Sign-On Implementation Guide Salesforce, Summer 15 @salesforcedocs Last updated: July 1, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of

More information

Sophos for Microsoft SharePoint startup guide

Sophos for Microsoft SharePoint startup guide Sophos for Microsoft SharePoint startup guide Product version: 2.0 Document date: March 2011 Contents 1 About this guide...3 2 About Sophos for Microsoft SharePoint...3 3 System requirements...3 4 Planning

More information

SDK Code Examples Version 2.4.2

SDK Code Examples Version 2.4.2 Version 2.4.2 This edition of SDK Code Examples refers to version 2.4.2 of. This document created or updated on February 27, 2014. Please send your comments and suggestions to: Black Duck Software, Incorporated

More information

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see

More information

File Transfer Service (Batch SOAP) User Guide. A Guide to Submitting batches through emedny FTS

File Transfer Service (Batch SOAP) User Guide. A Guide to Submitting batches through emedny FTS File Transfer Service (Batch SOAP) User Guide A Guide to Submitting batches through emedny FTS June 1, 2013 TABLE OF CONTENTS TABLE OF CONTENTS 1 Introduction... 4 2 Requirements... 5 2.1 Exchange mailboxes...

More information

000-284. Easy CramBible Lab DEMO ONLY VERSION 000-284. Test284,IBM WbS.DataPower SOA Appliances, Firmware V3.6.0

000-284. Easy CramBible Lab DEMO ONLY VERSION 000-284. Test284,IBM WbS.DataPower SOA Appliances, Firmware V3.6.0 Easy CramBible Lab 000-284 Test284,IBM WbS.DataPower SOA Appliances, Firmware V3.6.0 ** Single-user License ** This copy can be only used by yourself for educational purposes Web: http://www.crambible.com/

More information

Cvent Web Services API. Version V200611 June 2008

Cvent Web Services API. Version V200611 June 2008 Cvent Web Services API Version V200611 Cvent, Inc. 8180 Greensboro Dr, Suite 450 McLean, VA 22102 866.318.4357 www.cvent.com customercare@cvent.com 1.0 Framework Overview... 1 1.1 Overview... 1 1.2 Compatible

More information

WEBROOT EMAIL ARCHIVING SERVICE. Getting Started Guide North America. The best security in an unsecured world. TM

WEBROOT EMAIL ARCHIVING SERVICE. Getting Started Guide North America. The best security in an unsecured world. TM WEBROOT EMAIL ARCHIVING SERVICE Getting Started Guide North America Webroot Software, Inc. World Headquarters 2560 55th Street Boulder CO 80301 USA www.webroot.com 800.870.8102 Table of Contents Create

More information

CA Nimsoft Service Desk

CA Nimsoft Service Desk CA Nimsoft Service Desk Web Services Guide 7.0.6 Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject to being changed,

More information

DEPLOYMENT GUIDE Version 1.2. Deploying F5 with Oracle E-Business Suite 12

DEPLOYMENT GUIDE Version 1.2. Deploying F5 with Oracle E-Business Suite 12 DEPLOYMENT GUIDE Version 1.2 Deploying F5 with Oracle E-Business Suite 12 Table of Contents Table of Contents Introducing the BIG-IP LTM Oracle E-Business Suite 12 configuration Prerequisites and configuration

More information

NTP Software VFM Administration Web Site for EMC Atmos

NTP Software VFM Administration Web Site for EMC Atmos NTP Software VFM Administration Web Site for EMC Atmos User Manual Revision 1.1 - July 2015 This guide details the method for using NTP Software VFM Administration Web Site, from an administrator s perspective.

More information

Test Automation Integration with Test Management QAComplete

Test Automation Integration with Test Management QAComplete Test Automation Integration with Test Management QAComplete This User's Guide walks you through configuring and using your automated tests with QAComplete's Test Management module SmartBear Software Release

More information

IBM Unica emessage Version 8 Release 6 February 13, 2015. User's Guide

IBM Unica emessage Version 8 Release 6 February 13, 2015. User's Guide IBM Unica emessage Version 8 Release 6 February 13, 2015 User's Guide Note Before using this information and the product it supports, read the information in Notices on page 403. This edition applies to

More information

Single Sign-On Implementation Guide

Single Sign-On Implementation Guide Single Sign-On Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: November 4, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

How To Install Powerpoint 6 On A Windows Server With A Powerpoint 2.5 (Powerpoint) And Powerpoint 3.5.5 On A Microsoft Powerpoint 4.5 Powerpoint (Powerpoints) And A Powerpoints 2

How To Install Powerpoint 6 On A Windows Server With A Powerpoint 2.5 (Powerpoint) And Powerpoint 3.5.5 On A Microsoft Powerpoint 4.5 Powerpoint (Powerpoints) And A Powerpoints 2 DocAve 6 Service Pack 1 Installation Guide Revision C Issued September 2012 1 Table of Contents About the Installation Guide... 4 Submitting Documentation Feedback to AvePoint... 4 Before You Begin...

More information

WIRIS quizzes web services Getting started with PHP and Java

WIRIS quizzes web services Getting started with PHP and Java WIRIS quizzes web services Getting started with PHP and Java Document Release: 1.3 2011 march, Maths for More www.wiris.com Summary This document provides client examples for PHP and Java. Contents WIRIS

More information

IBM Unica emessage Version 8 Release 5 February 19, 2014. Transactional Email Administration Guide

IBM Unica emessage Version 8 Release 5 February 19, 2014. Transactional Email Administration Guide IBM Unica emessage Version 8 Release 5 February 19, 2014 Transactional Email Administration Guide Note Before using this information and the product it supports, read the information in Notices on page

More information

Accessing Data with ADOBE FLEX 4.6

Accessing Data with ADOBE FLEX 4.6 Accessing Data with ADOBE FLEX 4.6 Legal notices Legal notices For legal notices, see http://help.adobe.com/en_us/legalnotices/index.html. iii Contents Chapter 1: Accessing data services overview Data

More information

SnapLogic Salesforce Snap Reference

SnapLogic Salesforce Snap Reference SnapLogic Salesforce Snap Reference Document Release: October 2012 SnapLogic, Inc. 71 East Third Avenue San Mateo, California 94401 U.S.A. www.snaplogic.com Copyright Information 2012 SnapLogic, Inc. All

More information

Kofax Export Connector 8.3.0 for Microsoft SharePoint

Kofax Export Connector 8.3.0 for Microsoft SharePoint Kofax Export Connector 8.3.0 for Microsoft SharePoint Administrator's Guide 2013-02-27 2013 Kofax, Inc., 15211 Laguna Canyon Road, Irvine, California 92618, U.S.A. All rights reserved. Use is subject to

More information

DEPLOYMENT GUIDE Version 1.0. Deploying the BIG-IP Edge Gateway for Layered Security and Acceleration Services

DEPLOYMENT GUIDE Version 1.0. Deploying the BIG-IP Edge Gateway for Layered Security and Acceleration Services DEPLOYMENT GUIDE Version 1.0 Deploying the BIG-IP Edge Gateway for Layered Security and Acceleration Services Table of Contents Table of Contents Using the BIG-IP Edge Gateway for layered security and

More information

Web Services Development Kit

Web Services Development Kit Rhythmyx Web Services Development Kit Version 6.5.2 Printed on 11 September, 2007 Copyright and Licensing Statement All intellectual property rights in the SOFTWARE and associated user documentation, implementation

More information

TIBCO Loyalty Lab Reward API Reference

TIBCO Loyalty Lab Reward API Reference TIBCO Loyalty Lab Reward API Reference Release 13.1 February 2013 Two-Second Advantage Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED

More information

Analytics Configuration Reference

Analytics Configuration Reference Sitecore Online Marketing Suite 1 Analytics Configuration Reference Rev: 2009-10-26 Sitecore Online Marketing Suite 1 Analytics Configuration Reference A Conceptual Overview for Developers and Administrators

More information

Tableau Server Security. Version 8.0

Tableau Server Security. Version 8.0 Version 8.0 Author: Marc Rueter Senior Director, Strategic Solutions, Tableau Software June 2013 p2 Today s enterprise class systems need to provide robust security in order to meet the varied and dynamic

More information

Practice Fusion API Client Installation Guide for Windows

Practice Fusion API Client Installation Guide for Windows Practice Fusion API Client Installation Guide for Windows Quickly and easily connect your Results Information System with Practice Fusion s Electronic Health Record (EHR) System Table of Contents Introduction

More information

How to Migrate to MailEnable using the Migration Console

How to Migrate to MailEnable using the Migration Console How to Migrate to MailEnable using the Migration Console Contents 1. OVERVIEW... 2 2. MAILENABLE MIGRATION CONSOLE... 2 3. SELECT THE MIGRATION APPROACH... 2 Server Migration... 2 Domain Migration... 3

More information

ActiveVOS Server Architecture. March 2009

ActiveVOS Server Architecture. March 2009 ActiveVOS Server Architecture March 2009 Topics ActiveVOS Server Architecture Core Engine, Managers, Expression Languages BPEL4People People Activity WS HT Human Tasks Other Services JMS, REST, POJO,...

More information

See the Developer s Getting Started Guide for an introduction to My Docs Online Secure File Delivery and how to use it programmatically.

See the Developer s Getting Started Guide for an introduction to My Docs Online Secure File Delivery and how to use it programmatically. My Docs Online Secure File Delivery API: C# Introduction My Docs Online has provided HIPAA-compliant Secure File Sharing and Delivery since 1999. With the most recent release of its web client and Java

More information

Getting Started Guide

Getting Started Guide BlackBerry Web Services For Microsoft.NET developers Version: 10.2 Getting Started Guide Published: 2013-12-02 SWD-20131202165812789 Contents 1 Overview: BlackBerry Enterprise Service 10... 5 2 Overview:

More information

Using ilove SharePoint Web Services Workflow Action

Using ilove SharePoint Web Services Workflow Action Using ilove SharePoint Web Services Workflow Action This guide describes the steps to create a workflow that will add some information to Contacts in CRM. As an example, we will use demonstration site

More information

Management Center. Installation and Upgrade Guide. Version 8 FR4

Management Center. Installation and Upgrade Guide. Version 8 FR4 Management Center Installation and Upgrade Guide Version 8 FR4 APPSENSE MANAGEMENT CENTER INSTALLATION AND UPGRADE GUIDE ii AppSense Limited, 2012 All rights reserved. part of this document may be produced

More information

Certified Secure Web Application Secure Development Checklist

Certified Secure Web Application Secure Development Checklist www.certifiedsecure.com info@certifiedsecure.com Tel.: +31 (0)70 310 13 40 Loire 128-A 2491 AJ The Hague The Netherlands About Certified Secure Checklist Certified Secure exists to encourage and fulfill

More information

Table of Contents. Open-Xchange Authentication & Session Handling. 1.Introduction...3

Table of Contents. Open-Xchange Authentication & Session Handling. 1.Introduction...3 Open-Xchange Authentication & Session Handling Table of Contents 1.Introduction...3 2.System overview/implementation...4 2.1.Overview... 4 2.1.1.Access to IMAP back end services...4 2.1.2.Basic Implementation

More information

File Share Navigator Online 1

File Share Navigator Online 1 File Share Navigator Online 1 User Guide Service Pack 3 Issued November 2015 Table of Contents What s New in this Guide... 4 About File Share Navigator Online... 5 Components of File Share Navigator Online...

More information

www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012

www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,

More information

WhatsUp Gold v16.3 Installation and Configuration Guide

WhatsUp Gold v16.3 Installation and Configuration Guide WhatsUp Gold v16.3 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup Installation Overview... 1 Overview... 1 Security considerations... 2 Standard

More information

Getting Started with STATISTICA Enterprise Programming

Getting Started with STATISTICA Enterprise Programming Getting Started with STATISTICA Enterprise Programming 2300 East 14th Street Tulsa, OK 74104 Phone: (918) 749 1119 Fax: (918) 749 2217 E mail: mailto:developerdocumentation@statsoft.com Web: www.statsoft.com

More information

CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM. User Guide

CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM. User Guide CRM Migration Manager 3.1.1 for Microsoft Dynamics CRM User Guide Revision D Issued July 2014 Table of Contents About CRM Migration Manager... 4 System Requirements... 5 Operating Systems... 5 Dynamics

More information

fåíéêåéí=péêîéê=^çãáåáëíê~íçêûë=dìáçé

fåíéêåéí=péêîéê=^çãáåáëíê~íçêûë=dìáçé fåíéêåéí=péêîéê=^çãáåáëíê~íçêûë=dìáçé Internet Server FileXpress Internet Server Administrator s Guide Version 7.2.1 Version 7.2.2 Created on 29 May, 2014 2014 Attachmate Corporation and its licensors.

More information

CHAPTER 10: WEB SERVICES

CHAPTER 10: WEB SERVICES Chapter 10: Web Services CHAPTER 10: WEB SERVICES Objectives Introduction The objectives are: Provide an overview on how Microsoft Dynamics NAV supports Web services. Discuss historical integration options,

More information

Perceptive Integration Server

Perceptive Integration Server Perceptive Integration Server Getting Started Guide ImageNow Version: 6.7. x Written by: Product Documentation, R&D Date: October 2013 2013 Perceptive Software. All rights reserved CaptureNow, ImageNow,

More information

Integration of Hotel Property Management Systems (HPMS) with Global Internet Reservation Systems

Integration of Hotel Property Management Systems (HPMS) with Global Internet Reservation Systems Integration of Hotel Property Management Systems (HPMS) with Global Internet Reservation Systems If company want to be competitive on global market nowadays, it have to be persistent on Internet. If we

More information

PrintSuperVision 4.0. Enterprise and Professional Editions. Installation, Configuration and Users Guide

PrintSuperVision 4.0. Enterprise and Professional Editions. Installation, Configuration and Users Guide PrintSuperVision 4.0 Enterprise and Professional Editions Installation, Configuration and Users Guide V. 1.0 1 January 2014 Contents Introduction... 6 What s New in Version 4.0... 7 Installing the Software...

More information

Integrating VoltDB with Hadoop

Integrating VoltDB with Hadoop The NewSQL database you ll never outgrow Integrating with Hadoop Hadoop is an open source framework for managing and manipulating massive volumes of data. is an database for handling high velocity data.

More information

2/24/2010 ClassApps.com

2/24/2010 ClassApps.com SelectSurvey.NET Training Manual This document is intended to be a simple visual guide for non technical users to help with basic survey creation, management and deployment. 2/24/2010 ClassApps.com Getting

More information

Jet Data Manager 2012 User Guide

Jet Data Manager 2012 User Guide Jet Data Manager 2012 User Guide Welcome This documentation provides descriptions of the concepts and features of the Jet Data Manager and how to use with them. With the Jet Data Manager you can transform

More information

PHP Integration Kit. Version 2.5.1. User Guide

PHP Integration Kit. Version 2.5.1. User Guide PHP Integration Kit Version 2.5.1 User Guide 2012 Ping Identity Corporation. All rights reserved. PingFederate PHP Integration Kit User Guide Version 2.5.1 December, 2012 Ping Identity Corporation 1001

More information

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into

The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material,

More information

OneStop Reporting 3.7 Installation Guide. Updated: 2013-01-31

OneStop Reporting 3.7 Installation Guide. Updated: 2013-01-31 OneStop Reporting 3.7 Installation Guide Updated: 2013-01-31 Copyright OneStop Reporting AS www.onestopreporting.com Table of Contents System Requirements... 1 Obtaining the Software... 2 Obtaining Your

More information

Installation Guide for Pulse on Windows Server 2012

Installation Guide for Pulse on Windows Server 2012 MadCap Software Installation Guide for Pulse on Windows Server 2012 Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software

More information

Release Notes for Websense Email Security v7.2

Release Notes for Websense Email Security v7.2 Release Notes for Websense Email Security v7.2 Websense Email Security version 7.2 is a feature release that includes support for Windows Server 2008 as well as support for Microsoft SQL Server 2008. Version

More information

The software shall provide the necessary tools to allow a user to create a Dashboard based on the queries created.

The software shall provide the necessary tools to allow a user to create a Dashboard based on the queries created. IWS BI Dashboard Template User Guide Introduction This document describes the features of the Dashboard Template application, and contains a manual the user can follow to use the application, connecting

More information

E-invoice manual Instruction for a client implementation of the B2B web service

E-invoice manual Instruction for a client implementation of the B2B web service E-invoice manual Instruction for a client implementation of the B2B web service 460.109 en (doc.pf) 08.2013 PF Manual Instruction for a client implementation of the B2B web service Version August 2013

More information

Building and Using Web Services With JDeveloper 11g

Building and Using Web Services With JDeveloper 11g Building and Using Web Services With JDeveloper 11g Purpose In this tutorial, you create a series of simple web service scenarios in JDeveloper. This is intended as a light introduction to some of the

More information

Experian Secure Transport Service

Experian Secure Transport Service Experian Secure Transport Service Secure Transport Overview In an effort to provide higher levels of data protection and standardize our file transfer processes, Experian will be utilizing the Secure Transport

More information

Implementing a Web Service Client using Java

Implementing a Web Service Client using Java Implementing a Web Service Client using Java Requirements This guide is based on implementing a Java Client using JAX-WS that comes with Java Web Services Developer Pack version 2.0 (JWSDP). This can be

More information

Your customer engagement transformation starts here

Your customer engagement transformation starts here Your customer engagement transformation starts here Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Developing with the MediaBin

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6.5 User Guide P/N 300 007 217 A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2008 EMC Corporation. All rights

More information

TIBCO Spotfire Automation Services 6.5. User s Manual

TIBCO Spotfire Automation Services 6.5. User s Manual TIBCO Spotfire Automation Services 6.5 User s Manual Revision date: 17 April 2014 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

More information

Fairsail REST API: Guide for Developers

Fairsail REST API: Guide for Developers Fairsail REST API: Guide for Developers Version 1.02 FS-API-REST-PG-201509--R001.02 Fairsail 2015. All rights reserved. This document contains information proprietary to Fairsail and may not be reproduced,

More information

Storage Sync for Hyper-V. Installation Guide for Microsoft Hyper-V

Storage Sync for Hyper-V. Installation Guide for Microsoft Hyper-V Installation Guide for Microsoft Hyper-V Egnyte Inc. 1890 N. Shoreline Blvd. Mountain View, CA 94043, USA Phone: 877-7EGNYTE (877-734-6983) www.egnyte.com 2013 by Egnyte Inc. All rights reserved. Revised

More information

Web Services for Management Perl Library VMware ESX Server 3.5, VMware ESX Server 3i version 3.5, and VMware VirtualCenter 2.5

Web Services for Management Perl Library VMware ESX Server 3.5, VMware ESX Server 3i version 3.5, and VMware VirtualCenter 2.5 Technical Note Web Services for Management Perl Library VMware ESX Server 3.5, VMware ESX Server 3i version 3.5, and VMware VirtualCenter 2.5 In the VMware Infrastructure (VI) Perl Toolkit 1.5, VMware

More information

T320 E-business technologies: foundations and practice

T320 E-business technologies: foundations and practice T320 E-business technologies: foundations and practice Block 3 Part 2 Activity 2: Generating a client from WSDL Prepared for the course team by Neil Simpkins Introduction 1 WSDL for client access 2 Static

More information

PASS4TEST 専 門 IT 認 証 試 験 問 題 集 提 供 者

PASS4TEST 専 門 IT 認 証 試 験 問 題 集 提 供 者 PASS4TEST 専 門 IT 認 証 試 験 問 題 集 提 供 者 http://www.pass4test.jp 1 年 で 無 料 進 級 することに 提 供 する Exam : C2090-420 Title : IBM InfoSphere MDM Server v9.0 Vendors : IBM Version : DEMO NO.1 Which two reasons would

More information

HP Operations Orchestration Software

HP Operations Orchestration Software HP Operations Orchestration Software Software Version: 9.00 HP Project and Portfolio Management Integration Guide Document Release Date: June 2010 Software Release Date: June 2010 Legal Notices Warranty

More information

Copyright 2013 Consona Corporation. All rights reserved www.compiere.com

Copyright 2013 Consona Corporation. All rights reserved www.compiere.com COMPIERE 3.8.1 SOAP FRAMEWORK Copyright 2013 Consona Corporation. All rights reserved www.compiere.com Table of Contents Compiere SOAP API... 3 Accessing Compiere SOAP... 3 Generate Java Compiere SOAP

More information

SelectSurvey.NET User Manual

SelectSurvey.NET User Manual SelectSurvey.NET User Manual Creating Surveys 2 Designing Surveys 2 Templates 3 Libraries 4 Item Types 4 Scored Surveys 5 Page Conditions 5 Piping Answers 6 Previewing Surveys 7 Managing Surveys 7 Survey

More information

Message Containers and API Framework

Message Containers and API Framework Message Containers and API Framework Notices Copyright 2009-2010 Motion Picture Laboratories, Inc. This work is licensed under the Creative Commons Attribution-No Derivative Works 3.0 United States License.

More information