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.  wm.EDIINT:send problem

    Posted Thu March 12, 2009 02:21 PM

    Hi all,

    I’m trying to send an outbound EDI document via AS2 by using the wm.EDIINT:send service. I have set all the parameters of the service but still i receive the following error

    “com.wm.lang.flow.FlowException:Unable to get profile(s) from TN”

    Anyone that knows what i’m doing wrong?

    Thx


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


  • 2.  RE: wm.EDIINT:send problem

    Posted Thu March 12, 2009 06:57 PM

    What is the value you are providing for input variable “ID Type”? If the value is EDIINT AS2, make sure the sender and receiver profiles do have EDIINT AS2 IDs defined.

    If you browse through EDIINT:send service, there will be branch statements to get profile details ( wm.EDIINT.util:getProfileFromTN ) for sender and receiver, check, what is the value for ID Type variable in the pipeline.

    Make sure the value is same as what you provide to send service.

    If not set ID Type to “TNExternalID” to fetch the profile properties.


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