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.  Java Classes of Tamino WebDav Server

    Posted 03/04/03 10:02 AM

    Hi,

    If I want to implement a Java web application using Tamino WebDav Server. Functions may include inserting, deleting and searching for the data files (xml or non-xml files) from WebDav server. Where can I find the related JavaDoc?

    I’ve viewed some classes from the Documentation. However, I can’t find the JavaDoc online for com.softwareag.xtools.xdav… packages.
    Also, how to set the CLASSPATH? or what is the related jar file?

    Thanks a lot.


    #API-Management
    #webMethods
    #Tamino


  • 2.  RE: Java Classes of Tamino WebDav Server

    Posted 03/05/03 09:38 AM

    Hi,

    if you want to write an application running against TaminoWebDAVServer, currently you have to use the WebDAV protocol. An example of how to do that is the Slide client. Get it from http://jakarta.apache.org/slide/index.html, look for the Slide Client sources.
    Implementation of interface jsr147 is currently under development.

    Martin


    #API-Management
    #Tamino
    #webMethods