Hi,
My application works fine until one of the server side methods throws an exception. The exception is handled by a subtype of DOMFaultListener which adds an element to the fault detailEntries containing an exception code and string. So far so good. However, any calls made after this result in BadTargetObjectURI : "Unable to determine object id from call: is the method element namespaced?". I have session maintenance set true. The output in the TunnelTool window does not show a problem with the SOAP messages sent as far as I can tell, the session Id is the same as before the exception. The only fix is to restart the application. Does anyone know what has gone wrong here? Thanks, Neal.
