Figure 1.1-1 shows a simplified view of the software architecture.
Client Program | Heliocentric Trajectories Web services | |
---|---|---|
Heliocentric Trajectories Unique Client Artifacts | Heliocentric Trajectories Unique Server Artifacts | |
JAX-WS Runtime | ![]() |
JAX-WS Runtime |
Table 1.1-1 describes each component in more detail.
Component | Description | Source |
---|---|---|
Client Program | A client program. It may use the HeliocentricTrajectories unique artifacts and JAX-WS or some other runtime support library. | Developed by any organization wishing to use the Web services. |
HeliocentricTrajectories Unique Client Artifacts | HeliocentricTrajectories unique client wrapper to the JAX-WS library. This code is generated by the wsimport tool included with the Java EE. | Provided in the Web services SDK by the group which developed the HeliocentricTrajectories Web services. |
JAX-WS runtime | JAX-WS runtime which handles the actual formatting and sending and receiving of SOAP messages. | Java EE 5 or Java SE 6. |
Heliocentric Trajectories Unique Server artifacts | HeliocentricTrajectories unique server wrapper to the JAX-WS library. This code is generated by the wsgen tool included with the Java EE. | Automatically generated by the Web Application Server when the HeliocentricTrajectories Web services are deployed. |
HeliocentricTrajectories Web services | The implementation of the HeliocentricTrajectories Web services. This component interfaces with existing HelioWeb HTML interface to fulfill Web service requests. | Delivered with the HeliocentricTrajectories Web services by the group which developed the HeliocentricTrajectories Web services. |
This sections describes issues related to utilizing the HeliocentricTrajectories Web Services API from any type of client. That is, the issues described in this section apply to all clients irrespective of the programming language/tools used to develop the client or runtime enviroment in which the client is executed. The following issues are common to all types of clients:
These issues are described below.
You are strongly encouraged to have your client set the HTTP User-Agent header (RFC 2068) to a value that identifies your client application in each Heliocentric Trajectories Web Service request that it makes. This will allow us to measure the usefulness of these services and justify their continued support. It isn't too important what value you use but it's best if it uniquely identifies your application. The specifics of how to do this in the client varies depending upon the programming language and support libraries used for the client. The example Java client described below contains the code required to set the header in a Java/JAX-RPC client. If you are unable or unwilling to set the User-Agent value in your client but still want us to know that your client uses the HeliocentricTrajectories Web Services, you may send a description of your client and any comments about the HeliocentricTrajectories Web Services to SPDF Support.
There are server computer resource limits imposed on the Heliocentric Trajectories Web services. While these limits are not expected to be limiting for legitimate requests, making requests for a long period of time or for a large number of spacecraft can exceed these limits and result in a "request exceeded computer resource limits" exception. A client may want to be prepared to deal with such occasions.
The WSDL file provides a standard description of HeliocentricTrajectories web services. The file is available from https://sscweb.gsfc.nasa.gov/WS/helio/1/HeliocentricTrajectoriesService?wsdl. You may want to save the file to your computer's disk for later use.
Note |
---|
Depending upon your browser's XML capabilities and how it handles an XML file that doesn't contain any style information, you may need to use the browser's "view source" option to view the WSDL in the browser. Recent versions of Internet Explorer and Mozilla will have no problem displaying the WSDL. Alternately, you may force the browser to save the WSDL file and view it using another application. The file should be viewable in a simple text editor. |
Many programming languages now understand WSDL and can use this file to automatically invoke Web services. For example, the WSDL can be imported into .NET, converted into Java code using the JAX-WS wsimport tool, or used directly by Perl SOAP::Lite. Refer to your particular development tools' documentation to learn how to use the provided WSDL file to develop a client application. If you are developing your client in a language other than Java or don't want to use the included Java library, then you must use the WSDL and can ignore the next section.
For convenience, we have included a Java library based upon JAX-WS. It is not necessary to use this library but it will be the easiest way for someone developing a Java client to access the Heliocentric Trajectories Web Services. You may use the WSDL described above along with any other standards complying web service development tools to develop a client instead of using this library.
The Java API provides an easy to use, high level API for accessing the Heliocentric Trajectories web services. It was developed using JAX-WS 2.0. Here is a description of the Heliocentric Trajectories Web services Java API . In order to use the Java library include in this SDK, you must already have a Java 1.5 development environment with the JAX-WS 2.0 run-time class libraries or Java 1.6 which includes the JAX-WS run-time class libraries.
The helioTrajectoriesWs-client.jar library provided with this kit contains an application that can be used to test the client run-time environment with the web services. To use the test client, use the equivalent of the following, single line command for your environment:
java -jar helioTrajectoriesWs-client.jar https://sscweb.gsfc.nasa.gov/WS/helio/1/HeliocentricTrajectoriesService?wsdl
This should produce output similar to the following:
Privacy and Important Notices: https://www.nasa.gov/about/highlights/HP_Privacy.html Time to execute getPrivacyAndImportantNotices = 0.085seconds Objects: 0001 COMET GRIGG-SKJLP 1992-01-01T00:00:00Z - 1993-01-01T00:00:00Z 0002 COMET H-M-P 1996-01-01T00:00:00Z - 1996-03-02T00:00:00Z 0003 COMET HALE-BOPP 1997-01-01T00:00:00Z - 1997-12-31T00:00:00Z 0005 GALILEO 1989-10-26T00:00:00Z - 2015-12-31T00:00:00Z 0006 GIOTTO 1992-01-01T00:00:00Z - 1992-12-31T00:00:00Z 0007 HELIOS 1 1974-12-11T00:00:00Z - 1985-12-31T00:00:00Z 0008 HELIOS 2 1976-01-01T00:00:00Z - 1985-12-31T00:00:00Z 0009 ICE 1984-01-01T00:00:00Z - 1999-12-31T00:00:00Z 0010 PIONEER 10 1972-03-03T00:00:00Z - 2005-12-31T00:00:00Z 0011 PIONEER 11 1973-04-06T00:00:00Z - 1999-12-31T00:00:00Z 0012 SAKIGAKE 1985-01-21T00:00:00Z - 1997-12-31T00:00:00Z 0013 SUISEI 1989-01-01T00:00:00Z - 1999-12-31T00:00:00Z 0014 ULYSSES 1990-10-19T00:00:00Z - 2015-12-09T00:00:00Z 0015 PVO (VENUS) 1978-01-01T00:00:00Z - 1999-12-31T00:00:00Z 0016 VOYAGER 1 1977-09-09T00:00:00Z - 2015-12-09T00:00:00Z 0017 VOYAGER 2 1977-08-25T00:00:00Z - 2015-12-09T00:00:00Z 0018 COMET BORRELLY 2000-01-01T00:00:00Z - 2002-12-31T00:00:00Z 0019 COMET WILD 2 2002-01-01T00:00:00Z - 2004-12-31T00:00:00Z 0020 COMET HYAKUTAKE 1995-09-01T00:00:00Z - 1996-12-31T00:00:00Z 0021 PHOBOS 2 1988-07-13T00:00:00Z - 1989-01-30T00:00:00Z 0022 COMET HALLEY 1984-01-01T00:00:00Z - 1987-12-31T00:00:00Z 0023 COMET GACOBINI-ZINNER 1984-01-01T00:00:00Z - 1986-12-31T00:00:00Z 0024 CASSINI 1997-10-16T00:00:00Z - 2004-07-01T00:00:00Z 0025 STEREOA 2007-01-01T00:00:00Z - 2009-12-31T00:00:00Z 0026 STEREOB 2007-01-01T00:00:00Z - 2009-12-31T00:00:00Z 0101 VENUS 1959-01-01T00:00:00Z - 2020-01-01T00:00:00Z 0102 MARS 1959-01-01T00:00:00Z - 2020-01-01T00:00:00Z 0103 JUPITER 1959-01-01T00:00:00Z - 2020-01-01T00:00:00Z 0104 SATURN 1959-01-01T00:00:00Z - 2020-01-01T00:00:00Z 0105 URANUS 1959-01-01T00:00:00Z - 2020-01-01T00:00:00Z 0106 NEPTUNE 1959-01-01T00:00:00Z - 2020-01-01T00:00:00Z 0107 EARTH 1959-01-01T00:00:00Z - 2020-01-01T00:00:00Z Time to execute getAllObjects = 0.024seconds Object: 0016 CoordinateSystem: SE Time Radius (AU) Latitude Longitude 1998-01-01T00:00:00Z 68.94 34.3 250.0 1998-01-02T00:00:00Z 68.95 34.3 250.0 1998-01-03T00:00:00Z 68.96 34.3 250.0 1998-01-04T00:00:00Z 68.97 34.3 250.0 1998-01-05T00:00:00Z 68.98 34.3 250.0 1998-01-06T00:00:00Z 68.99 34.3 250.0 1998-01-07T00:00:00Z 69.0 34.3 250.0 1998-01-08T00:00:00Z 69.01 34.3 250.0 1998-01-09T00:00:00Z 69.02 34.3 250.0 1998-01-10T00:00:00Z 69.03 34.3 250.0 1998-01-11T00:00:00Z 69.04 34.3 250.0 1998-01-12T00:00:00Z 69.05 34.3 250.0 1998-01-13T00:00:00Z 69.06 34.3 250.0 1998-01-14T00:00:00Z 69.07 34.3 250.0 1998-01-15T00:00:00Z 69.08 34.3 250.0 1998-01-16T00:00:00Z 69.09 34.3 250.0 1998-01-17T00:00:00Z 69.1 34.3 250.0 1998-01-18T00:00:00Z 69.11 34.3 250.0 1998-01-19T00:00:00Z 69.12 34.3 250.0 1998-01-20T00:00:00Z 69.13 34.3 250.0 1998-01-21T00:00:00Z 69.14 34.3 250.0 1998-01-22T00:00:00Z 69.15 34.3 250.0 1998-01-23T00:00:00Z 69.16 34.3 250.0 1998-01-24T00:00:00Z 69.16 34.3 250.0 1998-01-25T00:00:00Z 69.17 34.3 250.0 1998-01-26T00:00:00Z 69.18 34.3 250.0 1998-01-27T00:00:00Z 69.19 34.3 250.0 1998-01-28T00:00:00Z 69.2 34.3 250.0 1998-01-29T00:00:00Z 69.21 34.3 250.0 1998-01-30T00:00:00Z 69.22 34.3 250.1 1998-01-31T00:00:00Z 69.23 34.3 250.1 1998-02-01T00:00:00Z 69.24 34.3 250.1 1998-02-02T00:00:00Z 69.25 34.3 250.1 1998-02-03T00:00:00Z 69.26 34.3 250.1 1998-02-04T00:00:00Z 69.27 34.3 250.1 1998-02-05T00:00:00Z 69.28 34.3 250.1 1998-02-06T00:00:00Z 69.29 34.3 250.1 1998-02-07T00:00:00Z 69.3 34.3 250.1 1998-02-08T00:00:00Z 69.31 34.3 250.1 1998-02-09T00:00:00Z 69.32 34.3 250.1 1998-02-10T00:00:00Z 69.33 34.3 250.1 1998-02-11T00:00:00Z 69.34 34.3 250.1 1998-02-12T00:00:00Z 69.35 34.3 250.1 1998-02-13T00:00:00Z 69.36 34.3 250.1 1998-02-14T00:00:00Z 69.37 34.3 250.1 1998-02-15T00:00:00Z 69.38 34.3 250.1 1998-02-16T00:00:00Z 69.39 34.3 250.1 1998-02-17T00:00:00Z 69.4 34.3 250.1 1998-02-18T00:00:00Z 69.41 34.3 250.1 1998-02-19T00:00:00Z 69.42 34.3 250.1 1998-02-20T00:00:00Z 69.43 34.3 250.1 1998-02-21T00:00:00Z 69.44 34.3 250.1 1998-02-22T00:00:00Z 69.45 34.3 250.1 1998-02-23T00:00:00Z 69.46 34.3 250.1 1998-02-24T00:00:00Z 69.47 34.3 250.1 1998-02-25T00:00:00Z 69.48 34.3 250.1 1998-02-26T00:00:00Z 69.49 34.3 250.1 1998-02-27T00:00:00Z 69.5 34.3 250.1 1998-02-28T00:00:00Z 69.51 34.3 250.1 1998-03-01T00:00:00Z 69.52 34.3 250.1 1998-03-02T00:00:00Z 69.53 34.3 250.1 1998-03-03T00:00:00Z 69.54 34.3 250.1 1998-03-04T00:00:00Z 69.55 34.3 250.1 1998-03-05T00:00:00Z 69.56 34.3 250.1 1998-03-06T00:00:00Z 69.57 34.3 250.1 1998-03-07T00:00:00Z 69.58 34.3 250.1 1998-03-08T00:00:00Z 69.59 34.3 250.1 1998-03-09T00:00:00Z 69.6 34.3 250.1 1998-03-10T00:00:00Z 69.61 34.3 250.1 1998-03-11T00:00:00Z 69.62 34.3 250.1 1998-03-12T00:00:00Z 69.63 34.3 250.1 1998-03-13T00:00:00Z 69.64 34.3 250.1 1998-03-14T00:00:00Z 69.65 34.3 250.1 1998-03-15T00:00:00Z 69.66 34.3 250.1 1998-03-16T00:00:00Z 69.67 34.3 250.1 1998-03-17T00:00:00Z 69.68 34.3 250.1 1998-03-18T00:00:00Z 69.69 34.3 250.1 1998-03-19T00:00:00Z 69.7 34.3 250.1 1998-03-20T00:00:00Z 69.71 34.3 250.1 1998-03-21T00:00:00Z 69.72 34.3 250.1 1998-03-22T00:00:00Z 69.73 34.3 250.1 1998-03-23T00:00:00Z 69.74 34.3 250.1 1998-03-24T00:00:00Z 69.75 34.3 250.1 1998-03-25T00:00:00Z 69.76 34.3 250.1 1998-03-26T00:00:00Z 69.77 34.3 250.1 1998-03-27T00:00:00Z 69.78 34.3 250.1 1998-03-28T00:00:00Z 69.79 34.3 250.1 1998-03-29T00:00:00Z 69.8 34.3 250.1 1998-03-30T00:00:00Z 69.81 34.3 250.1 1998-03-31T00:00:00Z 69.82 34.3 250.1 1998-04-01T00:00:00Z 69.83 34.3 250.1 1998-04-02T00:00:00Z 69.84 34.3 250.1 1998-04-03T00:00:00Z 69.85 34.3 250.1 1998-04-04T00:00:00Z 69.86 34.3 250.2 1998-04-05T00:00:00Z 69.87 34.3 250.2 1998-04-06T00:00:00Z 69.88 34.3 250.2 1998-04-07T00:00:00Z 69.89 34.3 250.2 1998-04-08T00:00:00Z 69.9 34.3 250.2 1998-04-09T00:00:00Z 69.91 34.3 250.2 1998-04-10T00:00:00Z 69.92 34.3 250.2 1998-04-11T00:00:00Z 69.93 34.3 250.2 1998-04-12T00:00:00Z 69.94 34.3 250.2 1998-04-13T00:00:00Z 69.95 34.3 250.2 1998-04-14T00:00:00Z 69.96 34.3 250.2 1998-04-15T00:00:00Z 69.97 34.3 250.2 1998-04-16T00:00:00Z 69.98 34.3 250.2 1998-04-17T00:00:00Z 69.99 34.3 250.2 1998-04-18T00:00:00Z 70.0 34.3 250.2 1998-04-19T00:00:00Z 70.01 34.3 250.2 1998-04-20T00:00:00Z 70.02 34.3 250.2 1998-04-21T00:00:00Z 70.03 34.3 250.2 1998-04-22T00:00:00Z 70.04 34.3 250.2 1998-04-23T00:00:00Z 70.04 34.3 250.2 1998-04-24T00:00:00Z 70.05 34.3 250.2 1998-04-25T00:00:00Z 70.06 34.3 250.2 1998-04-26T00:00:00Z 70.07 34.3 250.2 1998-04-27T00:00:00Z 70.08 34.3 250.2 1998-04-28T00:00:00Z 70.09 34.3 250.2 1998-04-29T00:00:00Z 70.1 34.3 250.2 1998-04-30T00:00:00Z 70.11 34.3 250.2 1998-05-01T00:00:00Z 70.12 34.3 250.2 1998-05-02T00:00:00Z 70.13 34.3 250.2 1998-05-03T00:00:00Z 70.14 34.3 250.2 1998-05-04T00:00:00Z 70.15 34.3 250.2 1998-05-05T00:00:00Z 70.16 34.3 250.2 1998-05-06T00:00:00Z 70.17 34.3 250.2 1998-05-07T00:00:00Z 70.18 34.3 250.2 1998-05-08T00:00:00Z 70.19 34.3 250.2 1998-05-09T00:00:00Z 70.2 34.3 250.2 1998-05-10T00:00:00Z 70.21 34.3 250.2 1998-05-11T00:00:00Z 70.22 34.3 250.2 1998-05-12T00:00:00Z 70.23 34.3 250.2 1998-05-13T00:00:00Z 70.24 34.3 250.2 1998-05-14T00:00:00Z 70.25 34.3 250.2 1998-05-15T00:00:00Z 70.26 34.3 250.2 1998-05-16T00:00:00Z 70.27 34.3 250.2 1998-05-17T00:00:00Z 70.28 34.3 250.2 1998-05-18T00:00:00Z 70.29 34.3 250.2 1998-05-19T00:00:00Z 70.3 34.3 250.2 1998-05-20T00:00:00Z 70.31 34.3 250.2 1998-05-21T00:00:00Z 70.32 34.3 250.2 1998-05-22T00:00:00Z 70.33 34.3 250.2 1998-05-23T00:00:00Z 70.34 34.3 250.2 1998-05-24T00:00:00Z 70.35 34.3 250.2 1998-05-25T00:00:00Z 70.36 34.3 250.2 1998-05-26T00:00:00Z 70.37 34.3 250.2 1998-05-27T00:00:00Z 70.38 34.3 250.2 1998-05-28T00:00:00Z 70.39 34.3 250.2 1998-05-29T00:00:00Z 70.4 34.3 250.2 1998-05-30T00:00:00Z 70.41 34.3 250.2 1998-05-31T00:00:00Z 70.42 34.3 250.2 1998-06-01T00:00:00Z 70.43 34.3 250.2 1998-06-02T00:00:00Z 70.44 34.3 250.2 1998-06-03T00:00:00Z 70.45 34.3 250.2 1998-06-04T00:00:00Z 70.46 34.3 250.2 1998-06-05T00:00:00Z 70.47 34.3 250.2 1998-06-06T00:00:00Z 70.48 34.3 250.2 1998-06-07T00:00:00Z 70.49 34.3 250.2 1998-06-08T00:00:00Z 70.5 34.3 250.3 1998-06-09T00:00:00Z 70.51 34.3 250.3 1998-06-10T00:00:00Z 70.52 34.3 250.3 1998-06-11T00:00:00Z 70.53 34.3 250.3 1998-06-12T00:00:00Z 70.54 34.3 250.3 1998-06-13T00:00:00Z 70.55 34.3 250.3 1998-06-14T00:00:00Z 70.56 34.3 250.3 1998-06-15T00:00:00Z 70.57 34.3 250.3 1998-06-16T00:00:00Z 70.58 34.3 250.3 1998-06-17T00:00:00Z 70.59 34.3 250.3 1998-06-18T00:00:00Z 70.6 34.3 250.3 1998-06-19T00:00:00Z 70.61 34.3 250.3 1998-06-20T00:00:00Z 70.62 34.3 250.3 1998-06-21T00:00:00Z 70.63 34.3 250.3 1998-06-22T00:00:00Z 70.64 34.3 250.3 1998-06-23T00:00:00Z 70.65 34.3 250.3 1998-06-24T00:00:00Z 70.66 34.3 250.3 1998-06-25T00:00:00Z 70.67 34.3 250.3 1998-06-26T00:00:00Z 70.68 34.3 250.3 1998-06-27T00:00:00Z 70.69 34.3 250.3 1998-06-28T00:00:00Z 70.7 34.3 250.3 1998-06-29T00:00:00Z 70.71 34.3 250.3 1998-06-30T00:00:00Z 70.72 34.3 250.3 Object: 0102 CoordinateSystem: SE Time Radius (AU) Latitude Longitude 1998-01-01T00:00:00Z 1.382 -1.81 331.95 1998-01-02T00:00:00Z 1.382 -1.8 332.59 1998-01-03T00:00:00Z 1.381 -1.8 333.22 1998-01-04T00:00:00Z 1.381 -1.79 333.86 1998-01-05T00:00:00Z 1.381 -1.79 334.49 1998-01-06T00:00:00Z 1.381 -1.78 335.13 1998-01-07T00:00:00Z 1.381 -1.78 335.76 1998-01-08T00:00:00Z 1.381 -1.77 336.4 1998-01-09T00:00:00Z 1.381 -1.77 337.03 1998-01-10T00:00:00Z 1.381 -1.76 337.67 1998-01-11T00:00:00Z 1.381 -1.75 338.3 1998-01-12T00:00:00Z 1.381 -1.75 338.94 1998-01-13T00:00:00Z 1.382 -1.74 339.57 1998-01-14T00:00:00Z 1.382 -1.73 340.21 1998-01-15T00:00:00Z 1.382 -1.72 340.84 1998-01-16T00:00:00Z 1.382 -1.72 341.48 1998-01-17T00:00:00Z 1.382 -1.71 342.11 1998-01-18T00:00:00Z 1.382 -1.7 342.75 1998-01-19T00:00:00Z 1.382 -1.69 343.38 1998-01-20T00:00:00Z 1.382 -1.68 344.01 1998-01-21T00:00:00Z 1.383 -1.68 344.65 1998-01-22T00:00:00Z 1.383 -1.67 345.28 1998-01-23T00:00:00Z 1.383 -1.66 345.91 1998-01-24T00:00:00Z 1.383 -1.65 346.55 1998-01-25T00:00:00Z 1.384 -1.64 347.18 1998-01-26T00:00:00Z 1.384 -1.63 347.81 1998-01-27T00:00:00Z 1.384 -1.62 348.45 1998-01-28T00:00:00Z 1.384 -1.61 349.08 1998-01-29T00:00:00Z 1.385 -1.6 349.71 1998-01-30T00:00:00Z 1.385 -1.59 350.34 1998-01-31T00:00:00Z 1.385 -1.58 350.97 1998-02-01T00:00:00Z 1.386 -1.57 351.6 1998-02-02T00:00:00Z 1.386 -1.56 352.24 1998-02-03T00:00:00Z 1.386 -1.55 352.87 1998-02-04T00:00:00Z 1.387 -1.54 353.5 1998-02-05T00:00:00Z 1.387 -1.52 354.13 1998-02-06T00:00:00Z 1.388 -1.51 354.76 1998-02-07T00:00:00Z 1.388 -1.5 355.38 1998-02-08T00:00:00Z 1.388 -1.49 356.01 1998-02-09T00:00:00Z 1.389 -1.48 356.64 1998-02-10T00:00:00Z 1.389 -1.47 357.27 1998-02-11T00:00:00Z 1.39 -1.45 357.9 1998-02-12T00:00:00Z 1.39 -1.44 358.52 1998-02-13T00:00:00Z 1.391 -1.43 359.15 1998-02-14T00:00:00Z 1.391 -1.41 359.78 1998-02-15T00:00:00Z 1.392 -1.4 0.4 1998-02-16T00:00:00Z 1.392 -1.39 1.03 1998-02-17T00:00:00Z 1.393 -1.37 1.65 1998-02-18T00:00:00Z 1.394 -1.36 2.28 1998-02-19T00:00:00Z 1.394 -1.35 2.9 1998-02-20T00:00:00Z 1.395 -1.33 3.52 1998-02-21T00:00:00Z 1.395 -1.32 4.14 1998-02-22T00:00:00Z 1.396 -1.31 4.77 1998-02-23T00:00:00Z 1.397 -1.29 5.39 1998-02-24T00:00:00Z 1.397 -1.28 6.01 1998-02-25T00:00:00Z 1.398 -1.26 6.63 1998-02-26T00:00:00Z 1.399 -1.25 7.25 1998-02-27T00:00:00Z 1.399 -1.23 7.87 1998-02-28T00:00:00Z 1.4 -1.22 8.49 1998-03-01T00:00:00Z 1.401 -1.2 9.1 1998-03-02T00:00:00Z 1.401 -1.19 9.72 1998-03-03T00:00:00Z 1.402 -1.17 10.34 1998-03-04T00:00:00Z 1.403 -1.16 10.95 1998-03-05T00:00:00Z 1.404 -1.14 11.57 1998-03-06T00:00:00Z 1.404 -1.13 12.18 1998-03-07T00:00:00Z 1.405 -1.11 12.8 1998-03-08T00:00:00Z 1.406 -1.09 13.41 1998-03-09T00:00:00Z 1.407 -1.08 14.02 1998-03-10T00:00:00Z 1.408 -1.06 14.64 1998-03-11T00:00:00Z 1.408 -1.05 15.25 1998-03-12T00:00:00Z 1.409 -1.03 15.86 1998-03-13T00:00:00Z 1.41 -1.01 16.47 1998-03-14T00:00:00Z 1.411 -1.0 17.08 1998-03-15T00:00:00Z 1.412 -0.98 17.68 1998-03-16T00:00:00Z 1.413 -0.96 18.29 1998-03-17T00:00:00Z 1.414 -0.95 18.9 1998-03-18T00:00:00Z 1.414 -0.93 19.5 1998-03-19T00:00:00Z 1.415 -0.91 20.11 1998-03-20T00:00:00Z 1.416 -0.89 20.71 1998-03-21T00:00:00Z 1.417 -0.88 21.32 1998-03-22T00:00:00Z 1.418 -0.86 21.92 1998-03-23T00:00:00Z 1.419 -0.84 22.52 1998-03-24T00:00:00Z 1.42 -0.83 23.12 1998-03-25T00:00:00Z 1.421 -0.81 23.72 1998-03-26T00:00:00Z 1.422 -0.79 24.32 1998-03-27T00:00:00Z 1.423 -0.77 24.92 1998-03-28T00:00:00Z 1.424 -0.76 25.52 1998-03-29T00:00:00Z 1.425 -0.74 26.12 1998-03-30T00:00:00Z 1.426 -0.72 26.71 1998-03-31T00:00:00Z 1.427 -0.7 27.31 1998-04-01T00:00:00Z 1.428 -0.69 27.9 1998-04-02T00:00:00Z 1.429 -0.67 28.5 1998-04-03T00:00:00Z 1.43 -0.65 29.09 1998-04-04T00:00:00Z 1.431 -0.63 29.68 1998-04-05T00:00:00Z 1.432 -0.61 30.27 1998-04-06T00:00:00Z 1.433 -0.6 30.86 1998-04-07T00:00:00Z 1.434 -0.58 31.45 1998-04-08T00:00:00Z 1.435 -0.56 32.04 1998-04-09T00:00:00Z 1.436 -0.54 32.63 1998-04-10T00:00:00Z 1.438 -0.52 33.21 1998-04-11T00:00:00Z 1.439 -0.5 33.8 1998-04-12T00:00:00Z 1.44 -0.49 34.38 1998-04-13T00:00:00Z 1.441 -0.47 34.97 1998-04-14T00:00:00Z 1.442 -0.45 35.55 1998-04-15T00:00:00Z 1.443 -0.43 36.13 1998-04-16T00:00:00Z 1.444 -0.41 36.71 1998-04-17T00:00:00Z 1.445 -0.4 37.29 1998-04-18T00:00:00Z 1.447 -0.38 37.87 1998-04-19T00:00:00Z 1.448 -0.36 38.45 1998-04-20T00:00:00Z 1.449 -0.34 39.03 1998-04-21T00:00:00Z 1.45 -0.32 39.61 1998-04-22T00:00:00Z 1.451 -0.3 40.18 1998-04-23T00:00:00Z 1.452 -0.29 40.76 1998-04-24T00:00:00Z 1.454 -0.27 41.33 1998-04-25T00:00:00Z 1.455 -0.25 41.9 1998-04-26T00:00:00Z 1.456 -0.23 42.47 1998-04-27T00:00:00Z 1.457 -0.21 43.05 1998-04-28T00:00:00Z 1.458 -0.19 43.62 1998-04-29T00:00:00Z 1.46 -0.18 44.18 1998-04-30T00:00:00Z 1.461 -0.16 44.75 1998-05-01T00:00:00Z 1.462 -0.14 45.32 1998-05-02T00:00:00Z 1.463 -0.12 45.89 1998-05-03T00:00:00Z 1.464 -0.1 46.45 1998-05-04T00:00:00Z 1.466 -0.08 47.01 1998-05-05T00:00:00Z 1.467 -0.07 47.58 1998-05-06T00:00:00Z 1.468 -0.05 48.14 1998-05-07T00:00:00Z 1.469 -0.03 48.7 1998-05-08T00:00:00Z 1.471 -0.01 49.26 1998-05-09T00:00:00Z 1.472 0.01 49.82 1998-05-10T00:00:00Z 1.473 0.02 50.38 1998-05-11T00:00:00Z 1.474 0.04 50.94 1998-05-12T00:00:00Z 1.476 0.06 51.49 1998-05-13T00:00:00Z 1.477 0.08 52.05 1998-05-14T00:00:00Z 1.478 0.1 52.6 1998-05-15T00:00:00Z 1.479 0.11 53.16 1998-05-16T00:00:00Z 1.481 0.13 53.71 1998-05-17T00:00:00Z 1.482 0.15 54.26 1998-05-18T00:00:00Z 1.483 0.17 54.81 1998-05-19T00:00:00Z 1.485 0.18 55.36 1998-05-20T00:00:00Z 1.486 0.2 55.91 1998-05-21T00:00:00Z 1.487 0.22 56.46 1998-05-22T00:00:00Z 1.488 0.24 57.01 1998-05-23T00:00:00Z 1.49 0.25 57.55 1998-05-24T00:00:00Z 1.491 0.27 58.1 1998-05-25T00:00:00Z 1.492 0.29 58.64 1998-05-26T00:00:00Z 1.494 0.31 59.18 1998-05-27T00:00:00Z 1.495 0.32 59.73 1998-05-28T00:00:00Z 1.496 0.34 60.27 1998-05-29T00:00:00Z 1.498 0.36 60.81 1998-05-30T00:00:00Z 1.499 0.38 61.35 1998-05-31T00:00:00Z 1.5 0.39 61.88 1998-06-01T00:00:00Z 1.501 0.41 62.42 1998-06-02T00:00:00Z 1.503 0.43 62.96 1998-06-03T00:00:00Z 1.504 0.44 63.49 1998-06-04T00:00:00Z 1.505 0.46 64.03 1998-06-05T00:00:00Z 1.507 0.48 64.56 1998-06-06T00:00:00Z 1.508 0.49 65.1 1998-06-07T00:00:00Z 1.509 0.51 65.63 1998-06-08T00:00:00Z 1.511 0.53 66.16 1998-06-09T00:00:00Z 1.512 0.54 66.69 1998-06-10T00:00:00Z 1.513 0.56 67.22 1998-06-11T00:00:00Z 1.515 0.57 67.75 1998-06-12T00:00:00Z 1.516 0.59 68.27 1998-06-13T00:00:00Z 1.517 0.61 68.8 1998-06-14T00:00:00Z 1.518 0.62 69.32 1998-06-15T00:00:00Z 1.52 0.64 69.85 1998-06-16T00:00:00Z 1.521 0.65 70.37 1998-06-17T00:00:00Z 1.522 0.67 70.9 1998-06-18T00:00:00Z 1.524 0.69 71.42 1998-06-19T00:00:00Z 1.525 0.7 71.94 1998-06-20T00:00:00Z 1.526 0.72 72.46 1998-06-21T00:00:00Z 1.528 0.73 72.98 1998-06-22T00:00:00Z 1.529 0.75 73.5 1998-06-23T00:00:00Z 1.53 0.76 74.01 1998-06-24T00:00:00Z 1.531 0.78 74.53 1998-06-25T00:00:00Z 1.533 0.79 75.05 1998-06-26T00:00:00Z 1.534 0.81 75.56 1998-06-27T00:00:00Z 1.535 0.82 76.07 1998-06-28T00:00:00Z 1.537 0.84 76.59 1998-06-29T00:00:00Z 1.538 0.85 77.1 1998-06-30T00:00:00Z 1.539 0.87 77.61 Time to execute getTrajectories = 0.731secondsHere is the Java source code for the
WsExample
class.
The helioTrajectoriesWs-client.jar must be in your classpath
when compiling and running any application that wishes to use this
method of accessing the web services.