This web service provides site management functions. Methods are invoked by the user whose credentials are specified in SOAP-header (see CredentialsSoapHeader).
WSDL location: /ServiceFacade/4.0/SiteWebService.asmx?WSDL
ActivateSite | Activates/deactivates sites. |
ChangeSiteOwner | Changes owner of a regular site. This operation can be used by administrators and resellers only. |
CreateAnonymousSite | Creates a new trial site with reseller specified by resellerId |
CreateSite | Creates a new site without publishing settings and assigned host. |
CreateSite2 | Creates new site. |
CreateSiteWithHost | Creates host, add host to a user plan, create a site with standard publishing settings and associatre the site with the host. |
DeleteExpiredAnonymouseSites | Initiates removing of a trial site. |
DeleteSite | Removes a site. |
FindSites | Retrieves list of sites specified by a filtering rule. |
GetSiteById | Retrieves a site object by site id |
GetSiteHost | Retrieves ID of the host assigned to the site specified by id |
IsAnonymousSite | Checks a site type. |
MigrateSiteWithHost | This method expands functionality of CreateSiteWithHost by adding migration/conversion ability. Content of a site (specified by oldSiteId) made by SiteBuilder 2.0.5 for Windows can be converted to the content made by SiteBuilder 3.x for Windows. |
PublishSite | Is used to publish a site specified by ID using predefined publishing settings. |
TakeOwnershipOfAnonymousSite | Assings an owner to a specified trial site and change its type from trial to regular. |
UpdateSite | Updates site preferences. |
UpdateSiteLastPublishingSettings | Changes URL of a site. The URL is retrieved from publishing settings under which the site was successfully published. |
UpdateSiteWithHost | Updates publishing settings of the site specified by id without changing publishing method. The method has the same host/plan processing logic as method CreateSiteWithHost. |