RevalServices


Click here for a complete list of operations.

SubmitListing

Test

The test form is only available for requests from the local machine.

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/RevalServices.asmx HTTP/1.1
Host: www.valoff.ie
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/SubmitListing"

<?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>
    <SubmitListing xmlns="http://tempuri.org/">
      <details>
        <ID>int</ID>
        <ListPropDescApp>string</ListPropDescApp>
        <ListPropAdd1>string</ListPropAdd1>
        <ListPropAdd2>string</ListPropAdd2>
        <ListPropAdd3>string</ListPropAdd3>
        <ListTA>string</ListTA>
        <ListOccName>string</ListOccName>
        <ListOccEmail>string</ListOccEmail>
        <ListOccPhone>string</ListOccPhone>
        <ListAppType>int</ListAppType>
        <ListAppName>string</ListAppName>
        <ListAppPhone>string</ListAppPhone>
        <ListAppEmail>string</ListAppEmail>
        <ListAppAdd1>string</ListAppAdd1>
        <ListAppAdd2>string</ListAppAdd2>
        <ListAppAdd3>string</ListAppAdd3>
        <ListNatureType>int</ListNatureType>
        <ListNatureDetails>string</ListNatureDetails>
        <ListAmalgDetails>string</ListAmalgDetails>
        <ListAmalgCount>int</ListAmalgCount>
        <ListAddInfo>int</ListAddInfo>
        <ListAppDeclar>boolean</ListAppDeclar>
        <ListSource>string</ListSource>
        <UploadedDocs>
          <string>string</string>
          <string>string</string>
        </UploadedDocs>
        <ValidPropertyNumbers>
          <int>int</int>
          <int>int</int>
        </ValidPropertyNumbers>
      </details>
    </SubmitListing>
  </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>
    <SubmitListingResponse xmlns="http://tempuri.org/">
      <SubmitListingResult>string</SubmitListingResult>
    </SubmitListingResponse>
  </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/RevalServices.asmx HTTP/1.1
Host: www.valoff.ie
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>
    <SubmitListing xmlns="http://tempuri.org/">
      <details>
        <ID>int</ID>
        <ListPropDescApp>string</ListPropDescApp>
        <ListPropAdd1>string</ListPropAdd1>
        <ListPropAdd2>string</ListPropAdd2>
        <ListPropAdd3>string</ListPropAdd3>
        <ListTA>string</ListTA>
        <ListOccName>string</ListOccName>
        <ListOccEmail>string</ListOccEmail>
        <ListOccPhone>string</ListOccPhone>
        <ListAppType>int</ListAppType>
        <ListAppName>string</ListAppName>
        <ListAppPhone>string</ListAppPhone>
        <ListAppEmail>string</ListAppEmail>
        <ListAppAdd1>string</ListAppAdd1>
        <ListAppAdd2>string</ListAppAdd2>
        <ListAppAdd3>string</ListAppAdd3>
        <ListNatureType>int</ListNatureType>
        <ListNatureDetails>string</ListNatureDetails>
        <ListAmalgDetails>string</ListAmalgDetails>
        <ListAmalgCount>int</ListAmalgCount>
        <ListAddInfo>int</ListAddInfo>
        <ListAppDeclar>boolean</ListAppDeclar>
        <ListSource>string</ListSource>
        <UploadedDocs>
          <string>string</string>
          <string>string</string>
        </UploadedDocs>
        <ValidPropertyNumbers>
          <int>int</int>
          <int>int</int>
        </ValidPropertyNumbers>
      </details>
    </SubmitListing>
  </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>
    <SubmitListingResponse xmlns="http://tempuri.org/">
      <SubmitListingResult>string</SubmitListingResult>
    </SubmitListingResponse>
  </soap12:Body>
</soap12:Envelope>