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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  xml values

    Posted 04/17/08 01:23 PM

    hi all
    i have newly joined in web methods.
    i have created one xml file and then by using getfile i have taken that file.
    then i have converted that into string by using byteToString.
    then stringToxmlNode and xmlNodeTodocument.
    but now i want to store these values into table.when i am trying to give document as a input,null values are stored in table.
    please help to slove this problem


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 2.  RE: xml values

    Posted 04/20/08 11:29 PM

    hi,
    is this a database table you are trying to store? Then just store the string to a clob field via insert statement ( JDBC insert service)


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 3.  RE: xml values

    Posted 04/22/08 07:38 AM

    How are you trying to insert values to DB? If through JDBC Adapter service then what kind of adapter service is used by you?


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 4.  RE: xml values

    Posted 05/02/08 09:34 AM

    The document you got from xml file and the input document of the adapter service may have different structures or atleast different fileds. You need to map individual fields from the document to the adapter input document fields.

    Cheers
    Guna


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 5.  RE: xml values

    Posted 05/02/08 09:45 AM

    ya we need to map the values.
    but when we convert xml file in to document…that document is not having any filed.
    if we extend it we will find nothing is there in document.
    so i could not map.


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB