CalendarService
Click here for a complete list of operations.
GetConstants
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 /DublinCity/WebServices/CalendarService.asmx HTTP/1.1
Host: www.localenterprise.ie
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GetConstants"
<?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>
<GetConstants 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>
<GetConstantsResponse xmlns="http://tempuri.org/">
<GetConstantsResult>
<ShowExpiredInArchiveOption>boolean</ShowExpiredInArchiveOption>
<UseLastModifiedDate>boolean</UseLastModifiedDate>
<UseEforms>boolean</UseEforms>
<UsePToolsForms>boolean</UsePToolsForms>
<UsePolls>boolean</UsePolls>
<UseAtozModule>boolean</UseAtozModule>
<UseDocumentAdditionalDataUI>boolean</UseDocumentAdditionalDataUI>
<UseFileAdditionalDataUI>boolean</UseFileAdditionalDataUI>
<UseUserAdditionalDataUI>boolean</UseUserAdditionalDataUI>
<UseExpirationForUsersUI>boolean</UseExpirationForUsersUI>
<UsedMapProvider>string</UsedMapProvider>
<UseOutputRestrictedAccessUI>boolean</UseOutputRestrictedAccessUI>
<UseOutputRestrictedAccessUI_Pages>boolean</UseOutputRestrictedAccessUI_Pages>
<UseOutputRestrictedAccessUI_Files>boolean</UseOutputRestrictedAccessUI_Files>
<UseReplicationUI>boolean</UseReplicationUI>
<UseFeedSourceUI>boolean</UseFeedSourceUI>
<AllowReplacementDocuments>boolean</AllowReplacementDocuments>
<DisplayShareButton>boolean</DisplayShareButton>
<UseTemplateSelectorForDocuments>boolean</UseTemplateSelectorForDocuments>
<UseSocialUI>boolean</UseSocialUI>
<ForceEpsForAnyPdf>boolean</ForceEpsForAnyPdf>
<TwitterDocsExternalURL>string</TwitterDocsExternalURL>
<UseBlogging>boolean</UseBlogging>
<UseLocationNavigationTitle>boolean</UseLocationNavigationTitle>
<AdditionalDataDocumentsTabHeader>string</AdditionalDataDocumentsTabHeader>
<AdditionalDataFilesTabHeader>string</AdditionalDataFilesTabHeader>
<CurrentApplicationPath>string</CurrentApplicationPath>
<PreFillMetaTitle>boolean</PreFillMetaTitle>
<FFmpegFound>boolean</FFmpegFound>
<IsWindowsAuthenticationMode>boolean</IsWindowsAuthenticationMode>
<UploadedFileValidationType>string</UploadedFileValidationType>
<UseXstandard>boolean</UseXstandard>
<UseHtml5ForVideoRendering>boolean</UseHtml5ForVideoRendering>
<UseAutoMonthlySublocationsUI>boolean</UseAutoMonthlySublocationsUI>
<UseGoogleAnalytics>boolean</UseGoogleAnalytics>
<OutputStatsStoreContentAccess>boolean</OutputStatsStoreContentAccess>
<OutputStatsStoreContentAccessForAuthorizedUser>boolean</OutputStatsStoreContentAccessForAuthorizedUser>
<VideoFormats>
<string>string</string>
<string>string</string>
</VideoFormats>
<UseRatingUI_Pages>boolean</UseRatingUI_Pages>
<AllSitesCurrentUser>
<SiteSimple>
<ID>int</ID>
<Name>string</Name>
</SiteSimple>
<SiteSimple>
<ID>int</ID>
<Name>string</Name>
</SiteSimple>
</AllSitesCurrentUser>
<IsMultiSiteDeployment>boolean</IsMultiSiteDeployment>
<CurrUserIsSysAdmin>boolean</CurrUserIsSysAdmin>
<UseContextGroupAssignmentUI>boolean</UseContextGroupAssignmentUI>
<UseEventDates>boolean</UseEventDates>
<UseEcommerceBookingsUI>boolean</UseEcommerceBookingsUI>
<UseUserNotes>boolean</UseUserNotes>
<UseGenerateUserDetailsButton>boolean</UseGenerateUserDetailsButton>
<UseCouponDiscountAmount>boolean</UseCouponDiscountAmount>
<DefaultDaysForByDisplayDateLocations>int</DefaultDaysForByDisplayDateLocations>
<TreeLoadDocumentsOnlyByClickingLocationName>boolean</TreeLoadDocumentsOnlyByClickingLocationName>
<UseTasksForDocuments>boolean</UseTasksForDocuments>
<NeverExpiresSetForNewDocument>boolean</NeverExpiresSetForNewDocument>
<NeverExpiresSetForNewFile>boolean</NeverExpiresSetForNewFile>
<UseTranslationConnector>boolean</UseTranslationConnector>
<UseDescriptiveDates>boolean</UseDescriptiveDates>
<TinyMCEUseVisualBlocks>boolean</TinyMCEUseVisualBlocks>
<IsElearningCourseFree>boolean</IsElearningCourseFree>
<CouponDiscountAmountCanNotIncrease>boolean</CouponDiscountAmountCanNotIncrease>
<ExpiryDateNeverExpires>boolean</ExpiryDateNeverExpires>
<ImageMaxSizeWarning>int</ImageMaxSizeWarning>
<UseCustomTagging>boolean</UseCustomTagging>
<EditorType>string</EditorType>
<UseLocationFileUploadExtensionRestriction>boolean</UseLocationFileUploadExtensionRestriction>
<UseOnlyPredefinedTags>boolean</UseOnlyPredefinedTags>
<UseDraftOnDocumentUI>boolean</UseDraftOnDocumentUI>
<RejectionReasonOptions>
<string>string</string>
<string>string</string>
</RejectionReasonOptions>
<LocationPathSaveToDraftByDefault>string</LocationPathSaveToDraftByDefault>
<Use2FAuthenticator>boolean</Use2FAuthenticator>
</GetConstantsResult>
</GetConstantsResponse>
</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 /DublinCity/WebServices/CalendarService.asmx HTTP/1.1
Host: www.localenterprise.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>
<GetConstants 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>
<GetConstantsResponse xmlns="http://tempuri.org/">
<GetConstantsResult>
<ShowExpiredInArchiveOption>boolean</ShowExpiredInArchiveOption>
<UseLastModifiedDate>boolean</UseLastModifiedDate>
<UseEforms>boolean</UseEforms>
<UsePToolsForms>boolean</UsePToolsForms>
<UsePolls>boolean</UsePolls>
<UseAtozModule>boolean</UseAtozModule>
<UseDocumentAdditionalDataUI>boolean</UseDocumentAdditionalDataUI>
<UseFileAdditionalDataUI>boolean</UseFileAdditionalDataUI>
<UseUserAdditionalDataUI>boolean</UseUserAdditionalDataUI>
<UseExpirationForUsersUI>boolean</UseExpirationForUsersUI>
<UsedMapProvider>string</UsedMapProvider>
<UseOutputRestrictedAccessUI>boolean</UseOutputRestrictedAccessUI>
<UseOutputRestrictedAccessUI_Pages>boolean</UseOutputRestrictedAccessUI_Pages>
<UseOutputRestrictedAccessUI_Files>boolean</UseOutputRestrictedAccessUI_Files>
<UseReplicationUI>boolean</UseReplicationUI>
<UseFeedSourceUI>boolean</UseFeedSourceUI>
<AllowReplacementDocuments>boolean</AllowReplacementDocuments>
<DisplayShareButton>boolean</DisplayShareButton>
<UseTemplateSelectorForDocuments>boolean</UseTemplateSelectorForDocuments>
<UseSocialUI>boolean</UseSocialUI>
<ForceEpsForAnyPdf>boolean</ForceEpsForAnyPdf>
<TwitterDocsExternalURL>string</TwitterDocsExternalURL>
<UseBlogging>boolean</UseBlogging>
<UseLocationNavigationTitle>boolean</UseLocationNavigationTitle>
<AdditionalDataDocumentsTabHeader>string</AdditionalDataDocumentsTabHeader>
<AdditionalDataFilesTabHeader>string</AdditionalDataFilesTabHeader>
<CurrentApplicationPath>string</CurrentApplicationPath>
<PreFillMetaTitle>boolean</PreFillMetaTitle>
<FFmpegFound>boolean</FFmpegFound>
<IsWindowsAuthenticationMode>boolean</IsWindowsAuthenticationMode>
<UploadedFileValidationType>string</UploadedFileValidationType>
<UseXstandard>boolean</UseXstandard>
<UseHtml5ForVideoRendering>boolean</UseHtml5ForVideoRendering>
<UseAutoMonthlySublocationsUI>boolean</UseAutoMonthlySublocationsUI>
<UseGoogleAnalytics>boolean</UseGoogleAnalytics>
<OutputStatsStoreContentAccess>boolean</OutputStatsStoreContentAccess>
<OutputStatsStoreContentAccessForAuthorizedUser>boolean</OutputStatsStoreContentAccessForAuthorizedUser>
<VideoFormats>
<string>string</string>
<string>string</string>
</VideoFormats>
<UseRatingUI_Pages>boolean</UseRatingUI_Pages>
<AllSitesCurrentUser>
<SiteSimple>
<ID>int</ID>
<Name>string</Name>
</SiteSimple>
<SiteSimple>
<ID>int</ID>
<Name>string</Name>
</SiteSimple>
</AllSitesCurrentUser>
<IsMultiSiteDeployment>boolean</IsMultiSiteDeployment>
<CurrUserIsSysAdmin>boolean</CurrUserIsSysAdmin>
<UseContextGroupAssignmentUI>boolean</UseContextGroupAssignmentUI>
<UseEventDates>boolean</UseEventDates>
<UseEcommerceBookingsUI>boolean</UseEcommerceBookingsUI>
<UseUserNotes>boolean</UseUserNotes>
<UseGenerateUserDetailsButton>boolean</UseGenerateUserDetailsButton>
<UseCouponDiscountAmount>boolean</UseCouponDiscountAmount>
<DefaultDaysForByDisplayDateLocations>int</DefaultDaysForByDisplayDateLocations>
<TreeLoadDocumentsOnlyByClickingLocationName>boolean</TreeLoadDocumentsOnlyByClickingLocationName>
<UseTasksForDocuments>boolean</UseTasksForDocuments>
<NeverExpiresSetForNewDocument>boolean</NeverExpiresSetForNewDocument>
<NeverExpiresSetForNewFile>boolean</NeverExpiresSetForNewFile>
<UseTranslationConnector>boolean</UseTranslationConnector>
<UseDescriptiveDates>boolean</UseDescriptiveDates>
<TinyMCEUseVisualBlocks>boolean</TinyMCEUseVisualBlocks>
<IsElearningCourseFree>boolean</IsElearningCourseFree>
<CouponDiscountAmountCanNotIncrease>boolean</CouponDiscountAmountCanNotIncrease>
<ExpiryDateNeverExpires>boolean</ExpiryDateNeverExpires>
<ImageMaxSizeWarning>int</ImageMaxSizeWarning>
<UseCustomTagging>boolean</UseCustomTagging>
<EditorType>string</EditorType>
<UseLocationFileUploadExtensionRestriction>boolean</UseLocationFileUploadExtensionRestriction>
<UseOnlyPredefinedTags>boolean</UseOnlyPredefinedTags>
<UseDraftOnDocumentUI>boolean</UseDraftOnDocumentUI>
<RejectionReasonOptions>
<string>string</string>
<string>string</string>
</RejectionReasonOptions>
<LocationPathSaveToDraftByDefault>string</LocationPathSaveToDraftByDefault>
<Use2FAuthenticator>boolean</Use2FAuthenticator>
</GetConstantsResult>
</GetConstantsResponse>
</soap12:Body>
</soap12:Envelope>