Interesting stack traces
This one is when running axis test harness (has a test for TerraService).
junit.framework.AssertionFailedError: Remote Exception caught: Server was unable to process request. --> File or assembly name GeoCoordinate, or one of its dependencies, was not found. at test.wsdl.terra.TerraServiceTestCase.test11TerraServiceSoapGetPlaceList(TerraServiceTestCase.java:54) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
Comments
I wrote a SOAP client in Java to access TerraServer-USA. I think I last used it in Feb 2005 but when I tried it in August it failed with the same message about "GeoCoordinate not found." I was wondering if anyone knows how to get around this problem. Does the WDSL need to be regenerated? I just upgraded to Norton Anti Virus 2005. Maybe that's the problem. It tried to download GeoCoordinate.DLL and GeoCoordinate.EXE from the server. Any ideas?
Posted by: pk | August 3, 2005 07:58 PM