<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetAvailabilityInfoRequest xmlns="http://www.nlb.gov.sg/ws/CatalogueService">
<APIKey>****APIKEY***</APIKey>
<ISBN>9781579124854</ISBN>
<Modifiers>
</Modifiers>
</GetAvailabilityInfoRequest>
</soap:Body>
</soap:Envelope>
SoapObject getAAvailabilityInfoRequest = new SoapObject("http://www.nlb.gov.sg/ws/CatalogueService","GetAvailabilityInfoRequest");
getAAvailabilityInfoRequest.addProperty("APIKey","****APIKEY***");
getAAvailabilityInfoRequest.addProperty("ISBN","9781579124854");
getAAvailabilityInfoRequest.addProperty("Modifiers","");