<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : httpapi.asp error</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : httpapi.asp error]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 03:46:20 +0000</pubDate>
  <lastBuildDate>Fri, 11 Jan 2008 09:40:25 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=25135</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[httpapi.asp error :      The HTTP XML API was...]]></title>
   <link>https://forums.webwiz.net/httpapi-asp-error_topic25135_post130660.html#130660</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 25135<br /><strong>Posted:</strong> 11&nbsp;January&nbsp;2008 at 9:40am<br /><br />The HTTP XML API was to be part of version 10 but was released early. The call is to a new function in version 10.<br><br>To fix the issue add the following function to the code near the top of the HttpAPI.asp file:-<br><br><table width="99%"><tr><td><pre class="BBcode"><br>'isBool checks if a Boolean value<br>Private Function isBool(strExpression) <br><br>&nbsp;&nbsp;&nbsp; 'Convert to lower case string (less work to do later)<br>&nbsp;&nbsp;&nbsp; strExpression = CStr(LCase(strExpression))<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; 'See if value is a booleon or not<br>&nbsp;&nbsp;&nbsp; Select Case strExpression<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Case "true", "false", "1", "0", "-1"<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; isBool = True<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Case Else<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; isBool = False<br>&nbsp;&nbsp;&nbsp; End Select<br><br>End Function<br></pre></td></tr></table><br><span style="font-size:10px"><br /><br />Edited by -boRg- - 11&nbsp;January&nbsp;2008 at 9:46am</span>]]>
   </description>
   <pubDate>Fri, 11 Jan 2008 09:40:25 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/httpapi-asp-error_topic25135_post130660.html#130660</guid>
  </item> 
  <item>
   <title><![CDATA[httpapi.asp error :  Hi,I got the following error...]]></title>
   <link>https://forums.webwiz.net/httpapi-asp-error_topic25135_post130657.html#130657</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=27454">jloh168@gmail.com</a><br /><strong>Subject:</strong> 25135<br /><strong>Posted:</strong> 11&nbsp;January&nbsp;2008 at 4:44am<br /><br />Hi,<br><br>I got the following error while trying to a newMember function.&nbsp; It appears the isBool function is missing.&nbsp; I use the default administrator id and password and use the user name test and password test.&nbsp; I even try to comment out the line calling isBool function, but got another error.<br><br>thanks<br><br><br>Jimmy<br><br><br><h2 style="font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; line-height: 11pt; font-size-adjust: n&#111;ne; font-stretch: normal;"><font style="font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; line-height: 11pt; font-size-adjust: n&#111;ne; font-stretch: normal;">HTTP 500.100 - Internal Server    Error - ASP error<br>    Internet Information Services</font></h2><font style="font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; line-height: 11pt; font-size-adjust: n&#111;ne; font-stretch: normal;">	</font><hr color="#c0c0c0" noshade="noshade"><font style="font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; line-height: 11pt; font-size-adjust: n&#111;ne; font-stretch: normal;">		</font><p><font style="font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; line-height: 11pt; font-size-adjust: n&#111;ne; font-stretch: normal;">Technical Information (for support personnel)</font></p><font style="font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; line-height: 11pt; font-size-adjust: n&#111;ne; font-stretch: normal;"><li>Error Type:<br>Microsoft VBScript runtime  (0x800A01F4)<br>Variable is undefined: 'isBool'<br><b>/forum/HttpAPI.asp, line 1130</b><br></li></font><p></p><font style="font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; line-height: 11pt; font-size-adjust: n&#111;ne; font-stretch: normal;"><li>Browser Type:<br>Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11</li></font><p></p><font style="font-family: verdana; font-style: normal; font-variant: normal; font-weight: normal; font-size: 8pt; line-height: 11pt; font-size-adjust: n&#111;ne; font-stretch: normal;"><li>Page:<br>GET /forum/HttpAPI.asp</li></font><br>]]>
   </description>
   <pubDate>Fri, 11 Jan 2008 04:44:34 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/httpapi-asp-error_topic25135_post130657.html#130657</guid>
  </item> 
 </channel>
</rss>