<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Comments for Building a stand-alone Web service with Indy</title>
<link rel="alternate" type="text/plain" href="http://dn.codegear.com/article/27513" title="Building a stand-alone Web service with Indy" />
<link rel="self" type="application/atom+xml" href="http://dn.codegear.com/article/27513/feed" title="Comments for Building a stand-alone Web service with Indy" />
<id>http://dn.codegear.com/article/27513</id>
<updated>2008-07-04T14:11:24-07:00</updated>
<entry>
<title>Building a stand-alone Web service with Indy</title>
<author>
<name>MENANT didier</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=35035</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=35035</id>
<updated>2003-07-31T11:45:24-07:00</updated>
<published>2003-07-31T11:45:24-07:00</published>
<summary>Building a stand-alone Web service with Indy</summary>
<content>This article is very interresting for me.The server and client function normaly, but I have a probl&#232;m ondestroy WebModule with the several Cds include.on first destroy==&gt; okon second destroy==&gt; error  ??   procedure TWMain.WebModuleDestroy(Sender: TObject);begin      if assigned(CdsBiofile) then        freeAndNil(CdsBiofile);      if Cds1 &lt;&gt; nil then        freeAndNil(Cds1);      if Cds2 &lt;&gt; nil then        freeAndNil(Cds2);      if  Cds3 &lt;&gt; nil then         freeAndNil(Cds3);  end;  I modified with other article the destroy in IndyApptdestructor TIndyApplication.Destroy;begin  FServer.Free;  inherited;  FFactory.Free;end;but same probl&#232;m    </content>
</entry>
<entry>
<title>Building a stand-alone Web service with Indy</title>
<author>
<name>Bernhard Ebner</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=34230</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=34230</id>
<updated>2003-03-07T08:00:04-08:00</updated>
<published>2003-03-07T08:00:04-08:00</published>
<summary>Building a stand-alone Web service with Indy</summary>
<content>I used this example and built my own Application. I have now a simple Exe which offers webservices on a spezial Port to other Programms. Great stuff.Building my own example I found an error in the example code. In the unit IndyApp the destroy function should be:destructor TIndyApplication.Destroy;begin  FServer.Free;  inherited;  FFactory.Free;end;In the original the FServer.Free; is missing. On most PC's this is no big deal on an older Compaq-Server I had the problem, that after an reboot the programm didn't start again. I had to do a second reboot to solve the problem. The reason for that behaviour was, that the Webservice Port was still blocked on the network-card. With an FServer.Free; this doesn't happen.Greetings from Cologne/GermanyBernhard Ebner</content>
</entry>
<entry>
<title>Building a stand-alone Web service with Indy - Problems with THTTPRIO URL property</title>
<author>
<name>Steven Barlow</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=33631</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=33631</id>
<updated>2002-11-27T15:50:22-08:00</updated>
<published>2002-11-27T15:50:22-08:00</published>
<summary>Building a stand-alone Web service with Indy - Problems with THTTPRIO URL property</summary>
<content>  I can only get this source to work with the THTTPRIO client component if I configure it using the WSDLLocation property. If I try to use the URL property of the THTTPRIO component then the SOAP Server returns an empty response. I believe the problem is something to do with the THTTPRIO component making a POST request as opposed to a GET request when the URL property is set, rather than the WSDLLocation property. The Indy HTTP server component does not seem to recieve the request details for a POST request (but this analysis could be wrong ;o) )  Has anybody else noticed this issue, and more importantly, has anybody found a solution?  Cheers, Steven.  PS Other than this issue the article and source is excellent and very useful.</content>
</entry>
<entry>
<title>Building a stand-alone Web service with Indy - and plain old WebBroker/D6 Pro</title>
<author>
<name>Rafe Aldridge</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=30853</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=30853</id>
<updated>2001-12-11T06:24:46-08:00</updated>
<published>2001-12-11T06:24:46-08:00</published>
<summary>Building a stand-alone Web service with Indy - and plain old WebBroker/D6 Pro</summary>
<content>Thanks for a great article/source. Just to let you know that all works well with ordinary WebBroker under Delphi 6 Pro (ie SOAP/Enterprise not required).</content>
</entry>
<entry>
<title>re: code-central</title>
<author>
<name>J.D. Hildebrand</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=29763</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=29763</id>
<updated>2001-08-29T09:16:54-07:00</updated>
<published>2001-08-29T09:16:54-07:00</published>
<summary>re: code-central</summary>
<content>Hi Kjell.I just tried the link -- CodeCentral works for me.Here is the link:http://codecentral.borland.com/codecentral/ccweb.exe/listing?id=16364Maybe your firewall is seeing &quot;ccweb.exe&quot; and freaking out?What browser do you use?Thanks for writing...and good luck.J.D.P.S. Let me know if you'd like me to e-mail you the code. Reach me at jdhildebrand@borland.com.</content>
</entry>
<entry>
<title>code-central</title>
<author>
<name>Kjell Palmius</name>
<uri>http://threads.codegear.com/threads/threads.exe/userall?commentid=29715</uri>
</author>
<id>http://threads.codegear.com/threads/threads.exe/view?commentid=29715</id>
<updated>2001-08-23T11:28:09-07:00</updated>
<published>2001-08-23T11:28:09-07:00</published>
<summary>code-central</summary>
<content>Hello,Code-central never works for me.&quot;Page not found&quot;Is it dysfunctional or do I miss something.I am behind a firewall with a proxy.Kjell</content>
</entry>
</feed>
