ConfigEditingService


Click here for a complete list of operations.

GetSiteConfig

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 /weblog/ConfigEditingService.asmx HTTP/1.1
Host: www.25hoursaday.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "urn:schemas-newtelligence-com:dasblog:config-services/GetSiteConfig"

<?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:Header>
    <authenticationHeader xmlns="urn:schemas-newtelligence-com:dasblog:config-services:auth-temp">
      <userName>string</userName>
      <password>string</password>
    </authenticationHeader>
  </soap:Header>
  <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>
    <siteConfig xmlns="urn:schemas-newtelligence-com:dasblog:config-services">xml<Title xmlns="urn:newtelligence-com:dasblog:config">string</Title><Subtitle xmlns="urn:newtelligence-com:dasblog:config">string</Subtitle><Theme xmlns="urn:newtelligence-com:dasblog:config">string</Theme><Description xmlns="urn:newtelligence-com:dasblog:config">string</Description><Contact xmlns="urn:newtelligence-com:dasblog:config">string</Contact><Root xmlns="urn:newtelligence-com:dasblog:config">string</Root><Copyright xmlns="urn:newtelligence-com:dasblog:config">string</Copyright><RssDayCount xmlns="urn:newtelligence-com:dasblog:config">int</RssDayCount><RssMainEntryCount xmlns="urn:newtelligence-com:dasblog:config">int</RssMainEntryCount><RssEntryCount xmlns="urn:newtelligence-com:dasblog:config">int</RssEntryCount><EnableRssItemFooters xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableRssItemFooters><RssItemFooter xmlns="urn:newtelligence-com:dasblog:config">string</RssItemFooter><FrontPageDayCount xmlns="urn:newtelligence-com:dasblog:config">int</FrontPageDayCount><FrontPageEntryCount xmlns="urn:newtelligence-com:dasblog:config">int</FrontPageEntryCount><CategoryAllEntries xmlns="urn:newtelligence-com:dasblog:config">boolean</CategoryAllEntries><FrontPageCategory xmlns="urn:newtelligence-com:dasblog:config">string</FrontPageCategory><AlwaysIncludeContentInRSS xmlns="urn:newtelligence-com:dasblog:config">boolean</AlwaysIncludeContentInRSS><EntryTitleAsLink xmlns="urn:newtelligence-com:dasblog:config">boolean</EntryTitleAsLink><ObfuscateEmail xmlns="urn:newtelligence-com:dasblog:config">boolean</ObfuscateEmail><NotificationEMailAddress xmlns="urn:newtelligence-com:dasblog:config">string</NotificationEMailAddress><SendCommentsByEmail xmlns="urn:newtelligence-com:dasblog:config">boolean</SendCommentsByEmail><SendReferralsByEmail xmlns="urn:newtelligence-com:dasblog:config">boolean</SendReferralsByEmail><SendTrackbacksByEmail xmlns="urn:newtelligence-com:dasblog:config">boolean</SendTrackbacksByEmail><SendPingbacksByEmail xmlns="urn:newtelligence-com:dasblog:config">boolean</SendPingbacksByEmail><SendPostsByEmail xmlns="urn:newtelligence-com:dasblog:config">boolean</SendPostsByEmail><EnableBloggerApi xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableBloggerApi><EnableComments xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableComments><EnableCommentApi xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableCommentApi><EnableConfigEditService xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableConfigEditService><EnableEditService xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableEditService><EnableAutoPingback xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableAutoPingback><ShowCommentCount xmlns="urn:newtelligence-com:dasblog:config">boolean</ShowCommentCount><EnableTrackbackService xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableTrackbackService><EnablePingbackService xmlns="urn:newtelligence-com:dasblog:config">boolean</EnablePingbackService><EnableStartPageCaching xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableStartPageCaching><EnableBlogrollDescription xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableBlogrollDescription><EnableUrlRewriting xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableUrlRewriting><EnableCrossposts xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableCrossposts><UseUserCulture xmlns="urn:newtelligence-com:dasblog:config">boolean</UseUserCulture><ShowItemDescriptionInAggregatedViews xmlns="urn:newtelligence-com:dasblog:config">boolean</ShowItemDescriptionInAggregatedViews><EnableClickThrough xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableClickThrough><EnableAggregatorBugging xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableAggregatorBugging><DisplayTimeZoneIndex xmlns="urn:newtelligence-com:dasblog:config">int</DisplayTimeZoneIndex><AdjustDisplayTimeZone xmlns="urn:newtelligence-com:dasblog:config">boolean</AdjustDisplayTimeZone><EditPassword xmlns="urn:newtelligence-com:dasblog:config">string</EditPassword><ContentDir xmlns="urn:newtelligence-com:dasblog:config">string</ContentDir><LogDir xmlns="urn:newtelligence-com:dasblog:config">string</LogDir><BinariesDir xmlns="urn:newtelligence-com:dasblog:config">string</BinariesDir><ProfilesDir xmlns="urn:newtelligence-com:dasblog:config">string</ProfilesDir><SmtpServer xmlns="urn:newtelligence-com:dasblog:config">string</SmtpServer><EnablePop3 xmlns="urn:newtelligence-com:dasblog:config">boolean</EnablePop3><Pop3Server xmlns="urn:newtelligence-com:dasblog:config">string</Pop3Server><Pop3Username xmlns="urn:newtelligence-com:dasblog:config">string</Pop3Username><Pop3Password xmlns="urn:newtelligence-com:dasblog:config">string</Pop3Password><Pop3SubjectPrefix xmlns="urn:newtelligence-com:dasblog:config">string</Pop3SubjectPrefix><Pop3Interval xmlns="urn:newtelligence-com:dasblog:config">int</Pop3Interval><Pop3InlineAttachedPictures xmlns="urn:newtelligence-com:dasblog:config">boolean</Pop3InlineAttachedPictures><Pop3InlinedAttachedPicturesThumbHeight xmlns="urn:newtelligence-com:dasblog:config">int</Pop3InlinedAttachedPicturesThumbHeight><ApplyContentFiltersToWeb xmlns="urn:newtelligence-com:dasblog:config">boolean</ApplyContentFiltersToWeb><ApplyContentFiltersToRSS xmlns="urn:newtelligence-com:dasblog:config">boolean</ApplyContentFiltersToRSS><EnableXSSUpstream xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableXSSUpstream><XSSUpstreamEndpoint xmlns="urn:newtelligence-com:dasblog:config">string</XSSUpstreamEndpoint><XSSUpstreamUsername xmlns="urn:newtelligence-com:dasblog:config">string</XSSUpstreamUsername><XSSUpstreamPassword xmlns="urn:newtelligence-com:dasblog:config">string</XSSUpstreamPassword><XSSRSSFilename xmlns="urn:newtelligence-com:dasblog:config">string</XSSRSSFilename><XSSUpstreamInterval xmlns="urn:newtelligence-com:dasblog:config">int</XSSUpstreamInterval><ContentFilters xmlns="urn:newtelligence-com:dasblog:config"><ContentFilter find="string" replace="string" isregex="boolean">xml</ContentFilter><ContentFilter find="string" replace="string" isregex="boolean">xml</ContentFilter></ContentFilters><CrosspostSites xmlns="urn:newtelligence-com:dasblog:config"><CrosspostSite profileName="string" hostName="string" port="int" endpoint="string" username="string" password="string" blogid="string" blogname="string" apitype="string">xml<allblognames><string>string</string><string>string</string></allblognames></CrosspostSite><CrosspostSite profileName="string" hostName="string" port="int" endpoint="string" username="string" password="string" blogid="string" blogname="string" apitype="string">xml<allblognames><string>string</string><string>string</string></allblognames></CrosspostSite></CrosspostSites><Pop3DeleteAllMessages xmlns="urn:newtelligence-com:dasblog:config">boolean</Pop3DeleteAllMessages><Pop3LogIgnoredEmails xmlns="urn:newtelligence-com:dasblog:config">boolean</Pop3LogIgnoredEmails><EnableReferralUrlBlackList xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableReferralUrlBlackList><ReferralUrlBlackList xmlns="urn:newtelligence-com:dasblog:config">string</ReferralUrlBlackList><EnableCaptcha xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableCaptcha><EnableReferralUrlBlackList404s xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableReferralUrlBlackList404s><EnableMovableTypeBlackList xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableMovableTypeBlackList><ChannelImageUrl xmlns="urn:newtelligence-com:dasblog:config">string</ChannelImageUrl><EnableCrossPostFooter xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableCrossPostFooter><CrossPostFooter xmlns="urn:newtelligence-com:dasblog:config">string</CrossPostFooter><EnableTitlePermaLink xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableTitlePermaLink><EnableTitlePermaLinkUnique xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableTitlePermaLinkUnique><EnableTitlePermaLinkSpaces xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableTitlePermaLinkSpaces><EncryptLoginPassword xmlns="urn:newtelligence-com:dasblog:config">boolean</EncryptLoginPassword><EnableSmtpAuthentication xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableSmtpAuthentication><SmtpUserName xmlns="urn:newtelligence-com:dasblog:config">string</SmtpUserName><SmtpPassword xmlns="urn:newtelligence-com:dasblog:config">string</SmtpPassword><RssLanguage xmlns="urn:newtelligence-com:dasblog:config">string</RssLanguage><EnableSearchHighlight xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableSearchHighlight><EnableEntryReferrals xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableEntryReferrals><PingServices xmlns="urn:newtelligence-com:dasblog:config"><PingService><Endpoint>string</Endpoint><Name>string</Name><Url>string</Url><PingApi>Basic or Extended</PingApi></PingService><PingService><Endpoint>string</Endpoint><Name>string</Name><Url>string</Url><PingApi>Basic or Extended</PingApi></PingService></PingServices><FeedBurnerName xmlns="urn:newtelligence-com:dasblog:config">string</FeedBurnerName><DaysCommentsAllowed xmlns="urn:newtelligence-com:dasblog:config">int</DaysCommentsAllowed><EnableCommentDays xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableCommentDays><SupressEmailAddressDisplay xmlns="urn:newtelligence-com:dasblog:config">boolean</SupressEmailAddressDisplay><EntryEditControl xmlns="urn:newtelligence-com:dasblog:config">string</EntryEditControl><LogBlockedReferrals xmlns="urn:newtelligence-com:dasblog:config">boolean</LogBlockedReferrals><ShowCommentsWhenViewingEntry xmlns="urn:newtelligence-com:dasblog:config">boolean</ShowCommentsWhenViewingEntry><UseFeedSchemeForSyndication xmlns="urn:newtelligence-com:dasblog:config">boolean</UseFeedSchemeForSyndication><ContentLookaheadDays xmlns="urn:newtelligence-com:dasblog:config">int</ContentLookaheadDays><EnableAutoSave xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableAutoSave><SmtpPort xmlns="urn:newtelligence-com:dasblog:config">int</SmtpPort><CommentsAllowGravatar xmlns="urn:newtelligence-com:dasblog:config">boolean</CommentsAllowGravatar><CommentsGravatarNoImgPath xmlns="urn:newtelligence-com:dasblog:config">string</CommentsGravatarNoImgPath><CommentsGravatarSize xmlns="urn:newtelligence-com:dasblog:config">string</CommentsGravatarSize><CommentsGravatarBorder xmlns="urn:newtelligence-com:dasblog:config">string</CommentsGravatarBorder><CommentsGravatarRating xmlns="urn:newtelligence-com:dasblog:config">string</CommentsGravatarRating><CommentsRequireApproval xmlns="urn:newtelligence-com:dasblog:config">boolean</CommentsRequireApproval><CommentsAllowHtml xmlns="urn:newtelligence-com:dasblog:config">boolean</CommentsAllowHtml><validCommentTags xmlns="urn:newtelligence-com:dasblog:config"><tag name="string" attributes="string" allowed="boolean">xml</tag><tag name="string" attributes="string" allowed="boolean">xml</tag></validCommentTags><EnableCoComment xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableCoComment><EnableSpamBlockingService xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableSpamBlockingService><SpamBlockingServiceApiKey xmlns="urn:newtelligence-com:dasblog:config">string</SpamBlockingServiceApiKey><EnableSpamModeration xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableSpamModeration><EntriesPerPage xmlns="urn:newtelligence-com:dasblog:config">int</EntriesPerPage><EnableDailyReportEmail xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableDailyReportEmail><UseSSLForSMTP xmlns="urn:newtelligence-com:dasblog:config">boolean</UseSSLForSMTP><PreferredBloggingAPI xmlns="urn:newtelligence-com:dasblog:config">string</PreferredBloggingAPI><EnableGoogleMaps xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableGoogleMaps><GoogleMapsApiKey xmlns="urn:newtelligence-com:dasblog:config">string</GoogleMapsApiKey><EnableGeoRss xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableGeoRss><DefaultLatitude xmlns="urn:newtelligence-com:dasblog:config">double</DefaultLatitude><DefaultLongitude xmlns="urn:newtelligence-com:dasblog:config">double</DefaultLongitude><EnableDefaultLatLongForNonGeoCodedPosts xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableDefaultLatLongForNonGeoCodedPosts><HtmlTidyContent xmlns="urn:newtelligence-com:dasblog:config">boolean</HtmlTidyContent><ResolveCommenterIP xmlns="urn:newtelligence-com:dasblog:config">boolean</ResolveCommenterIP><AllowOpenIdComments xmlns="urn:newtelligence-com:dasblog:config">boolean</AllowOpenIdComments><AllowOpenIdAdmin xmlns="urn:newtelligence-com:dasblog:config">boolean</AllowOpenIdAdmin><BypassSpamOpenIdComment xmlns="urn:newtelligence-com:dasblog:config">boolean</BypassSpamOpenIdComment><TitlePermalinkSpaceReplacement xmlns="urn:newtelligence-com:dasblog:config">string</TitlePermalinkSpaceReplacement></siteConfig>
  </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 /weblog/ConfigEditingService.asmx HTTP/1.1
