IndExs – Index of Exsiccatae


Click here for a complete list of operations.

SearchExsiccataeTitles

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
Title:

SOAP

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

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:snsb="http://www.snsb.info">
   <soapenv:Header/>
   <soapenv:Body>
      <snsb:SearchExsiccataeTitles>
         <snsb:ExsString>Hai</snsb:ExsString>
      </snsb:SearchExsiccataeTitles>
   </soapenv:Body>
</soapenv:Envelope>
              
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
   <soapenv:Body>
      <ns:SearchExsiccataeTitlesResponse xmlns:ns="http://www.snsb.info" xmlns:ax23="http://www.snsb.info/xsd">
         <ns:return xsi:type="ax23:IndExs" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ax23:editor>Aseginolaza Iparragirre, C.</ax23:editor>
            <ax23:exsAbbreviation>Anonymous, Hainan Pl.</ax23:exsAbbreviation>
            <ax23:exsNumberFirst>?</ax23:exsNumberFirst>
            <ax23:exsNumberLast>~ 10000</ax23:exsNumberLast>
            <ax23:exsTitle>Hainan Plants from the Canton Christian College Herbarium</ax23:exsTitle>
            <ax23:exsiccataID>1471111551</ax23:exsiccataID>
         </ns:return>
      </ns:SearchExsiccataeTitlesResponse>
   </soapenv:Body>
</soapenv:Envelope>