WsAdoption


Click here for a complete list of operations.

AdoptableSearchWithStage

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
authkey:
speciesID:
sex:
ageGroup:
location:
site:
onHold:
orderBy:
primaryBreed:
secondaryBreed:
specialNeeds:
noDogs:
noCats:
noKids:
stageID:
featured:

SOAP 1.1

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

POST /webservices/wsAdoption.asmx HTTP/1.1
Host: ws.petango.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.petango.com/AdoptableSearchWithStage"

<?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>
    <AdoptableSearchWithStage xmlns="http://www.petango.com/">
      <authkey>string</authkey>
      <speciesID>string</speciesID>
      <sex>string</sex>
      <ageGroup>string</ageGroup>
      <location>string</location>
      <site>string</site>
      <onHold>string</onHold>
      <orderBy>string</orderBy>
      <primaryBreed>string</primaryBreed>
      <secondaryBreed>string</secondaryBreed>
      <specialNeeds>string</specialNeeds>
      <noDogs>string</noDogs>
      <noCats>string</noCats>
      <noKids>string</noKids>
      <stageID>string</stageID>
      <featured>string</featured>
    </AdoptableSearchWithStage>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?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>
    <AdoptableSearchWithStageResponse xmlns="http://www.petango.com/">
      <AdoptableSearchWithStageResult>
        <XmlNode>xml</XmlNode>
        <XmlNode>xml</XmlNode>
      </AdoptableSearchWithStageResult>
    </AdoptableSearchWithStageResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

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

POST /webservices/wsAdoption.asmx HTTP/1.1
Host: ws.petango.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <AdoptableSearchWithStage xmlns="http://www.petango.com/">
      <authkey>string</authkey>
      <speciesID>string</speciesID>
      <sex>string</sex>
      <ageGroup>string</ageGroup>
      <location>string</location>
      <site>string</site>
      <onHold>string</onHold>
      <orderBy>string</orderBy>
      <primaryBreed>string</primaryBreed>
      <secondaryBreed>string</secondaryBreed>
      <specialNeeds>string</specialNeeds>
      <noDogs>string</noDogs>
      <noCats>string</noCats>
      <noKids>string</noKids>
      <stageID>string</stageID>
      <featured>string</featured>
    </AdoptableSearchWithStage>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <AdoptableSearchWithStageResponse xmlns="http://www.petango.com/">
      <AdoptableSearchWithStageResult>
        <XmlNode>xml</XmlNode>
        <XmlNode>xml</XmlNode>
      </AdoptableSearchWithStageResult>
    </AdoptableSearchWithStageResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

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

GET /webservices/wsAdoption.asmx/AdoptableSearchWithStage?authkey=string&speciesID=string&sex=string&ageGroup=string&location=string&site=string&onHold=string&orderBy=string&primaryBreed=string&secondaryBreed=string&specialNeeds=string&noDogs=string&noCats=string&noKids=string&stageID=string&featured=string HTTP/1.1
Host: ws.petango.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfXmlNode xmlns="http://www.petango.com/">
  <XmlNode>xml</XmlNode>
  <XmlNode>xml</XmlNode>
</ArrayOfXmlNode>

HTTP POST

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

POST /webservices/wsAdoption.asmx/AdoptableSearchWithStage HTTP/1.1
Host: ws.petango.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

authkey=string&speciesID=string&sex=string&ageGroup=string&location=string&site=string&onHold=string&orderBy=string&primaryBreed=string&secondaryBreed=string&specialNeeds=string&noDogs=string&noCats=string&noKids=string&stageID=string&featured=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfXmlNode xmlns="http://www.petango.com/">
  <XmlNode>xml</XmlNode>
  <XmlNode>xml</XmlNode>
</ArrayOfXmlNode>