PDA

View Full Version : API returns empty faultString


mstyne
06-01-2006, 08:56 AM
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

mstyne
07-11-2006, 06:21 AM
Hi Guys,

Any luck looking into this issue?

Thanks,
Mike

IWorx-Chris
07-12-2006, 03:33 PM
Mike,

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

Chris