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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  after XSLTransformation

    Posted 08/07/08 01:37 PM

    Hello gurus,

    We would like to posts XML, taking IDoc as the input. What is the next flow step after XSLTransformation to save the tranformed xml file in a directory (e.g. c:\return\docs).
    Regards,
    Esimov


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


  • 2.  RE: after XSLTransformation

    Posted 08/07/08 10:25 PM

    If i understood you question correctly:

    After XSLTransformation service use:

    ->pub.string:bytesToString
    ->pub.string:HTMLDecode
    ->PSUtilities.file:writeToFile (Or ur own java service)


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


  • 3.  RE: after XSLTransformation

    Posted 08/07/08 11:50 PM

    Thank you Kerni,
    i solved this with;

    pub.client.ftp.login
    branch on /returncode
    200:sequence
    put
    logout

    Thanks and regards,
    Esimov


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