Welcome Guest! Log in
Stambia versions 2.x, 3.x, S17, S18, S19 and S20 are reaching End of Support January, 15th, 2024. Please consider upgrading to the supported Semarchy xDI versions. See Global Policy Support and the Semarchy Documentation.

The Stambia User Community is moving to Semarchy! All the applicable resources have already been moved or are currently being moved to their new location. Read more…


When invoking a Web Service, you may have the requirement to retrieve from its response unstructured, raw data.

Retrieving binary data (such as files), or plain text, for instance.

This can be performed quite easily with Stambia DI, as explained in this article.

Prerequisites:

  • Stambia DI Runtime S17.4.2 or higher

 

Metadata Configuration

As usual, design the Web Service operation with the WSDL Metadata.

Then, in the Output, add a 'Part' of mime:content Binding Type

metadataPart

Now you have three possibilties to retrieve the raw response of the Web Service invocation.

This can also be done in a 'Fault' node

 

Using the string Type

If you want to retrieve raw string data, plain text, for instance, use the string Type.

stringTypeMetadata

You can then map it as usual in a Mapping.

stringTypeMapping

 

Using the base64Binary Type

If you want to retrieve raw binary data, such as a file for instance, and store it in a table, use the base64Binary Type.

binary64TypeMetadata

You can then map it as usual in a Mapping.

binary64TypeMapping

 

Using the anyUri Type

If you want to store the output in a file, use the anyUri Type.

anyUriTypeMetadata

At invocation, the content of the response will be automatically stored in a file, created in the Runtime temporary directory.

To retrieve the exact file name and path, you can map this field to a target table.

The file's path will then be stored in this table.

anyUriTypeMapping

 

Articles

Suggest a new Article!