API returns empty faultString

Good Morning Gents,

I was tinkering around with the InterWorx API, and was testing some error handling. Unfortunately, it seems that the API won’t return the actual faultString. Right now I’m just returning the faultCode to the end user, which, as you can guess, is pretty unfriendly.

<?xml version="1.0" ?>
<methodResponse>
<fault>
<value>
<struct>
<member>
<name>faultCode</name>
<value><int>912</int></value>
</member>
<member>
<name>faultString</name>
<value><string></string></value>
</member>
</struct>
</value>
</fault>
</methodResponse>

Any thoughts on how this problem can be corrected, or is this a known issue?

Cheers,
Mike

Hi Guys,

Any luck looking into this issue?

Thanks,
Mike

Mike,

Sorry this has sat so long. I’ll get this peeked at this week.

Chris