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
Expand all | Collapse all

Submitting incoming documents to different TN

  • 1.  Submitting incoming documents to different TN

    Posted Tue October 09, 2007 11:15 AM

    Hello there,
    We are actually having two TN corresponding to two different applications.Now we just want the outside world to submit the docs to one url and from there to submit to two different TN.How it can be achieved ?


    #Integration-Server-and-ESB
    #webMethods
    #B2B-Integration


  • 2.  RE: Submitting incoming documents to different TN

    Posted Tue October 09, 2007 02:31 PM

    What you can do is create one custom gateway flow service and inside this you invoke 2 http sub services and post it to 2 different TN’s(wm.tn:receive)

    HTH,
    RMG


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration


  • 3.  RE: Submitting incoming documents to different TN

    Posted Tue October 09, 2007 02:56 PM

    Thanks RMG,
    I’m not sure ,but Document gateway service is for flat file only,then what about the xml format files.

    Mukesh


    #Integration-Server-and-ESB
    #webMethods
    #B2B-Integration


  • 4.  RE: Submitting incoming documents to different TN

    Posted Tue October 09, 2007 04:21 PM

    What i mean gateway service is you have to create a custom flow service which should have service input (node) to accept/receive XML documents and then invoke the http service to post the xmldata to seperate TN servers.

    And give this customer flow service url to your TP

    http//localhost:5555/gateway.receive:receiveXML (similar to that)

    HTH,
    RMG


    #Integration-Server-and-ESB
    #webMethods
    #B2B-Integration


  • 5.  RE: Submitting incoming documents to different TN

    Posted Wed October 10, 2007 06:26 AM

    Thanks RMG for your time
    I got the idea for the solution

    Mukesh


    #Integration-Server-and-ESB
    #webMethods
    #B2B-Integration


  • 6.  RE: Submitting incoming documents to different TN

    Posted Mon October 22, 2007 09:46 PM

    Hi Mukesh
    How are you implementing the Gateway?
    I have a very similar requirement, but I am not able to figure out a way to write my own gateway, instead of using the default “invoke”.

    I would like to give customer URL similar to yours
    http//localhost:5555/gateway.receive:receiveXML

    Please give me your feedback

    Regards
    GS


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods


  • 7.  RE: Submitting incoming documents to different TN

    Posted Mon October 22, 2007 10:10 PM

    You should be good to go…Are you facing any comm issues while receiving XML from your TP??

    HTH,
    RMG


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration


  • 8.  RE: Submitting incoming documents to different TN

    Posted Mon October 22, 2007 10:29 PM

    Hi Mukesh
    I have no idea how to write the IS service that can be invoked using URL similar to http//localhost:5555/gateway.receive:receiveXML
    instead of http//localhost:5555/invoke/gateway.receive:receiveXML

    Please help me how do I write such a service.

    Regards
    GS


    #B2B-Integration
    #webMethods
    #Integration-Server-and-ESB


  • 9.  RE: Submitting incoming documents to different TN

    Posted Mon October 22, 2007 10:39 PM

    Your url should be
    http//localhost:5555/invoke/gateway.receive:receiveXML

    Where gateway,receive are the Package folders and receiveXML is the flow/java service.Your flow service service input should be a node(object) for receiving XML’s which is a must if you are receiving via Http transport.

    HTH,
    RMG


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB