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.  Dynamic map invocation from DataPower

    Posted 04/26/12 12:31 PM

    Originally posted by: SystemAdmin


    WTX 8.2.0.4
    XI50 4.0.2

    Is it possible to dynamically invoke a WTX map on DataPower?

    Can a WTX map be invoked from a stylesheet (i.e. via an extension)?

    Does the "Transform Binary" action support the use of a Variable for the map name or does the map name always need to be statically defined?

    Thank you.
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender
    #DataExchange


  • 2.  Re: Dynamic map invocation from DataPower

    Posted 05/02/12 03:40 AM

    Originally posted by: ting_lin


    You might not be able to invoke the WTX map (*.dpa) from stylesheet or DP extension function directly. However, you can try to use stylesheet to fetch the WTX map (dp:url-open) and assign to context variable (dp:set-variable), then edit the Transform Binary action and specify the WTX Map file using context variable.
    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender