﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <description><![CDATA[Comments for Building a stand-alone Web service with Indy]]></description>
    <title><![CDATA[Comments for Building a stand-alone Web service with Indy]]></title>
    <link>http://dn.codegear.com/article/27513</link>
    <!-- source: http://dn.codegear.com/article/27513/feed-->
    <dc:date>2008-10-07T17:10:28-07:00</dc:date>
    <item>
      <description><![CDATA[I have the same problem like Steven Barlow, with Indy 10: Everthing looks fine, the wsdl was published well, but if I want to use a real client against our server, there comes an error message in the server while handling the request: "xml document must have a top level element". I debuged and found out, that the server doesnt get the xml-request stream, he is empty (size = 0) and so the MSXML-parser sees no request SOAP-XML. At the beginning of request-handling, in IndyApp/IndyHTTP, there is the request-XML correclty, but it seemes that it got lost in "THTTPSoapPascalInvoker.DispatchSOAP" or "TSoapPascalInvoker.Invoke" ... the request stream size is zero there. The client was made by the Delphi "WSDL-importer" and is very simple, he only calls to the only server function by using the standard httprio-call. If I configure the THTTPRIO ("UseWSDL = True"), so it works with WSDLocation=True, I also get the error in the server. Very frustating ...Does anybody have a solution or a hint for me?Regards,Patrick Krause]]></description>
      <title><![CDATA[re: Building a stand-alone Web service with Indy - Problems with THTTPRIO URL property]]></title>
      <managingEditor>
	 (Patrick Krause)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=41640</guid>
      <dc:date>2008-10-05T07:54:04-07:00</dc:date>
      <pubDate>2008-10-05T07:54:04-07:00</pubDate>
      <source url="http://dn.codegear.com/article/27513/feed">Comments for Building a stand-alone Web service with Indy</source>
    </item>
    <item>
      <description><![CDATA[This article is very interresting for me.The server and client function normaly, but I have a problè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èm    ]]></description>
      <title><![CDATA[Building a stand-alone Web service with Indy]]></title>
      <managingEditor>
	 (MENANT didier)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=35035</guid>
      <dc:date>2003-07-31T11:45:24-07:00</dc:date>
      <pubDate>2003-07-31T11:45:24-07:00</pubDate>
      <source url="http://dn.codegear.com/article/27513/feed">Comments for Building a stand-alone Web service with Indy</source>
    </item>
    <item>
      <description><![CDATA[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]]></description>
      <title><![CDATA[Building a stand-alone Web service with Indy]]></title>
      <managingEditor>
	 (Bernhard Ebner)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=34230</guid>
      <dc:date>2003-03-07T08:00:04-08:00</dc:date>
      <pubDate>2003-03-07T08:00:04-08:00</pubDate>
      <source url="http://dn.codegear.com/article/27513/feed">Comments for Building a stand-alone Web service with Indy</source>
    </item>
    <item>
      <description><![CDATA[  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.]]></description>
      <title><![CDATA[Building a stand-alone Web service with Indy - Problems with THTTPRIO URL property]]></title>
      <managingEditor>
	 (Steven Barlow)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=33631</guid>
      <dc:date>2002-11-27T15:50:22-08:00</dc:date>
      <pubDate>2002-11-27T15:50:22-08:00</pubDate>
      <source url="http://dn.codegear.com/article/27513/feed">Comments for Building a stand-alone Web service with Indy</source>
    </item>
    <item>
      <description><![CDATA[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).]]></description>
      <title><![CDATA[Building a stand-alone Web service with Indy - and plain old WebBroker/D6 Pro]]></title>
      <managingEditor>
	 (Rafe Aldridge)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=30853</guid>
      <dc:date>2001-12-11T06:24:46-08:00</dc:date>
      <pubDate>2001-12-11T06:24:46-08:00</pubDate>
      <source url="http://dn.codegear.com/article/27513/feed">Comments for Building a stand-alone Web service with Indy</source>
    </item>
    <item>
      <description><![CDATA[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 "ccweb.exe" 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.]]></description>
      <title><![CDATA[re: code-central]]></title>
      <managingEditor>
	 (J.D. Hildebrand)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=29763</guid>
      <dc:date>2001-08-29T09:16:54-07:00</dc:date>
      <pubDate>2001-08-29T09:16:54-07:00</pubDate>
      <source url="http://dn.codegear.com/article/27513/feed">Comments for Building a stand-alone Web service with Indy</source>
    </item>
    <item>
      <description><![CDATA[Hello,Code-central never works for me."Page not found"Is it dysfunctional or do I miss something.I am behind a firewall with a proxy.Kjell]]></description>
      <title><![CDATA[code-central]]></title>
      <managingEditor>
	 (Kjell Palmius)
</managingEditor>
      <guid isPermaLink="true">http://threads.codegear.com/threads/threads.exe/view?commentid=29715</guid>
      <dc:date>2001-08-23T11:28:09-07:00</dc:date>
      <pubDate>2001-08-23T11:28:09-07:00</pubDate>
      <source url="http://dn.codegear.com/article/27513/feed">Comments for Building a stand-alone Web service with Indy</source>
    </item>
    <generator>Atom 1.0 XSLT Transform v1 (http://atom.geekhood.net)</generator>
  </channel>
</rss>