IBM Sterling Transformation Extender

Sterling Transformation Extender

Come for answers, stay for best practices. All we're missing is you.


#Sterling
#Supplychain
 View Only
  • 1.  Calling ITX map from C#

    Posted 06/13/19 04:17 AM

    Originally posted by: Suriya Prakash


    Hi,

    There is example provide in ITX 9.0.0.3 in which we can able to call an ITX map using C# code.

    Did anyone have tried this example.

    I have an requirement that from C# code i will passing the input dynamically and get the output also dynamically.

    I will call the C# code using Microsoft Biztalk Server. 

    And i hope we need to place the map as file system.

    Will this option work out.


    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender
    #DataExchange


  • 2.  Re: Calling ITX map from C#

    Posted 06/13/19 07:48 AM

    Originally posted by: PaulBrett


    Example3.cs in the examples csharp directory shows you how to override a map card settings.  Using this example, you can certainly build a map call, and dynamically set the input and output parameters (use FILE adapter with dynamically named files for example).

    Example5.cs shows how to use memory streams to pass data in and get data out of a map execution.

    Thank you.

    Paul

    Follow me on Twitter


    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender