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

Search documents of a WebDAV Server

  • 1.  Search documents of a WebDAV Server

    Posted Mon October 28, 2002 09:22 PM

    Hello,

    is it possible to search through the content of documents (e.g. word.doc) which where put in Tamino with a WebDav Server? Which informations are searchable?

    THX

    Tobi


    #webMethods
    #API-Management
    #Tamino


  • 2.  RE: Search documents of a WebDAV Server

    Posted Tue October 29, 2002 07:46 AM

    Hi,

    it is possible to search for properties like
    all resources with the mime type text/xml, resources with content length > 12345 and so on.
    You may search for text documents, that contain a specific string, and you may search for xml documents, that fulfill a specific xpath expression. A word document is binary data. No search algorithm is implemented to search in binary data.

    Regards,
    Martin


    #webMethods
    #Tamino
    #API-Management