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.

POST /IXFWebService/Fungus.asmx HTTP/1.1
Host: www.snsb.info
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.snsb.info/axis2/services/IndExsService/SearchExsiccataeTitles"

<?xml version="1.0" encoding="utf-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:m="http://service.indexs.sample" xmlns:ns0="http://service.indexs.sample/xsd" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
  <SOAP-ENV:Body>
    <SearchExsiccataeTitles xmlns="http://service.indexs.sample/xsd">
      <param0 xsi:type="xsd:string">String</param0>
    </SearchExsiccataeTitles>
  </SOAP-ENV:Body>
</SOAP-ENV: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:Header/>
  <soapenv:Body>
  <ns:SearchExsiccataeTitlesResponse xmlns:ns="http://service.indexs.sample/xsd">
      <xml>
  </ns:SearchExsiccataeTitlesResponse>
  </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/rest/IndExsService/SearchExsiccataeTitles?param0=string 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/rest/IndExsService/SearchExsiccataeTitles HTTP/1.1
Host: www.snsb.info
Content-Type: application/x-www-form-urlencoded
Content-Length: length

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

<?xml version="1.0"?>
xml