devbobo
Mar-01-2005, 08:08 PM
I can't seem to get changeAlbumSettings to work, it always return a nearly empty response message. I realise that Matt already has a thread relating to this going, but I didn't want this info to get buried and not seen by the right people.
ok...here's the request I send...
<methodCall>
<methodName>changeAlbumSettings</methodName>
<params>
<param>
<value><string>ChangedToProtectTheInnocent</string></value>
</param>
<param>
<value><i4>399398</i4></value>
</param>
<param>
<value>
<struct>
<member>
<name>SubCategoryID</name>
<value><i4>59241</i4></value>
</member>
</struct>
</param>
</params>
</methodCall>
And here is the response I get back from this message...
<?xml version="1.0" encoding="iso-8859-1"?>
<methodResponse>
<params>
<param>
<value>
<string/>
</value>
<param>
</params>
</methodResponse>
My request seems OK to me, if anyone can point out any problems, it would be appreciated.
Cheers,
David
ok...here's the request I send...
<methodCall>
<methodName>changeAlbumSettings</methodName>
<params>
<param>
<value><string>ChangedToProtectTheInnocent</string></value>
</param>
<param>
<value><i4>399398</i4></value>
</param>
<param>
<value>
<struct>
<member>
<name>SubCategoryID</name>
<value><i4>59241</i4></value>
</member>
</struct>
</param>
</params>
</methodCall>
And here is the response I get back from this message...
<?xml version="1.0" encoding="iso-8859-1"?>
<methodResponse>
<params>
<param>
<value>
<string/>
</value>
<param>
</params>
</methodResponse>
My request seems OK to me, if anyone can point out any problems, it would be appreciated.
Cheers,
David