SOAP webservice documentation

Generalities

This database can be used with a SOAP client. All fonctions of the interface is avialable.

The webservice descriptor is http://localhost/TNO2/ws/ws_bdp.wsdl

Functions

Operators codes

Criterias can be set selected using different operators

NumNameData typesNumber of operandsMath or SQL equivalent
0 Not a criteria All 01 = 1
1 Equality All 1x = A
2 Between Number 2A < x < B
3 Less than Number 1x < A
4 Less or equal than Number 1x <= A
5 More than Number 1A < x
6 More or equal than Number 1A <= x
7 Difference All 1x != A
8 String likes String 1x LIKE 'A'
9 String contains String 1x LIKE '%A%'
10String never equals * String 1x NOT LIKE 'A'
11This entry don't contents informationNullable0x = null
12This entry contents information Nullable0x != null

* : warning ! for names no one should respond to this LIKE statement, if at last one name don't respond to this criteria the object is shown.

Surveys avialable

Used to select survey in "Survey" fields. Names are case sensitive.

NameDescription
CFEPSCanada-France Ecliptic Survey (only tracked objects)
CFEPSntNon tracked objects of CFEPS
HiLatHigh Ecliptic Latitude survey

Dynamic types

Used to select dynamic types in "DynClass" fields. Names are case sensitive, it must be lowercase.

NameDescription
classicalAll classical objects
classical xClassical objects with "x" is the region (inner, main or outer)
Example : "classical outer"
detachedAll detached objects
resonantAll resonant objects
resonant x yAll resonant objects where "x y" is the resonance fraction with Neptune.
The fraction must be irreducible. The numerator and denominator must be positive integers.
Example : "resonant 3 2" returns all object with 3:2 resonance but "resonant 6 4" is invalid.
scatteringAll scattering objects

Samples

Back to menu