Search: "support object"

Last modified by Rico Kieboom on 2022/04/11 14:18

Results 1 - 10 of 59 next page » Page 1 2 3 4 5 6

XPath Advanced

Last modified by Erik Bakker on 2024/09/03 08:03
Raw document content
As a result, you can use XPath expressions on JSON messages within the following components (related to XPath): * XPath header enricher * XPath transformer * XPath router To activate the functionality, simply link the JSON source factory support object to one of these components to achieve the desired result.

Aggregation

Last modified by Danniar Firdausy on 2024/11/14 14:33
Raw document content
To manage this storage, you have the option to select a Message Store support object if you have created one before, or leave it empty, which will default to an in-memory store that may result in data loss upon runtime shutdowns or restarts.
Therefore, you will need to set up these support objects as well if you have not done so already: * Infinispan cache manager * Infinispan message store Once you have done so, you can set the "Simple cache" option in your message store to "no" and then set the "Persistent" option to "yes". For more information on configuring these support objects and understanding their settings, please refer to this [[State Persistence>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.State Generation.intermediate-state-persistence||target="blank"]] microlearning. == 4.

Archiving

Last modified by Erik Bakker on 2024/08/26 12:31
Raw document content
You can define this by dragging a format file name generator (support object) to the canvas. [[image:Main.Images.Microlearning.WebHome@novice-file-based-connectivity-archiving--file-name-generator.png]] After we have done this please add a file outbound channel adapter to the flow including an input channel.
We start with a composite file filter (support object). Within this filter, we at least define how old a file must be before it can be deleted (in milliseconds).

Authorization - Basic Authentication

Last modified by Danniar Firdausy on 2024/09/19 09:21
Raw document content
To ensure that the proper authorization is sent along with the call to the REST web service we need a [[support object>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.crashcourse-platform-create-support-objects-introduction||target="blank"]]. Support objects are components in eMagiz that support the working of other components.
If you ever want to validate whether a support object is indeed linked to your component simply click on it once.

Authorization - Calling a SOAP Webservice

