" /> Davanum Srinivas' weblog: April 2005 Archives

« March 2005 | Main | May 2005 »

April 18, 2005

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)

April 08, 2005

Any use of WS-Addressing in the REST world?

Dave's recent blog got me thinking...Does anyone have any bright ideas on how one could use WS-Addressing concepts in the REST (read non-SOAP/WSDL) scenarios? Someone mints an EPR, hands it to you and you can use that EPR get something done later? (micropayments?)