CDNService
Click here for a complete list of operations.
ContentRequestByPageURL
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 /CDNService.asmx HTTP/1.1 Host: cdn.trugreen.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/ContentRequestByPageURL" <?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> <ContentRequestByPageURL xmlns="http://tempuri.org/"> <environment_abbrev>string</environment_abbrev> <domain>string</domain> <url>string</url> <filterParams> <filter> <fieldname>string</fieldname> <opcode>string</opcode> <value>string</value> <type>CollectionProperty or ContentProperty</type> </filter> <filter> <fieldname>string</fieldname> <opcode>string</opcode> <value>string</value> <type>CollectionProperty or ContentProperty</type> </filter> </filterParams> </ContentRequestByPageURL> </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> <ContentRequestByPageURLResponse xmlns="http://tempuri.org/"> <ContentRequestByPageURLResult> <ContentResponse> <Identifier>string</Identifier> <Placeholder>string</Placeholder> <Content>string</Content> <QueryType>eContent_ID or eCollection or eABTest or eTypeCollection</QueryType> <ContentItems> <ContentItem xsi:nil="true" /> <ContentItem xsi:nil="true" /> </ContentItems> </ContentResponse> <ContentResponse> <Identifier>string</Identifier> <Placeholder>string</Placeholder> <Content>string</Content> <QueryType>eContent_ID or eCollection or eABTest or eTypeCollection</QueryType> <ContentItems> <ContentItem xsi:nil="true" /> <ContentItem xsi:nil="true" /> </ContentItems> </ContentResponse> </ContentRequestByPageURLResult> </ContentRequestByPageURLResponse> </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 /CDNService.asmx HTTP/1.1 Host: cdn.trugreen.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:Body> <ContentRequestByPageURL xmlns="http://tempuri.org/"> <environment_abbrev>string</environment_abbrev> <domain>string</domain> <url>string</url> <filterParams> <filter> <fieldname>string</fieldname> <opcode>string</opcode> <value>string</value> <type>CollectionProperty or ContentProperty</type> </filter> <filter> <fieldname>string</fieldname> <opcode>string</opcode> <value>string</value> <type>CollectionProperty or ContentProperty</type> </filter> </filterParams> </ContentRequestByPageURL> </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> <ContentRequestByPageURLResponse xmlns="http://tempuri.org/"> <ContentRequestByPageURLResult> <ContentResponse> <Identifier>string</Identifier> <Placeholder>string</Placeholder> <Content>string</Content> <QueryType>eContent_ID or eCollection or eABTest or eTypeCollection</QueryType> <ContentItems> <ContentItem xsi:nil="true" /> <ContentItem xsi:nil="true" /> </ContentItems> </ContentResponse> <ContentResponse> <Identifier>string</Identifier> <Placeholder>string</Placeholder> <Content>string</Content> <QueryType>eContent_ID or eCollection or eABTest or eTypeCollection</QueryType> <ContentItems> <ContentItem xsi:nil="true" /> <ContentItem xsi:nil="true" /> </ContentItems> </ContentResponse> </ContentRequestByPageURLResult> </ContentRequestByPageURLResponse> </soap12:Body> </soap12:Envelope>