LIAS names – A Database with Names of Lichens, Lichenicolous Fungi and Non-Lichenized Ascomycetes
Click here for a complete list of operations.
SearchTaxonNames
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.
SOAP
The following is a sample SOAP request and response. The placeholders shown need to be replaced with actual values.
POST /axis2/services/LiasNamesService/SearchTaxonNames 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/SearchTaxonNames"
<?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:SearchTaxonNames>
<snsb:LIASString>Acarospora areolata</snsb:LIASString>
</snsb:SearchTaxonNames>
</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:SearchTaxonNamesResponse xmlns:ns="http://www.snsb.info" xmlns:ax21="http://www.snsb.info/xsd">
<ns:return xsi:type="ax21:LiasNames" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ax21:acceptedName>Acarospora areolata Reichert & Galun</ax21:acceptedName>
<ax21:nameID>1000055</ax21:nameID>
<ax21:synonymy xsi:nil="true"/>
<ax21:taxonNameCache>Acarospora areolata Reichert & Galun</ax21:taxonNameCache>
</ns:return>
</ns:SearchTaxonNamesResponse>
</soapenv:Body>
</soapenv:Envelope>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header/>
<soapenv:Body>
<ns:listLiasNames xmlns:ns="http://service.LiasNames.sample/xsd">
<xml>
</ns:listLiasNames>
</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/SearchTaxonNames?LIASString=Acarospora 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/SearchTaxonNames HTTP/1.1 Host: www.snsb.info Content-Type: application/x-www-form-urlencoded Content-Length: length LIASString=Acarospora
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0"?> xml