SurveyManager
Click here for a complete list of operations.
FindSurvey
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.Admin.OrganizationMgmt.Host/SurveyManager.asmx HTTP/1.1
Host: ssa.fp360.us
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://KMWare.ZMA.Admin.Organization.ServiceContracts/2007/06/FindSurvey"
<?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>
<FindSurvey xmlns="http://KMWare.ZMA.Admin.Organization.ServiceContracts/2007/06">
<FindSurveyRequest xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes/2007/06">
<ISOLangId>string</ISOLangId>
<OrderByField>string</OrderByField>
<OrderType>string</OrderType>
<PageNo>int</PageNo>
<PageSize>int</PageSize>
<FieldCriteria>
<OrganizationUnitId xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes">short</OrganizationUnitId>
<SurveyId xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes">int</SurveyId>
<DateEffectivity xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes">dateTime</DateEffectivity>
<Frequency xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes">int</Frequency>
<ModuleCode xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes">string</ModuleCode>
<ExpiryDate xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes">dateTime</ExpiryDate>
</FieldCriteria>
</FindSurveyRequest>
</FindSurvey>
</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>
<FindSurveyResponse xmlns="http://KMWare.ZMA.Admin.Organization.ServiceContracts/2007/06">
<FindSurveyResult xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes">
<SearchList>
<Survey>
<frequecyField xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes/2007/06">int</frequecyField>
<SurveyId xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes/2007/06">int</SurveyId>
<SurveyQuestion xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes/2007/06">string</SurveyQuestion>
<DateEffective xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes/2007/06">dateTime</DateEffective>
<Frequency xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes/2007/06">int</Frequency>
<SurveyType xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes/2007/06">string</SurveyType>
<ResultDataType xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes/2007/06">string</ResultDataType>
<ModuleCode xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes/2007/06">string</ModuleCode>
<OrganizationUnitId xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes/2007/06">short</OrganizationUnitId>
<UpdateId xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes/2007/06">string</UpdateId>
<UpdateDate xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes/2007/06">dateTime</UpdateDate>
<ExpiryDate xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes/2007/06">dateTime</ExpiryDate>
<SurveyOptionDetail xsi:nil="true" xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes/2007/06" />
</Survey>
<Survey>
<frequecyField xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes/2007/06">int</frequecyField>
<SurveyId xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes/2007/06">int</SurveyId>
<SurveyQuestion xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes/2007/06">string</SurveyQuestion>
<DateEffective xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes/2007/06">dateTime</DateEffective>
<Frequency xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes/2007/06">int</Frequency>
<SurveyType xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes/2007/06">string</SurveyType>
<ResultDataType xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes/2007/06">string</ResultDataType>
<ModuleCode xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes/2007/06">string</ModuleCode>
<OrganizationUnitId xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes/2007/06">short</OrganizationUnitId>
<UpdateId xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes/2007/06">string</UpdateId>
<UpdateDate xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes/2007/06">dateTime</UpdateDate>
<ExpiryDate xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes/2007/06">dateTime</ExpiryDate>
<SurveyOptionDetail xsi:nil="true" xmlns="http://KMWare.ZMA.Admin.OrganizationMgmt.DataTypes/2007/06" />
</Survey>
</SearchList>
<SearchCount>int</SearchCount>
<PageCount>int</PageCount>
</FindSurveyResult>
</FindSurveyResponse>
</soap:Body>
</soap:Envelope>