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
  • 1.  Adapter notification Error

    Posted Fri December 13, 2013 06:00 AM

    Hi Everyone,
    when I created an Adapter notification, i meet error " Exception:com.wm.app.b2b.server.ServiceException: java.lang.Exception: missing required parameter ‘document’ while executing trigger. Rejecting Document for TriggerStore"
    I created as flow

    • create adpater notifcation
    • create broker/local trigger to call flow service when received a published document.
      in flow service I call to documentToXMLString. when a replace documentToXMLString by debuglog, the error is resolved. It’s seem the document is null in flow step documentToXMLString
      Can you explain for me why document is null? and help me resolve this error.
      thanks Everyone!

    #Adapters-and-E-Standards
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Adapter notification Error

    Posted Fri December 13, 2013 12:06 PM

    In the subscribing service what is the input you gave fully qualified publishable document name and also make sure you ave savepipeline step is there to interospect whats coming the pipeline and so that accordingly you can map it to downstream step documenttoxmlstring.

    It should be either input or map link problem in the subscribing service (from the Trigger)

    HTH,
    RMG


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Adapter notification Error

    Posted Fri December 13, 2013 09:53 PM

    Hi, RMG
    Right as you say,when I rename document input in subscribing service (I gave qualified publishable document name), the error is resloved.
    Thanks for your help!


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: Adapter notification Error

    Posted Mon December 16, 2013 12:39 PM