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.  $filestream and $filedata are all missing

    Posted Mon November 22, 2010 04:30 AM

    hai goodmorning to every one…

        i got the error as
    

    com.wm.app.b2b.server.ServiceException: [ISS.0086.9091] Parameters xmldata, $filestream and $filedata are all missing. One of these must not be null. when storing my xml doc from tn to db…
    please help me to over come this error…


    #B2B-Integration
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: $filestream and $filedata are all missing

    Posted Mon November 22, 2010 11:51 AM

    Hi,
    What is your flow of working?
    Could you please mention it, so that I can catch your error, I suppose you might not have mapped it correctly, as $filestream and $filedata are optional fields.

    Regards.


    #Integration-Server-and-ESB
    #webMethods
    #B2B-Integration


  • 3.  RE: $filestream and $filedata are all missing

    Posted Mon November 22, 2010 03:40 PM

    Rajesh,

    Can you make sure pub.xml:xmlStringToXMLNode inputs mapped data received as expected? Please check this service and debug the service (Getting bizdoc from TN and converting content to string check this logic)

    HTH,
    RMG


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB


  • 4.  RE: $filestream and $filedata are all missing

    Posted Tue November 23, 2010 05:51 AM

    Hai Rmg,

    i have mapped the content in bizdoc to bytes from service pub.string:bytesToString and then used a service pub.xml:xmlStringToXMLNode in this service i have mapped the output string of pub.string:bytesToString to xmldata .
    

    I am getting the error at pub.xml:xmlStringToXMLNode. please suggest me what exactly to do here…


    #Integration-Server-and-ESB
    #webMethods
    #B2B-Integration


  • 5.  RE: $filestream and $filedata are all missing

    Posted Tue November 23, 2010 11:01 AM

    hi Rajesh,

    If you know the inbound document is xml, try using this service: wm.tn.doc.xml:bizdocToRecord.

    Otherwise extract the specific content from Bizdoc (bizdoc/ContentParts/PartName = xmldata, edidata, etc) and use the “bizdoc/ContentParts/Bytes” to convert to string or whatever.

    • regards
      DC

    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration


  • 6.  RE: $filestream and $filedata are all missing

    Posted Tue November 23, 2010 03:39 PM

    Rajesh,

    Pls try the solutions as Deepan described above and either solutions would work and its the standard way of handling/processing TN XML docs:

    HTH,
    RMG


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration


  • 7.  RE: $filestream and $filedata are all missing

    Posted Mon December 27, 2010 04:11 PM

    I met the issue when I send 3B2 to partners, but the issue occur at outbound map step of RN Process, I found that the attribute of RN Process flow “ExpressPipeline” should be set false,then I fix the issue


    #B2B-Integration
    #webMethods
    #Integration-Server-and-ESB