M
MitchelC
Guest
Hello, I'm sending this XML:
<packet version="1.6.3.0">
<webspace>
<add>
<gen_setup>
<name>Basic.com</name>
<owner-login>stevelow</owner-login>
<htype>vrt_hst</htype>
<ip_address>20.14.25.2</ip_address>
<status>0</status>
</gen_setup>
<hosting>
<vrt_hst>
<property>
<name>ftp_login</name>
<value>ftp16se4fdf0</value>
</property>
<property>
<name>ftp_password</name>
<value>qweqwe</value>
</property>
<ip_address>20.14.25.2</ip_address>
</vrt_hst>
</hosting>
<plan-name>Basic</plan-name>
</add>
</webspace>
</packet>
And getting this back:
<?xml version="1.0" encoding="UTF-8"?><packet version="1.6.3.0"><webspace><add><result><status>error</status><errcode>1023</errcode><errtext>Unable to accept the template: the following limitations are exceeded.
Description Requested Allowed
Webmail Horde IMP None
Retain web and traffic statistics 3 6</errtext></result></add></webspace></packet>
How should I write my XML to set webmail to "horde" and web stats to "6"?
<packet version="1.6.3.0">
<webspace>
<add>
<gen_setup>
<name>Basic.com</name>
<owner-login>stevelow</owner-login>
<htype>vrt_hst</htype>
<ip_address>20.14.25.2</ip_address>
<status>0</status>
</gen_setup>
<hosting>
<vrt_hst>
<property>
<name>ftp_login</name>
<value>ftp16se4fdf0</value>
</property>
<property>
<name>ftp_password</name>
<value>qweqwe</value>
</property>
<ip_address>20.14.25.2</ip_address>
</vrt_hst>
</hosting>
<plan-name>Basic</plan-name>
</add>
</webspace>
</packet>
And getting this back:
<?xml version="1.0" encoding="UTF-8"?><packet version="1.6.3.0"><webspace><add><result><status>error</status><errcode>1023</errcode><errtext>Unable to accept the template: the following limitations are exceeded.
Description Requested Allowed
Webmail Horde IMP None
Retain web and traffic statistics 3 6</errtext></result></add></webspace></packet>
How should I write my XML to set webmail to "horde" and web stats to "6"?