(How to disfunction the ‘simile face’? I find that some typing is replaced by the simile face …)
Hi,
I want to create a query using BasicClient, here is my query …
Header:
SEARCH /taminowebdavserver HTTP/1.1
Content-type: text/xml; charset=“UTF-8”
Host: 137.189.94.75:80
Content-length: 80
Content:
<?xml version="1.0" encoding="utf-8" ?>
<D:basicsearch>
<D:select>
<D:prop>
<D:displayname/>
</D:prop>
</D:select>
<D:from>
<D:scope>
<D:href>/taminowebdavserver/news/</D:href>
</D:scope>
</D:from>
</D:basicsearch>
However, it return fails… Here is the response:
Header:
HTTP/1.1 400
Date: Mon, 03 Mar 2003 07:56:50 GMT
Server: Apache/1.3.23 (Win32) mod_jk/1.2.0 Resin/2.1.2
Set-Cookie: JSESSIONID=CD0C125DB819D2BD4F54287BDC414D7D; Path=/taminowebdavserver
Connection: close
Transfer-Encoding: chunked
Content-Type: text/xml; charset=“UTF-8”
However the content return something like this:
…
<D:responsedescription>Error on line 3:XML document structures must start and end within the same entity.</D:responsedescription>
I can’t find the problem in line 3. What’s the problem actually? Does it relate to the problem I asked in the previous question?
Also, If I want to implement Tamino WebDav Sever into my application, where can I find the related javadoc?
#webMethods#Tamino#API-Management