|
[Webware-devel] [ webware-Patches-749958 ] XMLRPCServlet: No way to send custom fault code
From: SourceForge.net <noreply@so...> - 2003-06-06 05:43
|
Patches item #749958, was opened at 2003-06-05 22:43 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=304866&aid=749958&group_id=4866 Category: WebKit Group: None Status: Open Resolution: None Priority: 5 Submitted By: Michael Casaday (mcasaday) Assigned to: Nobody/Anonymous (nobody) Summary: XMLRPCServlet: No way to send custom fault code Initial Comment: XMLRPCServlet provides no means to specify a fault code. If you set 'RPCExceptionReturn' to 'exception' in Application.config, you can specify the fault string exactly by throwing a string exception. However, there is no way to specify the fault code. A fault code of 1 is always returned. This patch changes XMLRPCServlet so that when it catches an exception of type Fault it marshals and sends it as is. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=304866&aid=749958&group_id=4866 |
| Thread | Author | Date |
|---|---|---|
| [Webware-devel] [ webware-Patches-749958 ] XMLRPCServlet: No way to send custom fault code | SourceForge.net <noreply@so...> |