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

Prefix partyId to messageId for the pong using ebXML sendAck

  • 1.  Prefix partyId to messageId for the pong using ebXML sendAck

    Posted Fri March 12, 2021 06:52 AM

    Hi,

    I am trying to perform ping-pong test between two TN servers. Referred to the ebXML document and developed a small service to perform ping( wm.ip.ebxml.pingUsingTPA ) from one TN to another and could successfully get a pong in response to it. But, the other TN sends autoAck pong using wm.ip.ebxml.MSH:sendAck but it is expected to prefix the messageId with ‘from PartyId’ which is not happening. Can someone help me if I have to set some property or configuration in the TPA or elsewhere?

    Thanks,
    Prasantarmaye


    #webMethods


  • 2.  RE: Prefix partyId to messageId for the pong using ebXML sendAck

    Posted Thu April 01, 2021 05:49 AM

    Hi,

    The default behavior of the “messageID” does not prefix “From or To PartyID”. Are you using any custom service for generating “messageID” and expecting “From PartyID” to be prefixed??

    Regards,
    Rakesh


    #webMethods


  • 3.  RE: Prefix partyId to messageId for the pong using ebXML sendAck

    Posted Thu April 01, 2021 07:33 AM

    Hi Rakesh,

    We are able to resolve the issue by using wm.ebxml.getMessageIdSvc parameter mapped to our custom service.

    Thanks,
    Prasantarmaye


    #webMethods


  • 4.  RE: Prefix partyId to messageId for the pong using ebXML sendAck

    Posted Thu April 01, 2021 07:45 AM

    Good to know that the issue is resolved.


    #webMethods