Host: www.25hoursaday.com
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:Header>
    <authenticationHeader xmlns="urn:schemas-newtelligence-com:dasblog:config-services:auth-temp">
      <userName>string</userName>
      <password>string</password>
    </authenticationHeader>
  </soap12:Header>
  <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>
    <siteConfig xmlns="urn:schemas-newtelligence-com:dasblog:config-services">xml<Title xmlns="urn:newtelligence-com:dasblog:config">string</Title><Subtitle xmlns="urn:newtelligence-com:dasblog:config">string</Subtitle><Theme xmlns="urn:newtelligence-com:dasblog:config">string</Theme><Description xmlns="urn:newtelligence-com:dasblog:config">string</Description><Contact xmlns="urn:newtelligence-com:dasblog:config">string</Contact><Root xmlns="urn:newtelligence-com:dasblog:config">string</Root><Copyright xmlns="urn:newtelligence-com:dasblog:config">string</Copyright><RssDayCount xmlns="urn:newtelligence-com:dasblog:config">int</RssDayCount><RssMainEntryCount xmlns="urn:newtelligence-com:dasblog:config">int</RssMainEntryCount><RssEntryCount xmlns="urn:newtelligence-com:dasblog:config">int</RssEntryCount><EnableRssItemFooters xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableRssItemFooters><RssItemFooter xmlns="urn:newtelligence-com:dasblog:config">string</RssItemFooter><FrontPageDayCount xmlns="urn:newtelligence-com:dasblog:config">int</FrontPageDayCount><FrontPageEntryCount xmlns="urn:newtelligence-com:dasblog:config">int</FrontPageEntryCount><CategoryAllEntries xmlns="urn:newtelligence-com:dasblog:config">boolean</CategoryAllEntries><FrontPageCategory xmlns="urn:newtelligence-com:dasblog:config">string</FrontPageCategory><AlwaysIncludeContentInRSS xmlns="urn:newtelligence-com:dasblog:config">boolean</AlwaysIncludeContentInRSS><EntryTitleAsLink xmlns="urn:newtelligence-com:dasblog:config">boolean</EntryTitleAsLink><ObfuscateEmail xmlns="urn:newtelligence-com:dasblog:config">boolean</ObfuscateEmail><NotificationEMailAddress xmlns="urn:newtelligence-com:dasblog:config">string</NotificationEMailAddress><SendCommentsByEmail xmlns="urn:newtelligence-com:dasblog:config">boolean</SendCommentsByEmail><SendReferralsByEmail xmlns="urn:newtelligence-com:dasblog:config">boolean</SendReferralsByEmail><SendTrackbacksByEmail xmlns="urn:newtelligence-com:dasblog:config">boolean</SendTrackbacksByEmail><SendPingbacksByEmail xmlns="urn:newtelligence-com:dasblog:config">boolean</SendPingbacksByEmail><SendPostsByEmail xmlns="urn:newtelligence-com:dasblog:config">boolean</SendPostsByEmail><EnableBloggerApi xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableBloggerApi><EnableComments xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableComments><EnableCommentApi xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableCommentApi><EnableConfigEditService xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableConfigEditService><EnableEditService xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableEditService><EnableAutoPingback xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableAutoPingback><ShowCommentCount xmlns="urn:newtelligence-com:dasblog:config">boolean</ShowCommentCount><EnableTrackbackService xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableTrackbackService><EnablePingbackService xmlns="urn:newtelligence-com:dasblog:config">boolean</EnablePingbackService><EnableStartPageCaching xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableStartPageCaching><EnableBlogrollDescription xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableBlogrollDescription><EnableUrlRewriting xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableUrlRewriting><EnableCrossposts xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableCrossposts><UseUserCulture xmlns="urn:newtelligence-com:dasblog:config">boolean</UseUserCulture><ShowItemDescriptionInAggregatedViews xmlns="urn:newtelligence-com:dasblog:config">boolean</ShowItemDescriptionInAggregatedViews><EnableClickThrough xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableClickThrough><EnableAggregatorBugging xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableAggregatorBugging><DisplayTimeZoneIndex xmlns="urn:newtelligence-com:dasblog:config">int</DisplayTimeZoneIndex><AdjustDisplayTimeZone xmlns="urn:newtelligence-com:dasblog:config">boolean</AdjustDisplayTimeZone><EditPassword xmlns="urn:newtelligence-com:dasblog:config">string</EditPassword><ContentDir xmlns="urn:newtelligence-com:dasblog:config">string</ContentDir><LogDir xmlns="urn:newtelligence-com:dasblog:config">string</LogDir><BinariesDir xmlns="urn:newtelligence-com:dasblog:config">string</BinariesDir><ProfilesDir xmlns="urn:newtelligence-com:dasblog:config">string</ProfilesDir><SmtpServer xmlns="urn:newtelligence-com:dasblog:config">string</SmtpServer><EnablePop3 xmlns="urn:newtelligence-com:dasblog:config">boolean</EnablePop3><Pop3Server xmlns="urn:newtelligence-com:dasblog:config">string</Pop3Server><Pop3Username xmlns="urn:newtelligence-com:dasblog:config">string</Pop3Username><Pop3Password xmlns="urn:newtelligence-com:dasblog:config">string</Pop3Password><Pop3SubjectPrefix xmlns="urn:newtelligence-com:dasblog:config">string</Pop3SubjectPrefix><Pop3Interval xmlns="urn:newtelligence-com:dasblog:config">int</Pop3Interval><Pop3InlineAttachedPictures xmlns="urn:newtelligence-com:dasblog:config">boolean</Pop3InlineAttachedPictures><Pop3InlinedAttachedPicturesThumbHeight xmlns="urn:newtelligence-com:dasblog:config">int</Pop3InlinedAttachedPicturesThumbHeight><ApplyContentFiltersToWeb xmlns="urn:newtelligence-com:dasblog:config">boolean</ApplyContentFiltersToWeb><ApplyContentFiltersToRSS xmlns="urn:newtelligence-com:dasblog:config">boolean</ApplyContentFiltersToRSS><EnableXSSUpstream xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableXSSUpstream><XSSUpstreamEndpoint xmlns="urn:newtelligence-com:dasblog:config">string</XSSUpstreamEndpoint><XSSUpstreamUsername xmlns="urn:newtelligence-com:dasblog:config">string</XSSUpstreamUsername><XSSUpstreamPassword xmlns="urn:newtelligence-com:dasblog:config">string</XSSUpstreamPassword><XSSRSSFilename xmlns="urn:newtelligence-com:dasblog:config">string</XSSRSSFilename><XSSUpstreamInterval xmlns="urn:newtelligence-com:dasblog:config">int</XSSUpstreamInterval><ContentFilters xmlns="urn:newtelligence-com:dasblog:config"><ContentFilter find="string" replace="string" isregex="boolean">xml</ContentFilter><ContentFilter find="string" replace="string" isregex="boolean">xml</ContentFilter></ContentFilters><CrosspostSites xmlns="urn:newtelligence-com:dasblog:config"><CrosspostSite profileName="string" hostName="string" port="int" endpoint="string" username="string" password="string" blogid="string" blogname="string" apitype="string">xml<allblognames><string>string</string><string>string</string></allblognames></CrosspostSite><CrosspostSite profileName="string" hostName="string" port="int" endpoint="string" username="string" password="string" blogid="string" blogname="string" apitype="string">xml<allblognames><string>string</string><string>string</string></allblognames></CrosspostSite></CrosspostSites><Pop3DeleteAllMessages xmlns="urn:newtelligence-com:dasblog:config">boolean</Pop3DeleteAllMessages><Pop3LogIgnoredEmails xmlns="urn:newtelligence-com:dasblog:config">boolean</Pop3LogIgnoredEmails><EnableReferralUrlBlackList xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableReferralUrlBlackList><ReferralUrlBlackList xmlns="urn:newtelligence-com:dasblog:config">string</ReferralUrlBlackList><EnableCaptcha xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableCaptcha><EnableReferralUrlBlackList404s xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableReferralUrlBlackList404s><EnableMovableTypeBlackList xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableMovableTypeBlackList><ChannelImageUrl xmlns="urn:newtelligence-com:dasblog:config">string</ChannelImageUrl><EnableCrossPostFooter xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableCrossPostFooter><CrossPostFooter xmlns="urn:newtelligence-com:dasblog:config">string</CrossPostFooter><EnableTitlePermaLink xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableTitlePermaLink><EnableTitlePermaLinkUnique xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableTitlePermaLinkUnique><EnableTitlePermaLinkSpaces xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableTitlePermaLinkSpaces><EncryptLoginPassword xmlns="urn:newtelligence-com:dasblog:config">boolean</EncryptLoginPassword><EnableSmtpAuthentication xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableSmtpAuthentication><SmtpUserName xmlns="urn:newtelligence-com:dasblog:config">string</SmtpUserName><SmtpPassword xmlns="urn:newtelligence-com:dasblog:config">string</SmtpPassword><RssLanguage xmlns="urn:newtelligence-com:dasblog:config">string</RssLanguage><EnableSearchHighlight xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableSearchHighlight><EnableEntryReferrals xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableEntryReferrals><PingServices xmlns="urn:newtelligence-com:dasblog:config"><PingService><Endpoint>string</Endpoint><Name>string</Name><Url>string</Url><PingApi>Basic or Extended</PingApi></PingService><PingService><Endpoint>string</Endpoint><Name>string</Name><Url>string</Url><PingApi>Basic or Extended</PingApi></PingService></PingServices><FeedBurnerName xmlns="urn:newtelligence-com:dasblog:config">string</FeedBurnerName><DaysCommentsAllowed xmlns="urn:newtelligence-com:dasblog:config">int</DaysCommentsAllowed><EnableCommentDays xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableCommentDays><SupressEmailAddressDisplay xmlns="urn:newtelligence-com:dasblog:config">boolean</SupressEmailAddressDisplay><EntryEditControl xmlns="urn:newtelligence-com:dasblog:config">string</EntryEditControl><LogBlockedReferrals xmlns="urn:newtelligence-com:dasblog:config">boolean</LogBlockedReferrals><ShowCommentsWhenViewingEntry xmlns="urn:newtelligence-com:dasblog:config">boolean</ShowCommentsWhenViewingEntry><UseFeedSchemeForSyndication xmlns="urn:newtelligence-com:dasblog:config">boolean</UseFeedSchemeForSyndication><ContentLookaheadDays xmlns="urn:newtelligence-com:dasblog:config">int</ContentLookaheadDays><EnableAutoSave xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableAutoSave><SmtpPort xmlns="urn:newtelligence-com:dasblog:config">int</SmtpPort><CommentsAllowGravatar xmlns="urn:newtelligence-com:dasblog:config">boolean</CommentsAllowGravatar><CommentsGravatarNoImgPath xmlns="urn:newtelligence-com:dasblog:config">string</CommentsGravatarNoImgPath><CommentsGravatarSize xmlns="urn:newtelligence-com:dasblog:config">string</CommentsGravatarSize><CommentsGravatarBorder xmlns="urn:newtelligence-com:dasblog:config">string</CommentsGravatarBorder><CommentsGravatarRating xmlns="urn:newtelligence-com:dasblog:config">string</CommentsGravatarRating><CommentsRequireApproval xmlns="urn:newtelligence-com:dasblog:config">boolean</CommentsRequireApproval><CommentsAllowHtml xmlns="urn:newtelligence-com:dasblog:config">boolean</CommentsAllowHtml><validCommentTags xmlns="urn:newtelligence-com:dasblog:config"><tag name="string" attributes="string" allowed="boolean">xml</tag><tag name="string" attributes="string" allowed="boolean">xml</tag></validCommentTags><EnableCoComment xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableCoComment><EnableSpamBlockingService xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableSpamBlockingService><SpamBlockingServiceApiKey xmlns="urn:newtelligence-com:dasblog:config">string</SpamBlockingServiceApiKey><EnableSpamModeration xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableSpamModeration><EntriesPerPage xmlns="urn:newtelligence-com:dasblog:config">int</EntriesPerPage><EnableDailyReportEmail xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableDailyReportEmail><UseSSLForSMTP xmlns="urn:newtelligence-com:dasblog:config">boolean</UseSSLForSMTP><PreferredBloggingAPI xmlns="urn:newtelligence-com:dasblog:config">string</PreferredBloggingAPI><EnableGoogleMaps xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableGoogleMaps><GoogleMapsApiKey xmlns="urn:newtelligence-com:dasblog:config">string</GoogleMapsApiKey><EnableGeoRss xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableGeoRss><DefaultLatitude xmlns="urn:newtelligence-com:dasblog:config">double</DefaultLatitude><DefaultLongitude xmlns="urn:newtelligence-com:dasblog:config">double</DefaultLongitude><EnableDefaultLatLongForNonGeoCodedPosts xmlns="urn:newtelligence-com:dasblog:config">boolean</EnableDefaultLatLongForNonGeoCodedPosts><HtmlTidyContent xmlns="urn:newtelligence-com:dasblog:config">boolean</HtmlTidyContent><ResolveCommenterIP xmlns="urn:newtelligence-com:dasblog:config">boolean</ResolveCommenterIP><AllowOpenIdComments xmlns="urn:newtelligence-com:dasblog:config">boolean</AllowOpenIdComments><AllowOpenIdAdmin xmlns="urn:newtelligence-com:dasblog:config">boolean</AllowOpenIdAdmin><BypassSpamOpenIdComment xmlns="urn:newtelligence-com:dasblog:config">boolean</BypassSpamOpenIdComment><TitlePermalinkSpaceReplacement xmlns="urn:newtelligence-com:dasblog:config">string</TitlePermalinkSpaceReplacement></siteConfig>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /weblog/ConfigEditingService.asmx/GetSiteConfig? HTTP/1.1
