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

use of tamino webdav client

  • 1.  use of tamino webdav client

    Posted Mon July 07, 2003 02:01 PM

    tamino 411
    tamino webdav server 411
    tamino webdav basic client 1112
    os system: win200p

    i try to query the properties using the tamino webdav basic client. the following query works fine:

    <?xml version="1.0"?>
    <D:propfind xmlns:D=“DAV:”>
    <D:allprop/>
    </D:propfind>
    ]]><![CDATA[PROPFIND /taminowebdavserver HTTP/1.1
    Content-type: text/xml; charset="UTF-8"
    Host: PCMKH02:4000
    Content-length: 80
    Authorization: Basic Og==

    but the following query does not work at all:

    <?xml version="1.0" encoding="UTF-8"?>









    /taminowebdavserver/webdav01l/







    */*





    ]]><![CDATA[SEARCH /taminowebdavserver HTTP/1.1
    Host: pcmkh02:4000
    Content-length: 415

    always i am getting HTTP error protocol not supported

    what is wrong?

    thanks
    with regards

    MichaelK


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: use of tamino webdav client

    Posted Wed July 16, 2003 01:00 PM

    Hello MichaelK,

    would you be able to verify, that the count of blanks between the webdav command, the url and the http version specification is exactely one for each seperation?
    Would you be able to post the saved command file of the basic client?

    best regards

    Juergen


    #Tamino
    #API-Management
    #webMethods