IndExs – Index of Exsiccatae


Click here for a complete list of operations.

SearchByExsiccataID

Test

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

SOAP

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

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:snsb="http://www.snsb.info">
   <soap:Header/>
   <soap:Body>
      <snsb:SearchByExsiccataID>
         <snsb:ExsID>2147199789</snsb:ExsID>
      </snsb:SearchByExsiccataID>
   </soap:Body>
</soap:Envelope>
              
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope">
   <soapenv:Body>
      <ns:SearchByExsiccataIDResponse xmlns:ns="http://www.snsb.info">
         <ns:return xsi:type="ax23:IndExs" xmlns:ax23="http://www.snsb.info/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ax23:editor>Uribe-Echebarría Díaz, P.M.</ax23:editor>
            <ax23:exsAbbreviation>Aseginolaza, Gómez, Monserrat, Morante & Uribe-Echebarría, Pl. Pais Vasco</ax23:exsAbbreviation>
            <ax23:exsNumberFirst>1</ax23:exsNumberFirst>
            <ax23:exsNumberLast>200</ax23:exsNumberLast>
            <ax23:exsTitle>Plantas del Pais Vasco y Alto Ebro. Exsiccata del herbarios: JACA, VIT y el particular de C. Aseginolaza</ax23:exsTitle>
            <ax23:exsiccataID>2147199789</ax23:exsiccataID>
         </ns:return>
      </ns:SearchByExsiccataIDResponse>
   </soapenv:Body>
</soapenv:Envelope>