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.


#TechXchangePresenter
 View Only
Expand all | Collapse all

XMLand NON-XML Content

  • 1.  XMLand NON-XML Content

    Posted Mon May 26, 2003 04:24 PM


  • 2.  RE: XMLand NON-XML Content

    Posted Wed May 28, 2003 10:11 PM

    Hi JB

    I suggest you look at the thread titled how to associate the non xml data to xml data?

    The problem is that you can not store any other xml data with non-xml data. The only way around this is to create two seperate xml documents, one xml and the other non-xml (they can both be in the same collection). You then store the document name or even url in the xml doc together with the other info/elements you need. You can then use this url to get to the pdf document or picture.


    #Tamino
    #webMethods
    #API-Management


  • 3.  RE: XMLand NON-XML Content

    Posted Thu May 29, 2003 12:23 AM


  • 4.  RE: XMLand NON-XML Content

    Posted Thu May 29, 2003 09:16 AM

    I agree, it is a bit cumbersome. Apparently the next version of Tamino will have an easier way of dealing with this.

    I think the best thing to do for now is to create a servlet or dll that deals with your non-xml content as well as it’s “meta” data.

    Regards,
    Jean


    #API-Management
    #Tamino
    #webMethods


  • 5.  RE: XMLand NON-XML Content

    Posted Wed June 25, 2003 09:26 AM

    I am create unique prefix for non-XML docname (date, time, user, …) and
    store full docname of non-XML part in URL in XML part.


    #Tamino
    #webMethods
    #API-Management