webMethods

webMethods

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.

 View Only
Expand all | Collapse all

IS flow language - usecases for practice

  • 1.  IS flow language - usecases for practice

    Posted Mon May 19, 2014 05:42 AM

    Hi Guys,

    Could you please advise if I can find anywhere a set of usecases to practice my skills in ESB coding (flow language, using broker, publish-subscribe concepts, using pre-defined services, using adapters so on).

    Thanks,
    Raj


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: IS flow language - usecases for practice



  • 3.  RE: IS flow language - usecases for practice

    Posted Mon May 19, 2014 09:19 AM

    Welcome Raja sekha,

    In-addition to the above also try out the tutorials at the below link: It will help you in basic webMethods coding…

    [url]http://techcommunity.softwareag.com/pwiki/-/wiki/Main/Tutorials[/url]

    Let me know if you have any questions :slight_smile:


    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: IS flow language - usecases for practice

    Posted Tue May 20, 2014 06:12 AM

    Hi Guys,

    Thank you for the quick response. Could you also please guide me where can I find the best practices while coding in this flow language (Folder name, hierarchy conventions, documents, pipeline var.s conventions etc).

    Thanks,
    Raj


    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: IS flow language - usecases for practice

    Posted Tue May 20, 2014 06:45 AM

    Hi Raja,

    Please go through the chapter, Building Services from http://techcommunity.softwareag.com/ecosystem/documentation/webmethods/wmsuites/wmsuite9-6/Designer/9-6_Service_Development_Help.pdf

    In addition to it, I suggest [based on my experience]

    1. Name Flow service as per java method naming convention
    2. Name Document as per Java class naming standard
    3. variables as per Java variable naming convention

    http://google-styleguide.googlecode.com/svn/trunk/javaguide.html

    HTH.

    Thanks,
    Rankesh


    #webMethods
    #Integration-Server-and-ESB


  • 6.  RE: IS flow language - usecases for practice

    Posted Tue May 20, 2014 06:50 AM

    What is your webMethods version???


    #Integration-Server-and-ESB
    #webMethods


  • 7.  RE: IS flow language - usecases for practice

    Posted Mon June 02, 2014 07:06 AM

    Hi Mahesh,

    I’m working on V7.1.3.

    Could you also please guide me if any worked examples are available on services under pub.report folder?

    i.e.,

    pub.report:runFileTemplate
    pub.report:runFileTemplateOnPipe
    pub.report:runStringTemplate
    pub.report:runStringTemplateOnPipe
    pub.report:runTemplate
    pub.report:runTemplateOnPipe

    Regards,
    Raj


    #Integration-Server-and-ESB
    #webMethods


  • 8.  RE: IS flow language - usecases for practice

    Posted Mon June 02, 2014 07:50 AM

    To be frank I have never got an opportunity to explore these services :lol:

    But I think this thread might help you:

    [url]http://tech.forums.softwareag.com/techjforum/posts/list/45147.page[/url]

    Let me know once you explore more :slight_smile: Good luck!


    #Integration-Server-and-ESB
    #webMethods


  • 9.  RE: IS flow language - usecases for practice

    Posted Mon June 02, 2014 11:47 AM

    You can always go thru the BIS guide fore more information on these services…at a high level these services help more on when running html template or .template UI for example if you want the email body to show up as a html based UI (similarly to the IS .dsp pages)

    pub.report:runTemplateOnPipe (input $template as emailTemplate.html and $package (the current package where the html template resides (normally any custom templates are stored in the package/pub folder)

    HTH,
    RMG


    #Integration-Server-and-ESB
    #webMethods


  • 10.  RE: IS flow language - usecases for practice

    Posted Mon June 02, 2014 09:58 PM

    Thats perfect. Thanks Mahesh and RMG :slight_smile:

    Regards,
    Raj


    #Integration-Server-and-ESB
    #webMethods