Árvore de páginas

Contents

 

Objective

The objective of this guide is to answer doubts concerning the integration of customized modules with Fluig.

 

Integration of Customized Modules

Below you will see two examples of integration developments in .NET, and one for PHP integration.

 

  • Example CreateDocument.cs 
    This example sends a document via FTP protocol to the user upload area, and after completing the submission, posts a document publishing through createDocument method of the ‘DocumentService’ webservice, sent to a customized security.

 

  • Example WorkflowEngineService.cs
    This example shows the handling of a workflow process, including attachments via the saveAndSendTask method of the WorkflowEngineService webservice.

 

Important

Icon

Note that, in some fields, in addition to informing the value of the variable, the variable must b defined as Specified, otherwise the value is not defined by the webservice request.

 

  • Example getColleagueDataset.php
    This is an example of integration of the PHP language with the Fluig webservices.

 

 

  • Sem rótulos