-
1. Re: Accessing Java Classes from Webservice Stubs
Adam Cameron. Mar 3, 2011 2:59 PM (in response to Dan Bracuk)Is the request aborting, or is it just not outputting anything? If you CFLOG something after one of those lines, is it logging?
Do you have an onError event handler which is not outputting to screen any indication that an exception has occurred?
Anything in the exception log?
--
Adam
-
2. Re: Accessing Java Classes from Webservice Stubs
Dan Bracuk Mar 4, 2011 5:48 AM (in response to Adam Cameron.)Ah, nothing like a fresh set of eyes to remind of the fundamentals. Thank you for that.
I actually could create a normal error by calling a method incorrectly. I would see the grey box and my debgging info would appear. However, if I did something I expected to succeed, it would seem to stop. Any text above that command would appear. No error message, no de-bugging.
But I didn't think to look in our error log. I see things like:
Could not initialize class com.microsoft.schemas._2003._10.Serialization.Arrays.ArrayOfstring
or
org.apache.axis.description.TypeDesc.(Ljava/lang/Class;Z)V
At least it's not a mystery anymore. Thanks again for suggesting the error log.

