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.  RouteXml hanging issue

    Posted 10/08/03 07:25 AM

    Hi,

    I am trying to submit edidata to TN by passing the edidata to the node object in the routeXml service. It is getting hanged in routeXml especially in the recognize service inside the routeXml. The edidata contains a valid 997 data as a string and the corresponding EDI doctype are installed in TN.

    We are using IS 4.6. And we are actually connecting to a a server hosted in US from India.

    Any inputs/thaughts would be appreciated.

    Regards,
    Balachandar


    #webMethods
    #Integration-Server-and-ESB
    #edi


  • 2.  RE: RouteXml hanging issue

    Posted 10/09/03 02:40 AM

    As long as you are passing “edidata” variable and made ready for posting it to TN,there is no need of explicit mapping of edidata to the node of routeXML service.you can just leave with out mapping and run it a shot.

    or else try making edidata to Node using (stringToDocument)and use routexml,even this will also help

    HTH.


    #webMethods
    #Integration-Server-and-ESB
    #edi


  • 3.  RE: RouteXml hanging issue

    Posted 10/09/03 01:10 PM

    Thanks for your inputs. But atlast I found the reason the hard way. The receiver id in the 997 was having one extra blank making the length to 16 instead of 15 !!!.

    I was expecting the wM to give me an error mentioning that , but :frowning:

    Regards,
    Balachandar


    #webMethods
    #Integration-Server-and-ESB
    #edi


  • 4.  RE: RouteXml hanging issue

    Posted 10/09/03 06:03 PM

    Great you found the problem.

    My inputs were based on as you said about edidata contains valid 997data.


    #webMethods
    #edi
    #Integration-Server-and-ESB