WebService

class pyvo.io.vosi.voresource.WebService(*args, **kwargs)[source]

Bases: Interface

WebService element as described in http://www.ivoa.net/xml/VOResource/v1.0

A Web Service that is describable by a WSDL document. The accessURL element gives the Web Service’s endpoint URL.

Attributes Summary

wsdlurls

The location of the WSDL that describes this Web Service.

Attributes Documentation

wsdlurls

The location of the WSDL that describes this Web Service. If not provided, the location is assumed to be the accessURL with “?wsdl” appended.

Multiple occurances should represent mirror copies of the same WSDL file.