<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>| moctes | Activity</title>
	<link>https://components4developers.blog/members/moctes/activity/</link>
	<atom:link href="https://components4developers.blog/members/moctes/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for moctes.</description>
	<lastBuildDate>Tue, 26 May 2026 16:16:07 +0100</lastBuildDate>
	<generator>https://buddypress.org/?v=</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">0c7f7cf6e66bd74ac26bebc8ce729cf8</guid>
				<title>moctes started the topic Zeos 8 in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/zeos-8/</link>
				<pubDate>Fri, 15 Nov 2024 18:41:50 +0100</pubDate>

									<content:encoded><![CDATA[<p>Hi Kim,</p>
<p>Can you add support for ZeosDB 8?, I&#8217;m trying to get away from Unidac. Enabling KBMMW_ZEOS6_SUPPORT does not make the cut</p>
<p>Regards,<br />
Mocte</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4aa6770a5e604f71020a90036c0d6856</guid>
				<title>moctes replied to the topic kbmMemSQL filter using date in the forum kbmMemTable</title>
				<link>https://components4developers.blog/forums/topic/kbmmemsql-filter-using-date/#post-57073</link>
				<pubDate>Sun, 26 Mar 2023 17:26:17 +0100</pubDate>

									<content:encoded><![CDATA[<p>After posting this I remembered that the Date(Time) type is a number, so for now I solved it like this:</p>
<p>  QueryMT.ExecSQL( Format(&#8216;select * from expenses where myDateField &gt;= %d&#8217;, [trunc(myDate)]) );</p>
<p>Still if there is a better way to do it tips are welcome</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0aaee2223265331ca86b273e373545cd</guid>
				<title>moctes started the topic kbmMemSQL filter using date in the forum kbmMemTable</title>
				<link>https://components4developers.blog/forums/topic/kbmmemsql-filter-using-date/</link>
				<pubDate>Sat, 25 Mar 2023 17:25:15 +0100</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>I couldn&#8217;t find a sample of ExecSQL, using a datetime field on the WHERE clause, I&#8217;m looking for something like this:</p>
<p>  consMT.ExecSQL(&#8216;select myDateField, myTextField from gastos where myDateField &gt;=  &#8216;);</p>
<p>On a Query component I would use parameters and then Params[0].AsDateTime := etc</p>
<p>How can I use dates on the Where clause?</p>
<p>With&hellip;<span class="activity-read-more" id="activity-read-more-2015"><a href="https://components4developers.blog/forums/topic/kbmmemsql-filter-using-date/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a250c1ef27bb0c2a0d0f3f5a088aa19b</guid>
				<title>moctes replied to the topic SmartServices CORS Preflight request in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/smartservices-cors-preflight-request/#post-55861</link>
				<pubDate>Mon, 05 Jul 2021 15:07:41 +0100</pubDate>

									<content:encoded><![CDATA[<p>I couldn&#8217;t afford to wait too many days for a response, so I took another route to get rid of the CORS requirement, I&#8217;ll take a look at it as soon as time allows.</p>
<p>Thank you anyway.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ae89edface5dbb0d7032dfbcd4aab393</guid>
				<title>moctes replied to the topic SmartServices CORS Preflight request in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/smartservices-cors-preflight-request/#post-55824</link>
				<pubDate>Fri, 11 Jun 2021 16:44:23 +0100</pubDate>

									<content:encoded><![CDATA[<p>I tried to correct the wording to my post to make it clearer but it seems that it is not allowed, I will rewrite it below:</p>
<p>I&#8217;m struggling calling the webservices I have developed as smartservices, whenever I use some kind of authorization header (Basic, Bearer) from a request made from the browser ( using fetch API, axios, etc ) the browser&hellip;<span class="activity-read-more" id="activity-read-more-1565"><a href="https://components4developers.blog/forums/topic/smartservices-cors-preflight-request/#post-55824" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a6b3847fbb1c1df8a93518117c39c885</guid>
				<title>moctes started the topic SmartServices CORS Preflight request in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/smartservices-cors-preflight-request/</link>
				<pubDate>Fri, 11 Jun 2021 16:35:17 +0100</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m struggling calling the webservices I have developed as smartservices, whenever I use some kind of authorization header from the browser ( fetch API, axios, etc )  the browser sends a PREFLIGHT REQUEST to the kbm server, I have traced the request to TkbmMWCustomSmartService.ProcessRequest on kbmMWCustomSmartService.pas, it hast the&hellip;<span class="activity-read-more" id="activity-read-more-1564"><a href="https://components4developers.blog/forums/topic/smartservices-cors-preflight-request/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">677d91f9afde7860977e3e2d4aa2f438</guid>
				<title>moctes started the topic &#034;The kbmMW Authorization manager explained&#034; whitepaper in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/the-kbmmw-authorization-manager-explained-whitepaper/</link>
				<pubDate>Sat, 03 Apr 2021 18:16:50 +0100</pubDate>

									<content:encoded><![CDATA[<p>Hi Kim,</p>
<p>I am exploring the authorization manager capabilities, I have create succesfully a smartservice, created Roles, actors and granted access using attributes e.g. ( [kbmMW_Auth(&#8216;role:[MyRole], grant:true&#8217;)] ) for that I followed your advice in the blog post on <a href="https://components4developers.blog/2017/05/26/rest-easy-with-kbmmw-4-access-management/" rel="nofollow ugc">Rest easy with kbmmw 4 &#8211; Access management</a> looking for more info I came across the&hellip;<span class="activity-read-more" id="activity-read-more-1517"><a href="https://components4developers.blog/forums/topic/the-kbmmw-authorization-manager-explained-whitepaper/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1e6b78f14a9c9a057d4d92fdd3af898d</guid>
				<title>moctes replied to the topic Generic Object list serialization smartservice in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/generic-object-list-serialization-smartservice/#post-55577</link>
				<pubDate>Fri, 12 Mar 2021 17:45:05 +0100</pubDate>

									<content:encoded><![CDATA[<p>Seem like declaring an alias class for hobbies solves the problem, something like:</p>
<p><code>THobbies = TObjectList&lt;THobby&gt;;</code><br />
Then I can have in TMyResult :<br />
<code>Hobbies: THobbies;</code></p>
<p>Error gone :), I quickly applied the same strategy on the real code, but I&#8217;m getting this in the result when the objectlist is empty:<br />
<code>&quot;Hobbies&quot;:[true,0,0],</code></p>
<p>and when I add data,&hellip;<span class="activity-read-more" id="activity-read-more-1462"><a href="https://components4developers.blog/forums/topic/generic-object-list-serialization-smartservice/#post-55577" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">05b4704ba4456c59f7d3f5b463e46524</guid>
				<title>moctes started the topic Generic Object list serialization smartservice in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/generic-object-list-serialization-smartservice/</link>
				<pubDate>Thu, 11 Mar 2021 18:54:55 +0100</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>Let&#8217;s say I have this classes :</p>
<p><code>  TGeneralData = class<br />
  public<br />
    Name: string;<br />
    Address: string;<br />
  end;</p>
<p>  THobby = class<br />
  public<br />
    Name: string;<br />
    constructor Create( hobbyName: string );<br />
  end;</p>
<p>  TMyResult = class<br />
  public<br />
    GeneralData: TGeneralData;<br />
    Hobbies: TObjectList&lt;THobby&gt;;</p>
<p>    constructor Create;<br />
    destructor&hellip;</code><span class="activity-read-more" id="activity-read-more-1460"><a href="https://components4developers.blog/forums/topic/generic-object-list-serialization-smartservice/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">fc5783c16b2ac74d02f8d385697ab612</guid>
				<title>moctes started the topic Web server &#038; API Server in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/web-server-api-server/</link>
				<pubDate>Thu, 11 Mar 2021 16:15:40 +0100</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>Let me describe the situation :</p>
<p>1. I have an existing kbmMW server working for some years in an LAN without problems </p>
<p>2. I&#8217;m adding smartservices to this server so they can be consumed by a browser using Javascript on a single page application, so far, so good.</p>
<p>3. There are locations where they have qualified personnel who can setup&hellip;<span class="activity-read-more" id="activity-read-more-1459"><a href="https://components4developers.blog/forums/topic/web-server-api-server/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">479bf3f84df9f36bd41533926fbe4ced</guid>
				<title>moctes replied to the topic Server mixing traditional Simple Services and rest SmartServices in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/server-mixing-traditional-simple-services-and-rest-smartservices/#post-55504</link>
				<pubDate>Wed, 24 Feb 2021 15:17:55 +0100</pubDate>

									<content:encoded><![CDATA[<p>Ok, I did some exploration after reading some of those posts just for getting a rest server up and running, so now I want to use both approaches in the same project.</p>
<p>Thank you Kim</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c67df748843280a4c7027d37ee93e8cc</guid>
				<title>moctes started the topic Server mixing traditional Simple Services and rest SmartServices in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/server-mixing-traditional-simple-services-and-rest-smartservices/</link>
				<pubDate>Wed, 24 Feb 2021 02:33:31 +0100</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>I swear I saw a post on this topic, but for the life of me I can&#8217;t find it on the c4d blog. I have an old kbmMW server using Simple Services with IndyTransport.StreamFormat := Standard, I would like to add some REST services for reusing code, db connection pool, sharing user authentication, etc. </p>
<p>AFAICS it will be just a matter of adding&hellip;<span class="activity-read-more" id="activity-read-more-1431"><a href="https://components4developers.blog/forums/topic/server-mixing-traditional-simple-services-and-rest-smartservices/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1375da68fbc78267268a79000b01dca4</guid>
				<title>moctes replied to the topic Smartservices &#038; the world in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/smartservices-the-world/?view=all#post-55416</link>
				<pubDate>Wed, 17 Feb 2021 21:16:53 +0100</pubDate>

									<content:encoded><![CDATA[<p>Thank you Kim,</p>
<blockquote><p>I will give these posts a more careful read, I quickly searched in the posts you suggested and altogh I saw this:<br />
The moment you try to this call:</p>
<p><code>http://localhost:1111/biolife/specieByCategory/Butterflyfish</code></p>
<p>You will be requested for a login by the browser. If you provide the user name and password matching a user in the&hellip;</p></blockquote>
<p><span class="activity-read-more" id="activity-read-more-1400"><a href="https://components4developers.blog/forums/topic/smartservices-the-world/?view=all#post-55416" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ec5e3fc79bb844d8f51950fa8847afcd</guid>
				<title>moctes replied to the topic Smartservices &#038; the world in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/smartservices-the-world/#post-55425</link>
				<pubDate>Wed, 20 Jan 2021 20:42:20 +0100</pubDate>

									<content:encoded><![CDATA[<p>Some how I missed this</p>
<blockquote><p>Currently kbmMW supports HTTP Basic authorization which is stored in the header</p></blockquote>
<p>That&#8217;s a show stopper for me, basic authentication is, well, basic, please forgive my previous posts (unapproved), I need to review what my options are and make a decision before any further development</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">ea55c8dfa6351a764499bb587e03c11f</guid>
				<title>moctes started the topic Smartservices &#038; the world in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/smartservices-the-world/</link>
				<pubDate>Mon, 04 Jan 2021 17:46:59 +0100</pubDate>

									<content:encoded><![CDATA[<p>Happy new year to all !</p>
<p>I have not used SmartServices with kbmMW and I am considering doing some services in this way, these services should be consumed by desktop clients as well as third party Web / Mobile applications etc. other than Delphi. </p>
<p>Can someone provide information about how to consume REST services using a generic client, ie&hellip;<span class="activity-read-more" id="activity-read-more-1362"><a href="https://components4developers.blog/forums/topic/smartservices-the-world/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">520711d8de6f40fc2fdffa292dd11bc5</guid>
				<title>moctes replied to the topic c0000005 ACCESS_VIOLATION kbmMW Pro 64 in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/c0000005-access_violation-kbmmw-pro-64/#post-55304</link>
				<pubDate>Sun, 20 Dec 2020 20:04:02 +0100</pubDate>

									<content:encoded><![CDATA[<p>Thanks for answering,</p>
<p>If I run the server and make some calls to services and then I stop the server, all is well, the problem occurs every time I run batch of calls which are supposed to be made at the end of each day, but only if  I run them with a compiled 64 bits binary.</p>
<p>I&#8217;m actually evaluating the task of porting the code to a more recent&hellip;<span class="activity-read-more" id="activity-read-more-1358"><a href="https://components4developers.blog/forums/topic/c0000005-access_violation-kbmmw-pro-64/#post-55304" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6a719b4aaed7f2b9a9627d513c85a33c</guid>
				<title>moctes replied to the topic c0000005 ACCESS_VIOLATION kbmMW Pro 64 in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/c0000005-access_violation-kbmmw-pro-64/#post-55280</link>
				<pubDate>Tue, 15 Dec 2020 15:12:43 +0100</pubDate>

									<content:encoded><![CDATA[<p>Everything is alright ? This is worrying, it has been almost 5 days since I asked the question (and much more since my email), without any news so far.</p>
<p>I hope it is because you are on vacation and not because you are sick or something like that, but you really should think about having at least one person who is aware of what is happening around&hellip;<span class="activity-read-more" id="activity-read-more-1343"><a href="https://components4developers.blog/forums/topic/c0000005-access_violation-kbmmw-pro-64/#post-55280" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a80f00a7b8de81e5556fc4cfc6b40ed1</guid>
				<title>moctes started the topic c0000005 ACCESS_VIOLATION kbmMW Pro 64 in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/c0000005-access_violation-kbmmw-pro-64/</link>
				<pubDate>Thu, 10 Dec 2020 19:39:24 +0100</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m doing tests compiling a kbmMW server for Win64, there haven&#8217;t been many problems so far, I have a batch process which is executed from the client, it runs fine without any issues, but when I close the server application, a main form and a datamodule with kbmMWServer,  kbmMWTCPIndyServerTransport, etc. we are getting c0000005&hellip;<span class="activity-read-more" id="activity-read-more-1336"><a href="https://components4developers.blog/forums/topic/c0000005-access_violation-kbmmw-pro-64/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c9a65e4b9f3b32dd0a0c7fa18315b2c6</guid>
				<title>moctes replied to the topic Problem compiling kbmMW Pro 5.12.12 in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/problem-compiling-kbmmw-pro-5-12-12/#post-54998</link>
				<pubDate>Wed, 19 Aug 2020 17:28:54 +0100</pubDate>

									<content:encoded><![CDATA[<p>In the mean time I&#8217;m trying tos solve the issue, I downloaded previous versions so I can copy the missing files to the current and see if it them can be mixed with the latest without troubles, I downloadeded :</p>
<p>5.09.0<br />
5.10.1<br />
5.10.2<br />
5.11.0<br />
5.12.1</p>
<p>I didn&#8217;t install them in the IDE, I just did the extraction of the files, but there are no *RPC*.pas&hellip;<span class="activity-read-more" id="activity-read-more-1207"><a href="https://components4developers.blog/forums/topic/problem-compiling-kbmmw-pro-5-12-12/#post-54998" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">76d776fd5c3ed12b8d57f7747b07bc7c</guid>
				<title>moctes started the topic Problem compiling kbmMW Pro 5.12.12 in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/problem-compiling-kbmmw-pro-5-12-12/</link>
				<pubDate>Wed, 19 Aug 2020 03:13:35 +0100</pubDate>

									<content:encoded><![CDATA[<p>Hi Kim,</p>
<p>I&#8217;m trying to compile kbmMWRunD103Pro.dpk ( Delphi 10.3.3 ), without success , it complains about a missing file:</p>
<p>File not found: &#8216;kbmMWJSONRPCTransStream.pas&#8217;</p>
<p>If I remove the reference to that file I got a new error:</p>
<p>File not found: &#8216;kbmMWXMLRPCTransStream.pas&#8217;</p>
<p>I couldn&#8217;t find those files on the source folder, maybe they are indeed&hellip;<span class="activity-read-more" id="activity-read-more-1205"><a href="https://components4developers.blog/forums/topic/problem-compiling-kbmmw-pro-5-12-12/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0a844c94347faf7675d17790b093c71b</guid>
				<title>moctes replied to the topic Minimum Delphi version in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/minimum-delphi-version/#post-54832</link>
				<pubDate>Mon, 25 May 2020 23:52:24 +0100</pubDate>

									<content:encoded><![CDATA[<p>Thank you ! 🙂</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">223f00bdec10c93a99733ab58af269c3</guid>
				<title>moctes replied to the topic Minimum Delphi version in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/minimum-delphi-version/#post-54831</link>
				<pubDate>Mon, 25 May 2020 16:41:18 +0100</pubDate>

									<content:encoded><![CDATA[<p>Purchase made, I did my licence request on May 21, still waiting for approval.</p>
<p>Would you mind checking it?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">b01423e3b240175a8983f9acc870df8c</guid>
				<title>moctes replied to the topic Minimum Delphi version in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/minimum-delphi-version/#post-54771</link>
				<pubDate>Thu, 14 May 2020 22:21:07 +0100</pubDate>

									<content:encoded><![CDATA[<p>Ok, my old <a href="https://portal.components4developers.com/" rel="nofollow ugc">https://portal.components4developers.com/</a> credentials doesn&#8217;t work anymore, I will bite the bullet and go for a pro License, I will try to make it work on Lazarus and if that is not possible I&#8217;ll have to discuss with my customer if he can give me access to a more recent Delphi or  we move out from pascal for this matter.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">1e1b7a7ada13cd6ad8bb1f4314ab4212</guid>
				<title>moctes started the topic Minimum Delphi version in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/minimum-delphi-version/</link>
				<pubDate>Wed, 13 May 2020 20:04:08 +0100</pubDate>

									<content:encoded><![CDATA[<p>Hi Kim</p>
<p>What is the minimum version of Delphi supported by kbmMW ?</p>
<p>Will you bring back Lazarus/fpc support? latest versions have delphi compatible generics, I don&#8217;t know if that was the showstopper before, I need to support an old project made with kbmMW and it will be nice to user the latest codebase but I&#8217;m stuck on XE3, so my options are&hellip;<span class="activity-read-more" id="activity-read-more-962"><a href="https://components4developers.blog/forums/topic/minimum-delphi-version/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7e3b6724f3d3ba38873abe1e6d315170</guid>
				<title>moctes replied to the topic Consuming services as client from threads inside the server in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/consuming-services-as-client-from-threads-inside-the-server/#post-54139</link>
				<pubDate>Thu, 15 Aug 2019 23:11:40 +0100</pubDate>

									<content:encoded><![CDATA[<p>Perfect, thank you Kim</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6b4f16909f06b8a923dc9896893b0778</guid>
				<title>moctes started the topic Consuming services as client from threads inside the server in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/consuming-services-as-client-from-threads-inside-the-server/</link>
				<pubDate>Thu, 15 Aug 2019 15:56:31 +0100</pubDate>

									<content:encoded><![CDATA[<p>Hi everyone,</p>
<p>I have the need to consume kbmMW services from threads which are running on the same instance as the server, so I was wondering if it was safe to call them simply as:</p>
<p>result := kbmServerGlobal.Request(&#8216;MyService&#8217;,<br />
&#8221;, inStateID, ClientId, nil, nil,<br />
&#8216;MyFunction&#8217;, [ parameter ]);</p>
<p>Where kbmServerGlobal is, well, a global variable&hellip;<span class="activity-read-more" id="activity-read-more-609"><a href="https://components4developers.blog/forums/topic/consuming-services-as-client-from-threads-inside-the-server/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>