BodyService


Click here for a complete list of operations.

FindAllUsers

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 /Bodies/BodyService.asmx HTTP/1.1
Host: oecdgroups.oecd.org
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/FindAllUsers"

<?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>
    <FindAllUsers xmlns="http://tempuri.org/" />
  </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>
    <FindAllUsersResponse xmlns="http://tempuri.org/">
      <FindAllUsersResult>
        <UserType>
          <userid xmlns="http://BodiesServices.ServiceContracts/2007/06/IBodiesService">int</userid>
          <ssouserid xmlns="http://BodiesServices.ServiceContracts/2007/06/IBodiesService">int</ssouserid>
          <ntlogin xmlns="http://BodiesServices.ServiceContracts/2007/06/IBodiesService">string</ntlogin>
          <administrator xmlns="http://BodiesServices.ServiceContracts/2007/06/IBodiesService">boolean</administrator>
          <visibility xmlns="http://BodiesServices.ServiceContracts/2007/06/IBodiesService">
            <visibilityid>int</visibilityid>
            <label_en>string</label_en>
            <label_fr>string</label_fr>
          </visibility>
          <person xmlns="http://BodiesServices.ServiceContracts/2007/06/IBodiesService">
            <personid>int</personid>
            <titleid>int</titleid>
            <title_en>string</title_en>
            <title_fr>string</title_fr>
            <firstname>string</firstname>
            <lastname>string</lastname>
            <country xsi:nil="true" />
            <emailaddress>string</emailaddress>
            <btitleid>int</btitleid>
            <btitle_en>string</btitle_en>
            <btitle_fr>string</btitle_fr>
            <bfirstname>string</bfirstname>
            <blastname>string</blastname>
            <bcountry xsi:nil="true" />
            <descr_en>string</descr_en>
            <descr_fr>string</descr_fr>
            <nbchild>int</nbchild>
          </person>
        </UserType>
        <UserType>
          <userid xmlns="http://BodiesServices.ServiceContracts/2007/06/IBodiesService">int</userid>
          <ssouserid xmlns="http://BodiesServices.ServiceContracts/2007/06/IBodiesService">int</ssouserid>
          <ntlogin xmlns="http://BodiesServices.ServiceContracts/2007/06/IBodiesService">string</ntlogin>
          <administrator xmlns="http://BodiesServices.ServiceContracts/2007/06/IBodiesService">boolean</administrator>
          <visibility xmlns="http://BodiesServices.ServiceContracts/2007/06/IBodiesService">
            <visibilityid>int</visibilityid>
            <label_en>string</label_en>
            <label_fr>string</label_fr>
          </visibility>
          <person xmlns="http://BodiesServices.ServiceContracts/2007/06/IBodiesService">
            <personid>int</personid>
            <titleid>int</titleid>
            <title_en>string</title_en>
            <title_fr>string</title_fr>
            <firstname>string</firstname>
            <lastname>string</lastname>
            <country xsi:nil="true" />
            <emailaddress>string</emailaddress>
            <btitleid>int</btitleid>
            <btitle_en>string</btitle_en>
            <btitle_fr>string</btitle_fr>
            <bfirstname>string</bfirstname>
            <blastname>string</blastname>
            <bcountry xsi:nil="true" />
            <descr_en>string</descr_en>
            <descr_fr>string</descr_fr>
            <nbchild>int</nbchild>
          </person>
        </UserType>
      </FindAllUsersResult>
    </FindAllUsersResponse>
  </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 /Bodies/BodyService.asmx HTTP/1.1
Host: oecdgroups.oecd.org
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>
    <FindAllUsers xmlns="http://tempuri.org/" />
  </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>
    <FindAllUsersResponse xmlns="http://tempuri.org/">
      <FindAllUsersResult>
        <UserType>
          <userid xmlns="http://BodiesServices.ServiceContracts/2007/06/IBodiesService">int</userid>
          <ssouserid xmlns="http://BodiesServices.ServiceContracts/2007/06/IBodiesService">int</ssouserid>
          <ntlogin xmlns="http://BodiesServices.ServiceContracts/2007/06/IBodiesService">string</ntlogin>
          <administrator xmlns="http://BodiesServices.ServiceContracts/2007/06/IBodiesService">boolean</administrator>
          <visibility xmlns="http://BodiesServices.ServiceContracts/2007/06/IBodiesService">
            <visibilityid>int</visibilityid>
            <label_en>string</label_en>
            <label_fr>string</label_fr>
          </visibility>
          <person xmlns="http://BodiesServices.ServiceContracts/2007/06/IBodiesService">
            <personid>int</personid>
            <titleid>int</titleid>
            <title_en>string</title_en>
            <title_fr>string</title_fr>
            <firstname>string</firstname>
            <lastname>string</lastname>
            <country xsi:nil="true" />
            <emailaddress>string</emailaddress>
            <btitleid>int</btitleid>
            <btitle_en>string</btitle_en>
            <btitle_fr>string</btitle_fr>
            <bfirstname>string</bfirstname>
            <blastname>string</blastname>
            <bcountry xsi:nil="true" />
            <descr_en>string</descr_en>
            <descr_fr>string</descr_fr>
            <nbchild>int</nbchild>
          </person>
        </UserType>
        <UserType>
          <userid xmlns="http://BodiesServices.ServiceContracts/2007/06/IBodiesService">int</userid>
          <ssouserid xmlns="http://BodiesServices.ServiceContracts/2007/06/IBodiesService">int</ssouserid>
          <ntlogin xmlns="http://BodiesServices.ServiceContracts/2007/06/IBodiesService">string</ntlogin>
          <administrator xmlns="http://BodiesServices.ServiceContracts/2007/06/IBodiesService">boolean</administrator>
          <visibility xmlns="http://BodiesServices.ServiceContracts/2007/06/IBodiesService">
            <visibilityid>int</visibilityid>
            <label_en>string</label_en>
            <label_fr>string</label_fr>
          </visibility>
          <person xmlns="http://BodiesServices.ServiceContracts/2007/06/IBodiesService">
            <personid>int</personid>
            <titleid>int</titleid>
            <title_en>string</title_en>
            <title_fr>string</title_fr>
            <firstname>string</firstname>
            <lastname>string</lastname>
            <country xsi:nil="true" />
            <emailaddress>string</emailaddress>
            <btitleid>int</btitleid>
            <btitle_en>string</btitle_en>
            <btitle_fr>string</btitle_fr>
            <bfirstname>string</bfirstname>
            <blastname>string</blastname>
            <bcountry xsi:nil="true" />
            <descr_en>string</descr_en>
            <descr_fr>string</descr_fr>
            <nbchild>int</nbchild>
          </person>
        </UserType>
      </FindAllUsersResult>
    </FindAllUsersResponse>
  </soap12:Body>
</soap12:Envelope>