SkyServer
 Site Map
 SkyServer paper
 Web Services
     - Image Cutout
     - CAS Access
     - Spectra
     - Visualization
     - Mirage
 Site Traffic
 skyserver.org
Web Services

Definition

By web services here we mean SOAP (Simple Object Access Protocol) Services.

FROM http://dev.w3.org/cvsweb/~checkout~/2002/ws/arch/wsa/wd-wsa-arch.html#whatisws
"[Definition: A Web service is a software system identified by a URI, whose public interfaces and bindings are defined and described using XML. Its definition can be discovered by other software systems. These systems may then interact with the Web service in a manner prescribed by its definition, using XML based messages conveyed by Internet protocols.]
Note:
Our definition of the term "Web services" does not presuppose the use of SOAP as a packaging format or a processing model. Nor does it presuppose the use of WSDL as a service description language. There are, and will be in the future, plenty of Web services that use raw HTTP as a data transfer protocol and some mutually agreed-upon XML format as the message content. The Web Services *reference architecture* does, however, assume that the higher levels of the Web services protocol stack are built on the foundation of SOAP and WSDL. "

Hence the W3C definition does not require SOAP, but it is a de facto standard at present for web services. If we choose SOAP and WSDL, a range of tools exist.

  • We have tried - Java, C#, Python and Perl
  • Generate Proxy classes in your language
  • Marshals calls to the service
  • Serializes/Deserializes XML from service into/out of native objects.
  • Generates WSDL for your service.

Advantages

  • Language/Platform independence
  • Don’t care much about the format of the XML - got a local object (tools)
  • Making service is easy
  • Allows complex operations/info in easy manner

Disadvantages

  • Small learning curve (new technology - must learn the ABCs)
  • Can be difficult to get exactly the XML/WSDL you want (if you care)
  • Need a web server and application server running (if hosting service)
  • Performance - not a problem so far
In general, we host our web services on IIS using Microsoft .NET server. We write our services in C#.

Core Services

There are many web services available at JHU - most are listed on the Virtual Observatory Page. Services of particular interest to users of SDSS data are mentioned here.

Image Cutout

The Image Cutout service (ImgCutout) is briefly covered in the API page. This web service allows you to get jpg images of parts of the sky covered by SDSS. The service URL is:
      http://skyservice.pha.jhu.edu/dr1/ImgCutout/imgcutout.asmx
As with all web services, you may get the WSDL by adding ?WSDL to this URL - i.e.
     http://skyservice.pha.jhu.edu/dr1/ImgCutout/imgcutout.asmx?wsdl
The DIME page describes writing a Java client to this service. The Image Cutout service underpins many of the pages on the SkyServer website.

CAS Access

This web service allows submission of SQL queries, with results returned in a number of formats. The service URL may be found at:
     http://voservices.net/CasService/ws_v1_0/CasService.asmx
The CAS Client page describes writing Java and Python clients to this service.

DensityMap

This service is briefly mentioned on the API page.
The Service URL may be found at:
http://skyservice.pha.jhu.edu/devel/DensityMap/DensityMap.asmx
The Density Map tool is built on this service.

Spectra

There is a group of web services for accessing spectral data from the SDSS: Further information about Java and C# clients for these services may be found on the Spectra Client page. The Spectra Website is built on top of these services.

Clients

Visualization

As already mentioned, the Spectra Website is built on top of the spectra and filter services.
Many of the tools on the SkyServer site rely on the ImgCutout service. The Navigate tool is probably the best example.
Global color-coded maps such as the seeing map shown on the right may be produced from the Density Map tool, which relies on the DensityMap service.

Mirage

Mirage (pictured on the right) is a powerful data analysis tool from Bell Labs. We have made a wrapper for Mirage using the CAS Access service and the NVO Registry. The wrapper allows loading of VO data and data from SQL queries to CAS. For more information, and to download, see the Mirage page.
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy