WebContentManager


Click here for a complete list of operations.

FindWebContent

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 /KMWare.ZMA.EventResource.EducationProgMgmt.Host/WebContentManager.asmx HTTP/1.1
Host: ssa.fp360.us
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://KMWare.ZMA.EventReource.EducationProgMgmt.ServiceContracts/FindWebContent"

<?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>
    <FindWebContent xmlns="http://KMWare.ZMA.EventResource.EducationProgMgmt.ServiceContracts">
      <FindWebContentRequest xmlns="http://KMWare.ZMA.EventResource.EducationProgMgmt.DataTypes">
        <ISOLangId>string</ISOLangId>
        <OrderByField>string</OrderByField>
        <OrderType>string</OrderType>
        <PageNo>int</PageNo>
        <PageSize>int</PageSize>
        <FieldCriteria>
          <WebContentId>int</WebContentId>
          <Description>string</Description>
          <Title>string</Title>
          <OrganizationUnitId>short</OrganizationUnitId>
          <ExpiryDate>dateTime</ExpiryDate>
        </FieldCriteria>
      </FindWebContentRequest>
    </FindWebContent>
  </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>
    <FindWebContentResponse xmlns="http://KMWare.ZMA.EventResource.EducationProgMgmt.ServiceContracts">
      <FindWebContentResult>
        <SearchList>
          <WebContent>
            <WebContentId xmlns="http://KMWare.ZMA.EventResource.EducationProgMgmt.DataTypes">int</WebContentId>
            <Description xmlns="http://KMWare.ZMA.EventResource.EducationProgMgmt.DataTypes">string</Description>
            <EditorDetails xmlns="http://KMWare.ZMA.EventResource.EducationProgMgmt.DataTypes">string</EditorDetails>
            <Title xmlns="http://KMWare.ZMA.EventResource.EducationProgMgmt.DataTypes">string</Title>
            <OrganizationUnitId xmlns="http://KMWare.ZMA.EventResource.EducationProgMgmt.DataTypes">short</OrganizationUnitId>
            <UpdateId xmlns="http://KMWare.ZMA.EventResource.EducationProgMgmt.DataTypes">string</UpdateId>
            <CustomField1 xmlns="http://KMWare.ZMA.EventResource.EducationProgMgmt.DataTypes">string</CustomField1>
            <UpdateDate xmlns="http://KMWare.ZMA.EventResource.EducationProgMgmt.DataTypes">dateTime</UpdateDate>
            <ExpiryDate xmlns="http://KMWare.ZMA.EventResource.EducationProgMgmt.DataTypes">dateTime</ExpiryDate>
          </WebContent>
          <WebContent>
            <WebContentId xmlns="http://KMWare.ZMA.EventResource.EducationProgMgmt.DataTypes">int</WebContentId>
            <Description xmlns="http://KMWare.ZMA.EventResource.EducationProgMgmt.DataTypes">string</Description>
            <EditorDetails xmlns="http://KMWare.ZMA.EventResource.EducationProgMgmt.DataTypes">string</EditorDetails>
            <Title xmlns="http://KMWare.ZMA.EventResource.EducationProgMgmt.DataTypes">string</Title>
            <OrganizationUnitId xmlns="http://KMWare.ZMA.EventResource.EducationProgMgmt.DataTypes">short</OrganizationUnitId>
            <UpdateId xmlns="http://KMWare.ZMA.EventResource.EducationProgMgmt.DataTypes">string</UpdateId>
            <CustomField1 xmlns="http://KMWare.ZMA.EventResource.EducationProgMgmt.DataTypes">string</CustomField1>
            <UpdateDate xmlns="http://KMWare.ZMA.EventResource.EducationProgMgmt.DataTypes">dateTime</UpdateDate>
            <ExpiryDate xmlns="http://KMWare.ZMA.EventResource.EducationProgMgmt.DataTypes">dateTime</ExpiryDate>
          </WebContent>
        </SearchList>
        <SearchCount>int</SearchCount>
        <PageCount>int</PageCount>
      </FindWebContentResult>
    </FindWebContentResponse>
  </soap:Body>
</soap:Envelope>