HosterWS
Click here for a complete list of operations.
Duplicate_WebPage
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.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 /HosterSVC.asmx HTTP/1.1
Host: svc.hoster.es
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://svc.hoster.es/Duplicate_WebPage"
<?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>
<Duplicate_WebPage xmlns="http://svc.hoster.es/">
<SES_ID>int</SES_ID>
<WPG_ID>int</WPG_ID>
<PARAMETERS>string</PARAMETERS>
</Duplicate_WebPage>
</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>
<Duplicate_WebPageResponse xmlns="http://svc.hoster.es/">
<Duplicate_WebPageResult>
<WPG_ID>int</WPG_ID>
<WEB_ID>int</WEB_ID>
<LNG_ID>int</LNG_ID>
<WPG_URL>string</WPG_URL>
<WPG_TITLE>string</WPG_TITLE>
<WPG_DESCRIPTION>string</WPG_DESCRIPTION>
<WEB_URL>string</WEB_URL>
<WPT_ID>int</WPT_ID>
<WPF_ID>int</WPF_ID>
<WPC_ID>int</WPC_ID>
<WPD_ID>int</WPD_ID>
<WPO_ID>int</WPO_ID>
<WPG_BOTS_REVIEW>boolean</WPG_BOTS_REVIEW>
<WPG_BOTS_FOLLOW>boolean</WPG_BOTS_FOLLOW>
<WPG_KEYWORDS>string</WPG_KEYWORDS>
<WPG_SECTION>string</WPG_SECTION>
<WPG_PARENT>int</WPG_PARENT>
<WPG_CREATION>dateTime</WPG_CREATION>
<WPG_MODIFIED>dateTime</WPG_MODIFIED>
<LNG_CODE>string</LNG_CODE>
<LNG_PREFIX>string</LNG_PREFIX>
<WPG_WIDTH>int</WPG_WIDTH>
<WPG_BKCOLOR>string</WPG_BKCOLOR>
<WPG_BKIMAGE>string</WPG_BKIMAGE>
<WPG_BKREPEAT>string</WPG_BKREPEAT>
<WPG_VIEWPORT>string</WPG_VIEWPORT>
<WPG_RESPONSIVE>int</WPG_RESPONSIVE>
<LIST_ID>int</LIST_ID>
<LIST_TYPE>int</LIST_TYPE>
<LIST_START>int</LIST_START>
<LIST_OFFSET>int</LIST_OFFSET>
<LIST_ORDER>string</LIST_ORDER>
<PARAM_TYPE>int</PARAM_TYPE>
<MAIN_PAGE>boolean</MAIN_PAGE>
<DEBUG_PARAMS>string</DEBUG_PARAMS>
<WPC_NAME>string</WPC_NAME>
<WPC_COLOR>string</WPC_COLOR>
<CACHEABLE>boolean</CACHEABLE>
<TEMPLATE_FRAME_ID>int</TEMPLATE_FRAME_ID>
<TEMPLATE_FRAME>string</TEMPLATE_FRAME>
<DATETYPE>int</DATETYPE>
</Duplicate_WebPageResult>
</Duplicate_WebPageResponse>
</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 /HosterSVC.asmx HTTP/1.1
Host: svc.hoster.es
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>
<Duplicate_WebPage xmlns="http://svc.hoster.es/">
<SES_ID>int</SES_ID>
<WPG_ID>int</WPG_ID>
<PARAMETERS>string</PARAMETERS>
</Duplicate_WebPage>
</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>
<Duplicate_WebPageResponse xmlns="http://svc.hoster.es/">
<Duplicate_WebPageResult>
<WPG_ID>int</WPG_ID>
<WEB_ID>int</WEB_ID>
<LNG_ID>int</LNG_ID>
<WPG_URL>string</WPG_URL>
<WPG_TITLE>string</WPG_TITLE>
<WPG_DESCRIPTION>string</WPG_DESCRIPTION>
<WEB_URL>string</WEB_URL>
<WPT_ID>int</WPT_ID>
<WPF_ID>int</WPF_ID>
<WPC_ID>int</WPC_ID>
<WPD_ID>int</WPD_ID>
<WPO_ID>int</WPO_ID>
<WPG_BOTS_REVIEW>boolean</WPG_BOTS_REVIEW>
<WPG_BOTS_FOLLOW>boolean</WPG_BOTS_FOLLOW>
<WPG_KEYWORDS>string</WPG_KEYWORDS>
<WPG_SECTION>string</WPG_SECTION>
<WPG_PARENT>int</WPG_PARENT>
<WPG_CREATION>dateTime</WPG_CREATION>
<WPG_MODIFIED>dateTime</WPG_MODIFIED>
<LNG_CODE>string</LNG_CODE>
<LNG_PREFIX>string</LNG_PREFIX>
<WPG_WIDTH>int</WPG_WIDTH>
<WPG_BKCOLOR>string</WPG_BKCOLOR>
<WPG_BKIMAGE>string</WPG_BKIMAGE>
<WPG_BKREPEAT>string</WPG_BKREPEAT>
<WPG_VIEWPORT>string</WPG_VIEWPORT>
<WPG_RESPONSIVE>int</WPG_RESPONSIVE>
<LIST_ID>int</LIST_ID>
<LIST_TYPE>int</LIST_TYPE>
<LIST_START>int</LIST_START>
<LIST_OFFSET>int</LIST_OFFSET>
<LIST_ORDER>string</LIST_ORDER>
<PARAM_TYPE>int</PARAM_TYPE>
<MAIN_PAGE>boolean</MAIN_PAGE>
<DEBUG_PARAMS>string</DEBUG_PARAMS>
<WPC_NAME>string</WPC_NAME>
<WPC_COLOR>string</WPC_COLOR>
<CACHEABLE>boolean</CACHEABLE>
<TEMPLATE_FRAME_ID>int</TEMPLATE_FRAME_ID>
<TEMPLATE_FRAME>string</TEMPLATE_FRAME>
<DATETYPE>int</DATETYPE>
</Duplicate_WebPageResult>
</Duplicate_WebPageResponse>
</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 /HosterSVC.asmx/Duplicate_WebPage?SES_ID=string&WPG_ID=string&PARAMETERS=string HTTP/1.1 Host: svc.hoster.es
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <WebPage xmlns="http://svc.hoster.es/"> <WPG_ID>int</WPG_ID> <WEB_ID>int</WEB_ID> <LNG_ID>int</LNG_ID> <WPG_URL>string</WPG_URL> <WPG_TITLE>string</WPG_TITLE> <WPG_DESCRIPTION>string</WPG_DESCRIPTION> <WEB_URL>string</WEB_URL> <WPT_ID>int</WPT_ID> <WPF_ID>int</WPF_ID> <WPC_ID>int</WPC_ID> <WPD_ID>int</WPD_ID> <WPO_ID>int</WPO_ID> <WPG_BOTS_REVIEW>boolean</WPG_BOTS_REVIEW> <WPG_BOTS_FOLLOW>boolean</WPG_BOTS_FOLLOW> <WPG_KEYWORDS>string</WPG_KEYWORDS> <WPG_SECTION>string</WPG_SECTION> <WPG_PARENT>int</WPG_PARENT> <WPG_CREATION>dateTime</WPG_CREATION> <WPG_MODIFIED>dateTime</WPG_MODIFIED> <LNG_CODE>string</LNG_CODE> <LNG_PREFIX>string</LNG_PREFIX> <WPG_WIDTH>int</WPG_WIDTH> <WPG_BKCOLOR>string</WPG_BKCOLOR> <WPG_BKIMAGE>string</WPG_BKIMAGE> <WPG_BKREPEAT>string</WPG_BKREPEAT> <WPG_VIEWPORT>string</WPG_VIEWPORT> <WPG_RESPONSIVE>int</WPG_RESPONSIVE> <LIST_ID>int</LIST_ID> <LIST_TYPE>int</LIST_TYPE> <LIST_START>int</LIST_START> <LIST_OFFSET>int</LIST_OFFSET> <LIST_ORDER>string</LIST_ORDER> <PARAM_TYPE>int</PARAM_TYPE> <MAIN_PAGE>boolean</MAIN_PAGE> <DEBUG_PARAMS>string</DEBUG_PARAMS> <WPC_NAME>string</WPC_NAME> <WPC_COLOR>string</WPC_COLOR> <CACHEABLE>boolean</CACHEABLE> <TEMPLATE_FRAME_ID>int</TEMPLATE_FRAME_ID> <TEMPLATE_FRAME>string</TEMPLATE_FRAME> <DATETYPE>int</DATETYPE> </WebPage>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /HosterSVC.asmx/Duplicate_WebPage HTTP/1.1 Host: svc.hoster.es Content-Type: application/x-www-form-urlencoded Content-Length: length SES_ID=string&WPG_ID=string&PARAMETERS=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <WebPage xmlns="http://svc.hoster.es/"> <WPG_ID>int</WPG_ID> <WEB_ID>int</WEB_ID> <LNG_ID>int</LNG_ID> <WPG_URL>string</WPG_URL> <WPG_TITLE>string</WPG_TITLE> <WPG_DESCRIPTION>string</WPG_DESCRIPTION> <WEB_URL>string</WEB_URL> <WPT_ID>int</WPT_ID> <WPF_ID>int</WPF_ID> <WPC_ID>int</WPC_ID> <WPD_ID>int</WPD_ID> <WPO_ID>int</WPO_ID> <WPG_BOTS_REVIEW>boolean</WPG_BOTS_REVIEW> <WPG_BOTS_FOLLOW>boolean</WPG_BOTS_FOLLOW> <WPG_KEYWORDS>string</WPG_KEYWORDS> <WPG_SECTION>string</WPG_SECTION> <WPG_PARENT>int</WPG_PARENT> <WPG_CREATION>dateTime</WPG_CREATION> <WPG_MODIFIED>dateTime</WPG_MODIFIED> <LNG_CODE>string</LNG_CODE> <LNG_PREFIX>string</LNG_PREFIX> <WPG_WIDTH>int</WPG_WIDTH> <WPG_BKCOLOR>string</WPG_BKCOLOR> <WPG_BKIMAGE>string</WPG_BKIMAGE> <WPG_BKREPEAT>string</WPG_BKREPEAT> <WPG_VIEWPORT>string</WPG_VIEWPORT> <WPG_RESPONSIVE>int</WPG_RESPONSIVE> <LIST_ID>int</LIST_ID> <LIST_TYPE>int</LIST_TYPE> <LIST_START>int</LIST_START> <LIST_OFFSET>int</LIST_OFFSET> <LIST_ORDER>string</LIST_ORDER> <PARAM_TYPE>int</PARAM_TYPE> <MAIN_PAGE>boolean</MAIN_PAGE> <DEBUG_PARAMS>string</DEBUG_PARAMS> <WPC_NAME>string</WPC_NAME> <WPC_COLOR>string</WPC_COLOR> <CACHEABLE>boolean</CACHEABLE> <TEMPLATE_FRAME_ID>int</TEMPLATE_FRAME_ID> <TEMPLATE_FRAME>string</TEMPLATE_FRAME> <DATETYPE>int</DATETYPE> </WebPage>