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.

 View Only
  • 1.  Business Logic

    Posted Thu June 30, 2005 05:21 AM

    Hello all,

    I have just started to learn webMethods. Trying to learn webMethods architecture and business logic behind it.

    Lets say, If I do get a requirement like do a http post then tn receive then kick off another service from there to broker and again to database. Then how do we go about it? what is the approach behind it? what is the business logic behind it?

    Thanks in Advance,
    Deepa


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


  • 2.  RE: Business Logic

    Posted Thu June 30, 2005 01:51 PM

    Hi Srini,

    Thanks for the info. That is what I am looking for. I will look at the documents to go further. But also can you please tell me how to write a simple flow service (which gets invoked if any of the partners posts a document)

    Thanks in Advance,
    Deepa


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


  • 3.  RE: Business Logic

    Posted Thu June 30, 2005 04:32 PM

    Deepa,
    When the partner posts document say XML via http/https trasnport basically you can give url [url]http://localhost:5555/invoke/wm.tn/receive[/url] (TN gateway service).

    If your partner posts to a custom gateway flow service then the service input should be node(object)and the flow steps will be
    pub.schema:validate(if you want to perform any schema/data validation)
    XMLNodeToDocument(parses the XML document to IDATA structure for doing mapping)
    Do Mapping to target format(canonical or EDI or FF)

    As said please go thru the WM IS/Developer/TN documentation it helps lot…

    HTH,
    RMG


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