Last modified by Erik Bakker on 2024/08/26 12:57
Raw document content
Here we can add a support object called HTTP Components message sender.
[[image:Main.Images.Microlearning.WebHome@novice-soap-webservice-connectivity-authorization-calling-a-soap-webservice--http-components-message-sender-filled-in.png]] After you have done so you can link the support object to the functional component by double-clicking on the functional component, navigate to the Advanced tab and select the correct message sender.
Key takeaways == * Main form used is a username/password combination (i.e. basic authentication) * Other standard eMagiz options are: ** Mendix authentication ** Metacom authentication ** Zimbra authentication * Make sure to link the support object to the functional component == 5. Suggested Additional Readings == * [[Crash Course (Menu)>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.WebHome||target="blank"]] ** [[Crash Course API Gateway (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course API Gateway.WebHome||target="blank"]] *** [[Setting up Exit gate (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course API Gateway.crashcourse-api-gateway-setting-up-exit-gate||target="blank"]] * [[Novice (Menu)>>doc:Main.eMagiz Academy.Microlearnings.Novice.WebHome||target="blank"]] ** [[SOAP Web service Connectivity (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Novice.SOAP Web service Connectivity.WebHome||target="blank"]] *** [[Configure your SOAP web service (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Novice.SOAP Web service Connectivity.novice-soap-webservice-connectivity-configure-your-soap-webservice-gen3.WebHome||target="blank"]] *** [[Securing your SOAP Webservice (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Novice.SOAP Web service Connectivity.novice-soap-webservice-connectivity-securing-your-soap-webservice||target="blank"]] *** [[Validate Incoming Messages (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Novice.SOAP Web service Connectivity.novice-soap-webservice-connectivity-validate-incoming-messages-gen3.WebHome||target="blank"]] *** [[Endpoint Check (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Novice.SOAP Web service Connectivity.novice-soap-webservice-connectivity-endpoint-check-gen3.WebHome||target="blank"]] *** [[SOAP Headers (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Novice.SOAP Web service Connectivity.novice-soap-webservice-connectivity-soap-headers||target="blank"]] *** [[Calling a SOAP Web service (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Novice.SOAP Web service Connectivity.novice-soap-webservice-connectivity-calling-a-soap-webservice||target="blank"]] * [[Intermediate (Menu)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.WebHome||target="blank"]] ** [[SOAP Web service Connectivity (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.SOAP Web service Connectivity.WebHome||target="blank"]] * [[Expert (Menu)>>doc:Main.eMagiz Academy.Microlearnings.Expert Level.WebHome||target="blank"]] ** [[Webservice Security (Menu)>>doc:Main.eMagiz Academy.Microlearnings.Expert Level.Webservice Security.WebHome||target="blank"]] * [[Authentication (Search Result)>>url:https://docs.emagiz.com/bin/view/Main/Search?

Authorization - OAuth 2.0 Authorization Code

Last modified by Danniar Firdausy on 2024/09/19 09:23
Raw document content
The first step is to add a support object called the H2 connection pool to the flow.
This is where another support object of eMagiz comes in. It is called JDBC initialize database.
If you ever want to validate whether a support object is indeed linked to your component simply click on it once.

Authorization - OAuth 2.0 Client Credentials

Last modified by Danniar Firdausy on 2024/09/19 09:22
Raw document content
To ensure that a certain authorization is added to this HTTP outbound component we need to add the [[support object>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.crashcourse-platform-create-support-objects-introduction||target="blank"]] called REST Template to the flow: [[image:Main.Images.Microlearning.WebHome@intermediate-rest-webservice-connectivity-authorization-oauth-client-credentials--rest-template-search.png]] After you have added the support object to the canvas and given it a name you can open it by double clicking on the component. eMagiz will show you the following pop-up: [[image:Main.Images.Microlearning.WebHome@intermediate-rest-webservice-connectivity-authorization-oauth-client-credentials--rest-template-empty.png]] As you can see here you can select various authentication schemes.
If you ever want to validate whether a support object is indeed linked to your component simply click on it once.
Suggested Additional Readings == If you are interested in this topic and want more information, please read the help text provided by eMagiz and read the following links: * [[Crash Course (Menu)>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.WebHome||target="blank"]] ** [[Crash Course Platform (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.WebHome||target="blank"]] *** [[Support objects - Introduction (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Crash Course.Crash Course Platform.crashcourse-platform-create-support-objects-introduction||target="blank"]] * [[Intermediate Level (Menu)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.WebHome||target="blank"]] ** [[REST Connectivity (Navigation)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.REST Connectivity.WebHome||target="blank"]] *** [[Call a REST Webservice (Explanation)>>doc:Main.eMagiz Academy.Microlearnings.Intermediate Level.REST Connectivity.intermediate-rest-webservice-connectivity-call-a-rest-webservice||target="blank"]] * [[OAuth 2.0 (Search Results)>>url:https://docs.emagiz.com/bin/view/Main/Search?

Available options

Last modified by Danniar Firdausy on 2024/09/18 19:54
Raw document content
The support objects are needed for setting up the connectivity with the database and for other purposes (such as the creation of a H2 database). When we zoom in on the support objects, we see six different support objects. Of those six there is one support object, the JDBC BoneCP data source object, that you should use if you want to set up a connection with an external database.

Call a robot

Last modified by Erik Bakker on 2024/09/05 13:49
Raw document content
[[image:Main.Images.Microlearning.WebHome@expert-robotic-process-automation-call-a-robot--http-outbound-example.png]] {{info}}Note that you need a header mapper support object to send the correct headers towards dexi.

Calling a SOAP Web service

Last modified by Erik Bakker on 2024/08/26 12:56
Raw document content
On top of that configuration there is a support object in eMagiz that will help you with the analysis of your problems when calling the SOAP web service.
This support object is named "Detailed SOAP Fault Message Resolver". To link the support object to your web service outbound gateway you open the web service outbound gateway, navigate to the Advanced tab, and select the Fault message resolver.
next page » Page 1 2 3 4 5 6
RSS feed for search on ["support object"]