C
cfnick1
Guest
I have plenty of working functions written for interacting with Plesk API RPC. For some reason Plesk does not respond at all when trying to get information about a template. I've tried many different xml requests to get template information, but nothing is returned; not even an error message. I have the correct administrator login, valid url, existing templates on Plesk, working applications with other requests etc. I've tried a few different requests such as including the client_id, specifying the specific template by name etc. Here is one of the requests I tried straight from he documentation at http://download1.swsoft.com/Plesk/Plesk8.0/Doc/plesk-8-api-rpc/32918.htm
The following packet gets the information about all domain templates that belong to Plesk Administrator:
<packet version="1.4.1.0">
<domain-template>
<get>
<filter/>
</get>
</domain-template>
</packet>
Any ideas why plesk would not respond?
The following packet gets the information about all domain templates that belong to Plesk Administrator:
<packet version="1.4.1.0">
<domain-template>
<get>
<filter/>
</get>
</domain-template>
</packet>
Any ideas why plesk would not respond?