luke_church
Sep-10-2005, 06:28 PM
Priority: Even Lower...
Issue: Documentation states, Result none
XML -> Result struct, containing 'Name: logout, string: Successful'
<?xml version="1.0"?>
<methodCall>
<methodName>smugmug.logout</methodName>
<params>
<param>
<value>
<string>5befa89984c7409d17e6bdc66ea81141</string>
</value>
</param>
</params>
</methodCall>
Header
<?xml version="1.0" encoding="iso-8859-1"?>
<methodResponse>
<params>
<param>
<value>
<struct>
<member>
<name>logout</name>
<value>
<string>successful</string>
</value>
</member>
</struct>
</value>
</param>
</params>
</methodResponse>
Current Workaround: Ignoring the response
(That's the last documentation issue for this morning :):, UK Time)
Issue: Documentation states, Result none
XML -> Result struct, containing 'Name: logout, string: Successful'
<?xml version="1.0"?>
<methodCall>
<methodName>smugmug.logout</methodName>
<params>
<param>
<value>
<string>5befa89984c7409d17e6bdc66ea81141</string>
</value>
</param>
</params>
</methodCall>
Header
<?xml version="1.0" encoding="iso-8859-1"?>
<methodResponse>
<params>
<param>
<value>
<struct>
<member>
<name>logout</name>
<value>
<string>successful</string>
</value>
</member>
</struct>
</value>
</param>
</params>
</methodResponse>
Current Workaround: Ignoring the response
(That's the last documentation issue for this morning :):, UK Time)