xDI - How To - Components and Technologies

Web Services - Invoking with Special Character (not encoded) in URL
When invoking a webservice with Stambia DI, you may need to include special character in the url and don't want them to be encoded. This article explain...
Fri, 11 Feb, 2022 at 1:13 PM
Web Services - Retrieve Raw JSON Response and Use its Elements at the Same Time
When working with Web Services in Stambia the response of json type is normally parsed by Stambia in a json metadata structure. This makes it easy to read ...
Fri, 11 Feb, 2022 at 1:07 PM
Web Services - Retrieving a File From the Response
When invoking a Web Service, you may have the requirement to retrieve, from its response binary, data, such as files. This can be performed quite easily wit...
Fri, 11 Feb, 2022 at 1:15 PM
Web Services- Invoking with Data in the URL
When you use a wsdl metadata, it's possible to use a parameter as a part of the invocation url. For that, you need to add a new 'Part' node ...
Fri, 11 Feb, 2022 at 1:14 PM
XML - Adding Elements to a Metadata
This article gives information about how to add one (or more) element to a XML metadata, if it is not already present in the metadata. For example, the meta...
Fri, 11 Feb, 2022 at 1:10 PM
XML - Producing XML Files
Generating XML Files is quite easy with Stambia DI. This article provides general information and some useful tips. First step: tutorial As a first ste...
Fri, 11 Feb, 2022 at 1:09 PM
XML - Xslt Transformation
When you simply need to transform a XML File, its content or structure for example, you can use the Xslt Transformation action, available in processes. ...
Fri, 11 Feb, 2022 at 1:10 PM