R
rootusertom
Guest
When trying to fetch subordinate sites of a certain webspace/subscription with the following call (contents of 'dataset' omitted):
<?xml version="1.0" encoding="UTF-8"?>
<packet version="1.6.3.4">
<site><get>
<filter><parent-id>6</parent-id></filter>
<dataset> ... </dataset>
</get></site>
</packet>
I got the following error:
(1015) Webspace does not exist
This is definitely not correct. The webspace with the ID 6 DOES exist, BUT has no dependant sites in it. When I try the same RP call on a webspace that IS containing sites, I get a valid response.
So IMHO the correct answer to my first request should be a response packet with status "OK" and no data in it.
Regards, Tom
<?xml version="1.0" encoding="UTF-8"?>
<packet version="1.6.3.4">
<site><get>
<filter><parent-id>6</parent-id></filter>
<dataset> ... </dataset>
</get></site>
</packet>
I got the following error:
(1015) Webspace does not exist
This is definitely not correct. The webspace with the ID 6 DOES exist, BUT has no dependant sites in it. When I try the same RP call on a webspace that IS containing sites, I get a valid response.
So IMHO the correct answer to my first request should be a response packet with status "OK" and no data in it.
Regards, Tom