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
Expand all | Collapse all

webMethods Ezine Dynamic Document Mapping Delivering a Document in Multiple Formats

  • 1.  webMethods Ezine Dynamic Document Mapping Delivering a Document in Multiple Formats

    Posted Tue August 27, 2002 05:14 AM

    Questions or comments about this webMethods Ezine article?

    Click here to read the original text.


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


  • 2.  RE: webMethods Ezine Dynamic Document Mapping Delivering a Document in Multiple Formats

    Posted Thu April 07, 2005 05:51 AM

    could any one please tell me if there is any function to convert a documentlist directly to an xml String


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


  • 3.  RE: webMethods Ezine Dynamic Document Mapping Delivering a Document in Multiple Formats

    Posted Thu April 07, 2005 06:34 AM

    Hi Hari

      U could refer the "webMethods Integration Server Built-in Services Reference.pdf" where ther are a number of built in services. 
    

    There are services which coverts from documentListToDocument and then documentToXMLValues.

    Jimmy


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


  • 4.  RE: webMethods Ezine Dynamic Document Mapping Delivering a Document in Multiple Formats

    Posted Thu April 07, 2005 09:06 AM

    hi jimmy,

    i had referred the BISR Guide already . i think u r referring to pub.document.documentlisttoDocument service . could u please tell me what to give in name and value field. this service was using key-value pairs . these are not found in normal documentlists right ? .

    hari


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


  • 5.  RE: webMethods Ezine Dynamic Document Mapping Delivering a Document in Multiple Formats

    Posted Fri April 08, 2005 09:41 AM

    Hi Hari

        The name and value act as key-value pair where the the name is the key, it should be a string value and value the content. 
    Suppose in u'r Doclist u have Details of employees, where Name field can be the key and Age field can be value. 
    

    Jimmy


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


  • 6.  RE: webMethods Ezine Dynamic Document Mapping Delivering a Document in Multiple Formats

    Posted Fri April 08, 2005 10:31 AM

    hi jimmy

    thankx for the tip. i will try to explain to u the situation in detail . i am receiving a documentlist from a stored procedure call with following fields as output , AgentID, IDType, SummaryType , FirstName , MiddleName, LastName. i want to convert the whole document list as a single xml string data entity so that it can be logged on as a message in a log databse. what is the criteria in choosing the name and value fields . can i use the above service in this case.


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


  • 7.  RE: webMethods Ezine Dynamic Document Mapping Delivering a Document in Multiple Formats

    Posted Wed June 15, 2005 07:31 PM

    i received a documentList from DataBase with following fields as output, eno,ename,dept,basic,pf,ta,Total.I want convert the whole documentList as a Document.could any one please tell me .


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


  • 8.  RE: webMethods Ezine Dynamic Document Mapping Delivering a Document in Multiple Formats

    Posted Wed June 15, 2005 07:42 PM

    Try the below service and see whether it will workout for you are not.
    pub.document:documentListToDocument in WmPublic package.


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


  • 9.  RE: webMethods Ezine Dynamic Document Mapping Delivering a Document in Multiple Formats

    Posted Wed June 15, 2005 07:55 PM

    hai chandra ,

    thanx,but i have got following error: 
    

    com.wm.util.BasisRuntimeException:[BAC.0001.0060]
    RuntimeException:cannot insert null key.


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


  • 10.  RE: webMethods Ezine Dynamic Document Mapping Delivering a Document in Multiple Formats

    Posted Wed June 15, 2005 08:04 PM

    You should provide the name(key of the field like eno,ename etc.)this will convert it to a Document.Also see the documentation of the above service for more info.

    HTH,
    RMG


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


  • 11.  RE: webMethods Ezine Dynamic Document Mapping Delivering a Document in Multiple Formats

    Posted Wed June 15, 2005 08:06 PM

    i want flow steps of DataBase to XML Scenario useing JMS Adapter


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