use of tamino webdav client

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

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