IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#TechXchangePresenter
 View Only
  • 1.  Record List in the pipeline out to file

    Posted Tue January 06, 2004 02:19 PM

    I launch a rfc in sap with the standard declaration (SAP BC->SAP).
    The result is in a record list.
    I want the result in a file in format text or xml.
    Do you have a solution ?


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 2.  RE: Record List in the pipeline out to file

    Posted Wed January 07, 2004 01:24 PM

    Hello Antoine,

    Use pub.flow:savePipeline or pub.flow:savePipelineToFile to save the contents of the pipeline into a file.

    Also the use of “Scope” can limit the contents of the pipeline

    HTH
    Bhavani


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Record List in the pipeline out to file

    Posted Thu January 08, 2004 05:08 PM

    Hello,
    The problem : I use the SAP connector.
    When I declare the RFC in SAP BC Server, in developper, the call RFC is declare with OutboundMap: outbound (INVOKE sap.map:outbound).
    In the pipeline in I have my RecordList who are declared table on the RFC declaration.
    But when I test my RFC with the savepipelinetofile, I have all datas in the pipeline. It is possible to remove datas on the pipeline ?


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 4.  RE: Record List in the pipeline out to file

    Posted Thu January 08, 2004 06:09 PM

    The use of “SCOPE” will limit the contents of the pipeline specific for that line of mapping

    You need to build a new record containing all the data you intend to use in that step priorly and give the record name in the SCOPE field. This will make your pipeline look filtered.

    Hope this helps
    Bhavani shankar


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services