Skip to Content
Product Information
Author's profile photo Finny Babu

Managing Integration Flow Resources in SAP Cloud Integration’s Web Application

Introduction

An integration flow usually contains multiple resource files which can be used by different adapters and flow steps. It becomes very important for the Integration Developer to have an overview of all these resources and manage them from one central location.

To serve this purpose, SAP Cloud Integration’s Web Application has now introduced a “Resources” view as part of the integration flow, which offer options like viewing, downloading, deleting and opening of the resources in its respective editor.

 

“Resources” View

When you open any existing integration flow or create a new one in the Web, you will see a new tab called “Resources”, which lists all the resources used within the integration flow.

 

Image 1: Resources view as part of Integration Flow Configuration

 

The resources are grouped under these categories and types:

  • Archives
    • JAR
  • Mappings
    • Message Mapping
    • Operation Mapping
    • XSLT Mapping
  • Scripts
    • Groovy
    • Java
  • Schemas
    • XSD
    • WSDL
    • EDMX

 

From the “Resources” view, you can open the resource in its respective editor by clicking on the resource name.

You can also get the access path for each of the resources via the tooltip, which can be used in scripts or other flow steps for accessing a resource.

 

Image 2: Navigation to resource editor 

 

Download Resources

If you want to re-use a particular resource across multiple integration flows, you can use the “Download” button which allows you to download all applicable resources from the “Resources” view both in Edit and Read-only mode.

Image 3: Download action

 

Deleting Resources

Now it is also possible to delete resources from the “Resources” view, using the “Delete” button which is available in the Edit mode.

Image 4: Delete action

 

Conclusion

Resource view supports options to view, open specific resource types via their respective editors, download and also to delete resources. In addition it is possible to add resources from the file system and also to add them from other integration flows within the same tenant.

Hope this blog was useful and helps you consume the resource view in the Web.

Assigned Tags

      6 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Davide Serrone
      Davide Serrone

      Hi Finny Babu,

      thanks for your blog. I have a question: how can I access actually one specific resource? Once I have a path like wsdl/structure.xsd, how can I download it?

       

      Thanks and regards,

      Davide Serrone

      Author's profile photo Finny Babu
      Finny Babu
      Blog Post Author

      Hi Davide

      If you want to access the resource within another flow step like script, you can use the access path provided in the tool tip.

      Download of resources will be available in the next increment, which should reach you in 4 - 6 weeks.

      Regards

      Finny

      Author's profile photo Davide Serrone
      Davide Serrone

      Thank you very much! Looking forward for this feature.

      Best regards,

      Davide

      Author's profile photo Deon Van Zyl
      Deon Van Zyl

      Probably a stupid question, but how do I add resources? I have a very basic iFlow where I use the SF connector to retrieve data and then move it to a SFTP drive. I changed my queries and it did not seem to update the XSD structure, so I deleted the resource.. but now I cant seem to get it back?

      I am also working with the CompoundEmployee component.

      Kind Regards

      Deon

      Author's profile photo Finny Babu
      Finny Babu
      Blog Post Author

      Hi Deon

      Adding of resources from file system is now supported in the Resource view.

      Regards

      Finny

      Author's profile photo Deon Van Zyl
      Deon Van Zyl

      Hi Finny,

       

      Thanks, yes I have seen that we are now able to add resources, but when I change my query it still does not update the xsd file or when I delete it, it does not generate a new one.

      Kind Regards

      Deon