lczub / TestLink-API-Python-client

A Python client to use the TestLink API
104 stars 63 forks source link

testlink/lib/api/xmlrpc/v1/xmlrpc.php was not found #113

Closed NEOOOOOOOOOO closed 5 years ago

NEOOOOOOOOOO commented 5 years ago

I got below response when visit http://{YOURSERVER}/testlink/lib/api/xmlrpc/v1/xmlrpc.php

Not Found
The requested URL /testlink/lib/api/xmlrpc/v1/xmlrpc.php was not found on this server.

Can you help for this?

Thanks.

NEOOOOOOOOOO commented 5 years ago

URL should be http://{YOURSERVER}/lib/api/xmlrpc/v1/xmlrpc.php

lczub commented 5 years ago

Hello Neo, thank for your request. Your answer is correct, when testlink is the only running application on the (virtual) server. When several applications are running on one (virtual) server, the url requires an additional namespace / alias as you see in me sample. Regards Luiko