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

Alternative service for wm.tn.doc.xml:routeXml

  • 1.  Alternative service for wm.tn.doc.xml:routeXml

    Posted Tue July 28, 2009 12:07 PM

    Hi,

    Are there any alternative services which can be used instead of wm.tn.doc.xml:routeXml . With webMethods 7.1.2 ,we are not planning to install WmPRT and since the above service (wm.tn.doc.xml:routeXml )internally uses pub.prt.tn:handleBizDoc from WmPRT ,its creating issues.

    Are there any workarounds for this ? Let me know . Thanks in advance.


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


  • 2.  RE: Alternative service for wm.tn.doc.xml:routeXml

    Posted Tue July 28, 2009 03:41 PM

    you can create your own service for this. Try to customize it with:
    wm.tn.doc:recognize
    wm.tn.route:routeBizdoc
    or other service under wm.tn.route


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


  • 3.  RE: Alternative service for wm.tn.doc.xml:routeXml

    Posted Tue July 28, 2009 04:07 PM

    Hi… wm.tn.route:routeBizdoc internally is using pub.prt.tn:handleBizDoc from WMPRT … Any alternative to avoid this one ?


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


  • 4.  RE: Alternative service for wm.tn.doc.xml:routeXml

    Posted Tue July 28, 2009 04:54 PM

    you can also create your own copy of wm.tn.route:routeBizdoc, and customize.
    You can simply remove the line of pub.prt.tn:handleBizDoc from it.
    (don’t change the original service, just make change on your own version.)


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


  • 5.  RE: Alternative service for wm.tn.doc.xml:routeXml

    Posted Thu July 30, 2009 02:01 PM

    hi,

    Another solution is not to extract conversationID for the document…
    When conversationID is set for document, TN sends the document to associated Process model…

    HTH!


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


  • 6.  RE: Alternative service for wm.tn.doc.xml:routeXml

    Posted Sat August 08, 2009 05:12 AM

    all above steps are work around,

    before it wasn’t a case. why are the services in WmTN packages calling services in WmPRT pacakge. If this is case why WmTN packages does not have package dependency on WmPRT.

    Even we had a same issue after 65 SP3 upgrade and we had to enable WmPRT package even when not needed.

    I feel raising a call with SAG may help to get a patch to fix this issue.

    Jiten


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


  • 7.  RE: Alternative service for wm.tn.doc.xml:routeXml

    Posted Mon August 10, 2009 04:49 PM

    Jiten,

    “When conversationID is set for document, TN sends the document to associated Process model”…This might be reason the WmTN package having dependency with WmPRT or viceversa.

    HTH,
    RMg


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


  • 8.  RE: Alternative service for wm.tn.doc.xml:routeXml

    Posted Tue August 11, 2009 12:02 PM

    agreed. Our previous interfaces were developed to use conversational ID without of WmPRT packages. ConversationalID were to identify a unique tranasaction in request reply model.

    And suddendly after SP3 upgrade routing service failed and we had to enable WmPRT package.

    so does it mean that conversationID should only be used in case we are using process run time ?

    Jiten


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


  • 9.  RE: Alternative service for wm.tn.doc.xml:routeXml

    Posted Tue August 11, 2009 02:42 PM

    Yes as per the new process and where you set in establishCorrelation as TN and map the conversationID.

    HTH,
    RMG


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