webMethods

webMethods

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

Webmethod: Sending outbound data. Service invoke error.

  • 1.  Webmethod: Sending outbound data. Service invoke error.

    Posted Wed February 20, 2019 03:23 AM

    Hi Everyone, I am new to webMethods so please bare with me… I am trying to send a file (outbound flow) and received the below error message:

    An error occurred invoking the processing service AP_AVNET.processing:process_ORDRSP_Outbound for this document. The original error was com.wm.lang.flow.FlowException: com.wm.lang.flow.FlowException:IFX; ICR value for sender/receiver/whichCN not found
    at com.wm.lang.flow.FlowExit.getFailure(FlowExit.java:297)
    at com.wm.lang.flow.FlowState.willExit(FlowState.java:238)
    at com.wm.lang.flow.FlowSequence.invoke(FlowSequence.java:263)
    at com.wm.lang.flow.FlowState.invokeNode(FlowState.java:520)
    at com.wm.lang.flow.FlowState.step(FlowState.java:389)
    at com.wm.lang.flow.FlowState.invoke(FlowState.java:360)
    at com.wm.app.b2b.server.FlowSvcImpl.baseInvoke(FlowSvcImpl.java:1131)
    at com.wm.app.b2b.server.invoke.InvokeManager.process(InvokeManager.java:645)
    at com.wm.app.b2b.server.util.tspace.ReservationProcessor.process(ReservationProcessor.java:39)
    at com.wm.app.b2b.server.invoke.StatisticsProcessor.process(StatisticsProcessor.java:53)
    at com.wm.app.b2b.server.invoke.ServiceCompletionImpl.process(ServiceCom

    processing rules and partner profiles are already configured. Can you please let me know what is my mistake / missing here? Thank you


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


  • 2.  RE: Webmethod: Sending outbound data. Service invoke error.

    Posted Tue February 26, 2019 05:15 PM

    try to use trace the service:
    AP_AVNET.processing:process_ORDRSP_Outbound
    see what’s in the pipeline and at which step such error happens.

    first save the pipeline at the very beginning of the service.


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


  • 3.  RE: Webmethod: Sending outbound data. Service invoke error.

    Posted Thu March 07, 2019 07:37 AM

    Hi Wilmor,
    Please check the sender and receiver ID fields if the field values are compatible with the valued defined in Partner Profiles
    Best regards
    Onur


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


  • 4.  RE: Webmethod: Sending outbound data. Service invoke error.

    Posted Fri March 08, 2019 03:13 AM

    Thanks Tong Wang and Onur. The issue has been resolved by adding the value on ICR look up table.


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