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.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/SearchByExsiccataID"
<?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>
<SearchByExsiccataID xmlns="http://service.indexs.sample/xsd">
<param0 xsi:type="xsd:long">0</param0>
</SearchByExsiccataID>
</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:SearchByExsiccataIDResponse xmlns:ns="http://service.indexs.sample/xsd">
<xml>
</ns:SearchByExsiccataIDResponse>
</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/SearchByExsiccataID?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/SearchByExsiccataID 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