Sloan Digital Sky Survey
JHU Spectra WebServices clients
The Spectra Web Service allows access to the SDSS spectra. Queries may be submited and results are available in a variety of formats.
This is the service URL Filter/Spectra service <

Java Clients for the Spectra Web Services

Creating a java client


Using axis-1_1RC1 we created the set of client classes for using this service. This is very easy with axis you simply do
java org.apache.axis.wsdl.WSDL2Java http://skyservice.pha.jhu.edu/devel/wave/wave.asmx?wsdl 
And you are done. (Okay you do need to have your class path set up properly to include the AXIS libs).
Sample client java code See also the ImgCutout page.

C# client

The easiest way to do this is to attach a WebServie using Visual Studio. This creates the client stubs for the service. Here is some C# client code.

William O'Mullane
Last Modified :Thursday, October 9, 2003 at 2:11:10 PM , $Revision 1.2 $