Web Service Details: ASPAllianceTemplate
- Country:
-
United States
- Provider:
- aspalliance.com

- WSDL File:
- http://aspalliance.com/webse...spalliancetemplate.asmx?WSDL
- WSDL Cache:
- XML or HTML
- Monitored since:
- Jul 13, 2006
- Server:
- Microsoft-IIS/6.0
- Availability:
-
(98.60% since Jul 2006) (view details)
- Documentation:
- good (within WSDL)
- Description:
- User Rating:
Seekda Community Feedback
Service Description by seekda Users
This Service has 4 Bindings. This means the same functionality can be accessed by different technical protocols (i.e. HTTP GET, HTTP POST, SOAP 1.1 over HTTP, SOAP 1.2 over HTTP) .
A simple click on any operation opens a window that allows you to use this Web Service directly and without any programming on your site.
-
ASPAllianceTemplateSoap (Protocol: SOAP12_HTTP)
-
bottomTemplate
This method renders the closing tags for the ASP Alliance template page, as well as the closing body and html tags. ASPAlliance columnists should pass their web's name as the sitename parameter. You should also enable the use of a print view for your pages by checking for a querystring variable called print and setting the printview parameter to true if the querystring exists. To use, place an asp:literal on your ASPX page, and assign its Text property to this web service's return value.Input: bottomTemplate
Output: bottomTemplateResponse -
columnCategories
This method is used to render a table listing all of the categories used for ASPAlliance articles, along with the number of articles that exist for each category type. To use, place an asp:literal on your ASPX page, and assign its Text property to this web service's return value.Input: columnCategories
Output: columnCategoriesResponse -
htmlHeadBodySection
This method renders the opening html tag, head section, and opening body tag for the standard ASPAlliance template page. You can specify the page's title by passing it as a parameter to this function. To use, place an asp:literal on your ASPX page, and assign its Text property to this web service's return value.Input: htmlHeadBodySection
Output: htmlHeadBodySectionResponse -
listArticles
Returns all indexed articles for ASPAlliance.com in a DataSet, ordered by popularity (in the last few weeks).Input: listArticles
Output: listArticlesResponse -
topTemplate
This method renders the opening html tag, head section, and opening body tag, and ASPAlliance template layout for the standard ASPAlliance template page. You can specify the page's title by passing it as a parameter to this function. ASPAlliance columnists should pass their web's name as the sitename parameter. You should also enable the use of a print view for your pages by checking for a querystring variable called print and setting the printview parameter to true if the querystring exists. To use, place an asp:literal on your ASPX page, and assign its Text property to this web service's return value.Input: topTemplate
Output: topTemplateResponse -
topTemplateArticle
This method renders the opening html tag, head section, and opening body tag, and ASPAlliance template layout for the standard ASPAlliance template page. You can specify the page's title by passing it as a parameter to this function. ASPAlliance columnists should pass their web's name as the sitename parameter. You should also enable the use of a print view for your pages by checking for a querystring variable called print and setting the printview parameter to true if the querystring exists. To use, place an asp:literal on your ASPX page, and assign its Text property to this web service's return value. Include the article's ID as well so that its popularity can be tracked.Input: topTemplateArticle
Output: topTemplateArticleResponse
-
bottomTemplate
-
ASPAllianceTemplateSoap (Protocol: SOAP11_HTTP)
-
bottomTemplate
This method renders the closing tags for the ASP Alliance template page, as well as the closing body and html tags. ASPAlliance columnists should pass their web's name as the sitename parameter. You should also enable the use of a print view for your pages by checking for a querystring variable called print and setting the printview parameter to true if the querystring exists. To use, place an asp:literal on your ASPX page, and assign its Text property to this web service's return value.Input: bottomTemplate
Output: bottomTemplateResponse -
columnCategories
This method is used to render a table listing all of the categories used for ASPAlliance articles, along with the number of articles that exist for each category type. To use, place an asp:literal on your ASPX page, and assign its Text property to this web service's return value.Input: columnCategories
Output: columnCategoriesResponse -
htmlHeadBodySection
This method renders the opening html tag, head section, and opening body tag for the standard ASPAlliance template page. You can specify the page's title by passing it as a parameter to this function. To use, place an asp:literal on your ASPX page, and assign its Text property to this web service's return value.Input: htmlHeadBodySection
Output: htmlHeadBodySectionResponse -
listArticles
Returns all indexed articles for ASPAlliance.com in a DataSet, ordered by popularity (in the last few weeks).Input: listArticles
Output: listArticlesResponse -
topTemplate
This method renders the opening html tag, head section, and opening body tag, and ASPAlliance template layout for the standard ASPAlliance template page. You can specify the page's title by passing it as a parameter to this function. ASPAlliance columnists should pass their web's name as the sitename parameter. You should also enable the use of a print view for your pages by checking for a querystring variable called print and setting the printview parameter to true if the querystring exists. To use, place an asp:literal on your ASPX page, and assign its Text property to this web service's return value.Input: topTemplate
Output: topTemplateResponse -
topTemplateArticle
This method renders the opening html tag, head section, and opening body tag, and ASPAlliance template layout for the standard ASPAlliance template page. You can specify the page's title by passing it as a parameter to this function. ASPAlliance columnists should pass their web's name as the sitename parameter. You should also enable the use of a print view for your pages by checking for a querystring variable called print and setting the printview parameter to true if the querystring exists. To use, place an asp:literal on your ASPX page, and assign its Text property to this web service's return value. Include the article's ID as well so that its popularity can be tracked.Input: topTemplateArticle
Output: topTemplateArticleResponse
-
bottomTemplate
-
ASPAllianceTemplateHttpPost (Protocol: HTTP_POST)
-
bottomTemplate
This method renders the closing tags for the ASP Alliance template page, as well as the closing body and html tags. ASPAlliance columnists should pass their web's name as the sitename parameter. You should also enable the use of a print view for your pages by checking for a querystring variable called print and setting the printview parameter to true if the querystring exists. To use, place an asp:literal on your ASPX page, and assign its Text property to this web service's return value.Input: sitename, printview
Output: string -
columnCategories
This method is used to render a table listing all of the categories used for ASPAlliance articles, along with the number of articles that exist for each category type. To use, place an asp:literal on your ASPX page, and assign its Text property to this web service's return value.Input:
Output: string -
htmlHeadBodySection
This method renders the opening html tag, head section, and opening body tag for the standard ASPAlliance template page. You can specify the page's title by passing it as a parameter to this function. To use, place an asp:literal on your ASPX page, and assign its Text property to this web service's return value.Input: title
Output: string -
listArticles
Returns all indexed articles for ASPAlliance.com in a DataSet, ordered by popularity (in the last few weeks).Input: howmanyrows
Output: DataSet -
topTemplate
This method renders the opening html tag, head section, and opening body tag, and ASPAlliance template layout for the standard ASPAlliance template page. You can specify the page's title by passing it as a parameter to this function. ASPAlliance columnists should pass their web's name as the sitename parameter. You should also enable the use of a print view for your pages by checking for a querystring variable called print and setting the printview parameter to true if the querystring exists. To use, place an asp:literal on your ASPX page, and assign its Text property to this web service's return value.Input: printview, sitename, title
Output: string -
topTemplateArticle
This method renders the opening html tag, head section, and opening body tag, and ASPAlliance template layout for the standard ASPAlliance template page. You can specify the page's title by passing it as a parameter to this function. ASPAlliance columnists should pass their web's name as the sitename parameter. You should also enable the use of a print view for your pages by checking for a querystring variable called print and setting the printview parameter to true if the querystring exists. To use, place an asp:literal on your ASPX page, and assign its Text property to this web service's return value. Include the article's ID as well so that its popularity can be tracked.Input: title, article_id, sitename, printview
Output: string
-
bottomTemplate
-
ASPAllianceTemplateHttpGet (Protocol: HTTP_GET)
-
bottomTemplate
This method renders the closing tags for the ASP Alliance template page, as well as the closing body and html tags. ASPAlliance columnists should pass their web's name as the sitename parameter. You should also enable the use of a print view for your pages by checking for a querystring variable called print and setting the printview parameter to true if the querystring exists. To use, place an asp:literal on your ASPX page, and assign its Text property to this web service's return value.Input: sitename, printview
Output: string -
columnCategories
This method is used to render a table listing all of the categories used for ASPAlliance articles, along with the number of articles that exist for each category type. To use, place an asp:literal on your ASPX page, and assign its Text property to this web service's return value.Input:
Output: string -
htmlHeadBodySection
This method renders the opening html tag, head section, and opening body tag for the standard ASPAlliance template page. You can specify the page's title by passing it as a parameter to this function. To use, place an asp:literal on your ASPX page, and assign its Text property to this web service's return value.Input: title
Output: string -
listArticles
Returns all indexed articles for ASPAlliance.com in a DataSet, ordered by popularity (in the last few weeks).Input: howmanyrows
Output: DataSet -
topTemplate
This method renders the opening html tag, head section, and opening body tag, and ASPAlliance template layout for the standard ASPAlliance template page. You can specify the page's title by passing it as a parameter to this function. ASPAlliance columnists should pass their web's name as the sitename parameter. You should also enable the use of a print view for your pages by checking for a querystring variable called print and setting the printview parameter to true if the querystring exists. To use, place an asp:literal on your ASPX page, and assign its Text property to this web service's return value.Input: printview, sitename, title
Output: string -
topTemplateArticle
This method renders the opening html tag, head section, and opening body tag, and ASPAlliance template layout for the standard ASPAlliance template page. You can specify the page's title by passing it as a parameter to this function. ASPAlliance columnists should pass their web's name as the sitename parameter. You should also enable the use of a print view for your pages by checking for a querystring variable called print and setting the printview parameter to true if the querystring exists. To use, place an asp:literal on your ASPX page, and assign its Text property to this web service's return value. Include the article's ID as well so that its popularity can be tracked.Input: title, article_id, sitename, printview
Output: string
-
bottomTemplate
This page gives information about the availability of the selected service. For details on how we perform monitoring click here.
We perform an availability check once a day. The graph below shows the response time measured. You can use the slider control to adjust the time period displayed.
- Endpoint:
- http://aspalliance.com/webservices/aspalliancetemplate.asmx
- Monitored since:
- Jul 13, 2006
- Server:
- Microsoft-IIS/6.0
- Availability:
- 98.60%
time period selected: -
Detailed Explanation
-
connect time:
milliseconds until connection with the service could be established
-
response time:
milliseconds until response was completely received
-
avg. connect time:
avg time in milliseconds until connection with the service could be established (across all service)
-
avg. response time:
avg time in milliseconds until response was received (across all service)
- The coloring of the lower bar in the graph indicates certain properties of the response during a particular availability check.
-
OK:
We verified that the server correctly implements the SOAP protocol, however this does not mean that we have verified its actual functionality (such as a weather service). -
invalid host:
we have been unable to connect to the host either because we could not resolve the domain name or because the IP address specified was not a public one. -
connect timeout:
we have been able to contact the server, however within 20 seconds we could not establish a connection. -
read timeout:
the server took more then 20 seconds to send its response. -
malformed response:
the server did not respond according to the SOAP protocol specification. Please not that the service still might provide some functionality, but it is likely that there exists some problem.
Current Revision
Revisions:
- current revision (Aug 9, 2007) by andreas.wechselberger
Search Services Search Services Search Services
Recently Viewed Recently Viewed Recently Viewed
Recent News Recent News Recent News
-
New Graphical Design
We have been listening to you and we try our best to continuously improve the user experience at seekda portal. Over the last few months we have made numerous style and layout changes to enhance the look and feel. The new graphic design went live today. Thank you for your [...]more...
-
Summary of Web Service Ideas Contest
Web Service Ideas Contest was a competition in which participants used their imagination to envision how real world problems could be solved with Web Service technologies. Participants shared with seekda their ideas of how services could be used in completely new contexts. The contest took place in September 2008 [...]more...
Get in Touch Get in Touch Get in Touch
Questions or suggestions about seekda Web Services Search Engine? Contact us via mail. (no free agent available to chat)