Host: www.25hoursaday.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<SiteConfig xmlns="urn:newtelligence-com:dasblog:config">xml<Title>string</Title><Subtitle>string</Subtitle><Theme>string</Theme><Description>string</Description><Contact>string</Contact><Root>string</Root><Copyright>string</Copyright><RssDayCount>int</RssDayCount><RssMainEntryCount>int</RssMainEntryCount><RssEntryCount>int</RssEntryCount><EnableRssItemFooters>boolean</EnableRssItemFooters><RssItemFooter>string</RssItemFooter><FrontPageDayCount>int</FrontPageDayCount><FrontPageEntryCount>int</FrontPageEntryCount><CategoryAllEntries>boolean</CategoryAllEntries><FrontPageCategory>string</FrontPageCategory><AlwaysIncludeContentInRSS>boolean</AlwaysIncludeContentInRSS><EntryTitleAsLink>boolean</EntryTitleAsLink><ObfuscateEmail>boolean</ObfuscateEmail><NotificationEMailAddress>string</NotificationEMailAddress><SendCommentsByEmail>boolean</SendCommentsByEmail><SendReferralsByEmail>boolean</SendReferralsByEmail><SendTrackbacksByEmail>boolean</SendTrackbacksByEmail><SendPingbacksByEmail>boolean</SendPingbacksByEmail><SendPostsByEmail>boolean</SendPostsByEmail><EnableBloggerApi>boolean</EnableBloggerApi><EnableComments>boolean</EnableComments><EnableCommentApi>boolean</EnableCommentApi><EnableConfigEditService>boolean</EnableConfigEditService><EnableEditService>boolean</EnableEditService><EnableAutoPingback>boolean</EnableAutoPingback><ShowCommentCount>boolean</ShowCommentCount><EnableTrackbackService>boolean</EnableTrackbackService><EnablePingbackService>boolean</EnablePingbackService><EnableStartPageCaching>boolean</EnableStartPageCaching><EnableBlogrollDescription>boolean</EnableBlogrollDescription><EnableUrlRewriting>boolean</EnableUrlRewriting><EnableCrossposts>boolean</EnableCrossposts><UseUserCulture>boolean</UseUserCulture><ShowItemDescriptionInAggregatedViews>boolean</ShowItemDescriptionInAggregatedViews><EnableClickThrough>boolean</EnableClickThrough><EnableAggregatorBugging>boolean</EnableAggregatorBugging><DisplayTimeZoneIndex>int</DisplayTimeZoneIndex><AdjustDisplayTimeZone>boolean</AdjustDisplayTimeZone><EditPassword>string</EditPassword><ContentDir>string</ContentDir><LogDir>string</LogDir><BinariesDir>string</BinariesDir><ProfilesDir>string</ProfilesDir><SmtpServer>string</SmtpServer><EnablePop3>boolean</EnablePop3><Pop3Server>string</Pop3Server><Pop3Username>string</Pop3Username><Pop3Password>string</Pop3Password><Pop3SubjectPrefix>string</Pop3SubjectPrefix><Pop3Interval>int</Pop3Interval><Pop3InlineAttachedPictures>boolean</Pop3InlineAttachedPictures><Pop3InlinedAttachedPicturesThumbHeight>int</Pop3InlinedAttachedPicturesThumbHeight><ApplyContentFiltersToWeb>boolean</ApplyContentFiltersToWeb><ApplyContentFiltersToRSS>boolean</ApplyContentFiltersToRSS><EnableXSSUpstream>boolean</EnableXSSUpstream><XSSUpstreamEndpoint>string</XSSUpstreamEndpoint><XSSUpstreamUsername>string</XSSUpstreamUsername><XSSUpstreamPassword>string</XSSUpstreamPassword><XSSRSSFilename>string</XSSRSSFilename><XSSUpstreamInterval>int</XSSUpstreamInterval><ContentFilters><ContentFilter find="string" replace="string" isregex="boolean">xml</ContentFilter><ContentFilter find="string" replace="string" isregex="boolean">xml</ContentFilter></ContentFilters><CrosspostSites><CrosspostSite profileName="string" hostName="string" port="int" endpoint="string" username="string" password="string" blogid="string" blogname="string" apitype="string">xml<allblognames><string>string</string><string>string</string></allblognames></CrosspostSite><CrosspostSite profileName="string" hostName="string" port="int" endpoint="string" username="string" password="string" blogid="string" blogname="string" apitype="string">xml<allblognames><string>string</string><string>string</string></allblognames></CrosspostSite></CrosspostSites><Pop3DeleteAllMessages>boolean</Pop3DeleteAllMessages><Pop3LogIgnoredEmails>boolean</Pop3LogIgnoredEmails><EnableReferralUrlBlackList>boolean</EnableReferralUrlBlackList><ReferralUrlBlackList>string</ReferralUrlBlackList><EnableCaptcha>boolean</EnableCaptcha><EnableReferralUrlBlackList404s>boolean</EnableReferralUrlBlackList404s><EnableMovableTypeBlackList>boolean</EnableMovableTypeBlackList><ChannelImageUrl>string</ChannelImageUrl><EnableCrossPostFooter>boolean</EnableCrossPostFooter><CrossPostFooter>string</CrossPostFooter><EnableTitlePermaLink>boolean</EnableTitlePermaLink><EnableTitlePermaLinkUnique>boolean</EnableTitlePermaLinkUnique><EnableTitlePermaLinkSpaces>boolean</EnableTitlePermaLinkSpaces><EncryptLoginPassword>boolean</EncryptLoginPassword><EnableSmtpAuthentication>boolean</EnableSmtpAuthentication><SmtpUserName>string</SmtpUserName><SmtpPassword>string</SmtpPassword><RssLanguage>string</RssLanguage><EnableSearchHighlight>boolean</EnableSearchHighlight><EnableEntryReferrals>boolean</EnableEntryReferrals><PingServices><PingService><Endpoint>string</Endpoint><Name>string</Name><Url>string</Url><PingApi>Basic or Extended</PingApi></PingService><PingService><Endpoint>string</Endpoint><Name>string</Name><Url>string</Url><PingApi>Basic or Extended</PingApi></PingService></PingServices><FeedBurnerName>string</FeedBurnerName><DaysCommentsAllowed>int</DaysCommentsAllowed><EnableCommentDays>boolean</EnableCommentDays><SupressEmailAddressDisplay>boolean</SupressEmailAddressDisplay><EntryEditControl>string</EntryEditControl><LogBlockedReferrals>boolean</LogBlockedReferrals><ShowCommentsWhenViewingEntry>boolean</ShowCommentsWhenViewingEntry><UseFeedSchemeForSyndication>boolean</UseFeedSchemeForSyndication><ContentLookaheadDays>int</ContentLookaheadDays><EnableAutoSave>boolean</EnableAutoSave><SmtpPort>int</SmtpPort><CommentsAllowGravatar>boolean</CommentsAllowGravatar><CommentsGravatarNoImgPath>string</CommentsGravatarNoImgPath><CommentsGravatarSize>string</CommentsGravatarSize><CommentsGravatarBorder>string</CommentsGravatarBorder><CommentsGravatarRating>string</CommentsGravatarRating><CommentsRequireApproval>boolean</CommentsRequireApproval><CommentsAllowHtml>boolean</CommentsAllowHtml><validCommentTags><tag name="string" attributes="string" allowed="boolean">xml</tag><tag name="string" attributes="string" allowed="boolean">xml</tag></validCommentTags><EnableCoComment>boolean</EnableCoComment><EnableSpamBlockingService>boolean</EnableSpamBlockingService><SpamBlockingServiceApiKey>string</SpamBlockingServiceApiKey><EnableSpamModeration>boolean</EnableSpamModeration><EntriesPerPage>int</EntriesPerPage><EnableDailyReportEmail>boolean</EnableDailyReportEmail><UseSSLForSMTP>boolean</UseSSLForSMTP><PreferredBloggingAPI>string</PreferredBloggingAPI><EnableGoogleMaps>boolean</EnableGoogleMaps><GoogleMapsApiKey>string</GoogleMapsApiKey><EnableGeoRss>boolean</EnableGeoRss><DefaultLatitude>double</DefaultLatitude><DefaultLongitude>double</DefaultLongitude><EnableDefaultLatLongForNonGeoCodedPosts>boolean</EnableDefaultLatLongForNonGeoCodedPosts><HtmlTidyContent>boolean</HtmlTidyContent><ResolveCommenterIP>boolean</ResolveCommenterIP><AllowOpenIdComments>boolean</AllowOpenIdComments><AllowOpenIdAdmin>boolean</AllowOpenIdAdmin><BypassSpamOpenIdComment>boolean</BypassSpamOpenIdComment><TitlePermalinkSpaceReplacement>string</TitlePermalinkSpaceReplacement></SiteConfig>