What could cause what seems to be a hang on invoking a service?
It shouldn't be a setup problem since other methods in the same interface is working OK. I have full debug on and get the log below but when I debug it in eclipse it seems to hang when I execute the service. There is a mention of "post-invoke" in the log but the recieving end has no trace of ever executing I would expect some sort of exception if there would be a constructor or setter missing from the parameter objects(?) 13:19:14 DEBUG (XMLTypeCreator.java:91) - Mapping file : foo.FooClass.aegis.xml not found. 13:19:17 DEBUG (XFireProxy.java:50) - Method [fooMethod] [..parameters...] 13:19:17 DEBUG (HttpTransport.java:34) - Creating new channel for uri: urn:xfire:transport:http:11697239570802-903387020 13:19:17 DEBUG (HandlerPipeline.java:64) - adding handler [EMAIL PROTECTED] to phase send 13:19:17 DEBUG (HandlerPipeline.java:64) - adding handler [EMAIL PROTECTED] to phase post-invoke 13:19:17 DEBUG (HandlerPipeline.java:64) - adding handler [EMAIL PROTECTED] to phase user 13:19:17 DEBUG (HandlerPipeline.java:64) - adding handler [EMAIL PROTECTED] to phase transport 13:19:17 DEBUG (HandlerPipeline.java:64) - adding handler [EMAIL PROTECTED] to phase post-invoke 13:19:17 DEBUG (HandlerPipeline.java:115) - Invoking phase post-invoke 13:19:17 DEBUG (HandlerPipeline.java:129) - Invoking handler org.codehaus.xfire.soap.handler.SoapSerializerHandler in phase post-invoke 13:19:17 DEBUG (HandlerPipeline.java:129) - Invoking handler org.codehaus.xfire.util.dom.DOMOutHandler in phase post-invoke 13:19:14 DEBUG (XMLTypeCreator.java:91) - Mapping file : foo.FooClass.aegis.xml not found. --- Nik --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
