LIAS names – A Database with Names of Lichens, Lichenicolous Fungi and Non-Lichenized Ascomycetes


Click here for a complete list of operations.

SearchByNameID

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.

Parameter Value
NameID:

SOAP

The following is a sample SOAP request and response. The placeholders shown need to be replaced with actual values.

POST /axis2/services/LiasNamesService/SearchByTaxonNameID HTTP/1.1
Host: www.snsb.info
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.snsb.info/axis2/services/LiasNamesService/SearchByTaxonNameID"

<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:snsb="http://www.snsb.info">
   <soapenv:Header/>
   <soapenv:Body>
      <snsb:SearchByTaxonNameID>
         <snsb:NameID>1000055</snsb:NameID>
      </snsb:SearchByTaxonNameID>
   </soapenv:Body>
</soapenv:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
   <soapenv:Body>
      <ns:SearchByTaxonNameIDResponse xmlns:ns="http://www.snsb.info">
         <ns:return xsi:type="ax21:LiasNames" xmlns:ax21="http://www.snsb.info/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ax21:acceptedName>Acarospora areolata Reichert & Galun</ax21:acceptedName>
            <ax21:nameID>1000055</ax21:nameID>
            <ax21:taxonNameCache>Acarospora areolata Reichert & Galun</ax21:taxonNameCache>
         </ns:return>
      </ns:SearchByTaxonNameIDResponse>
   </soapenv:Body>
</soapenv:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /axis2/services/LiasNamesService/SearchByTaxonNameID?NameID=1000055 HTTP/1.1
Host: www.snsb.info
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0"?>
xml

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /axis2/services/LiasNamesService/SearchByTaxonNameID HTTP/1.1
Host: www.snsb.info
Content-Type: application/x-www-form-urlencoded
Content-Length: length

NameID=1000055
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0"?>
xml