|
Home
For Data Providers
Technical Resources
|
|
Making SOAP Requests to Get Species
SOAP (Simple Object Access Protocol) lets third-party developers
use NatureServe species data by making remote procedure calls. This
information is encoded using XML (Extensible Markup Language),
although this is transparent to the developer in the course of
normal usage. The Web Services Description Language (WSDL)
document defines all the available NatureServe web service APIs,
their parameters, and the data that they return.
The SOAP End Point
| https://services.natureserve.org/idd/soap/services/Species?wsdl |
|