<?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>Clovertech | Ken Smith | Activity</title>
	<link>https://clovertech.infor.com/members/kensmith/activity/</link>
	<atom:link href="https://clovertech.infor.com/members/kensmith/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Ken Smith.</description>
	<lastBuildDate>Fri, 24 Apr 2026 16:42:36 -0400</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">88c22ae2db4567947488a61f513562d2</guid>
				<title>Ken Smith replied to the topic Pass Query Parameter to inbound Database thread in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/pass-query-parameter-to-inbound-database-thread-2/#post-122237</link>
				<pubDate>Fri, 02 Jan 2026 15:17:19 -0500</pubDate>

									<content:encoded><![CDATA[<p>As I look at it again, it appears the inbound db thread simply doesn&#8217;t accept an inbound message so barking up the wrong tree. The outbound db thread does</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c3c11d6f9d93462d13d0bf8b952471e9</guid>
				<title>Ken Smith replied to the topic Pass Query Parameter to inbound Database thread in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/pass-query-parameter-to-inbound-database-thread-2/#post-122236</link>
				<pubDate>Fri, 02 Jan 2026 14:52:44 -0500</pubDate>

									<content:encoded><![CDATA[<p>Thanks but the problem is not getting fields/columns from the table but getting the db thread to accept a parameter that feeds into the WHERE clause. I want to filter on patient and can&#8217;t get the thread to run that query.</p>
<p>I did think about the db lookup table, but I will receive a variable number of rows which would return, I think, as a list&hellip;<span class="activity-read-more" id="activity-read-more-27123"><a href="https://clovertech.infor.com/forums/topic/pass-query-parameter-to-inbound-database-thread-2/#post-122236" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">92f19704724307f38247d173cf858308</guid>
				<title>Ken Smith started the topic Pass Query Parameter to inbound Database thread in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/pass-query-parameter-to-inbound-database-thread-2/</link>
				<pubDate>Fri, 02 Jan 2026 14:28:37 -0500</pubDate>

									<content:encoded><![CDATA[<p>I am trying perform a SELECT against a database table using the inbound database thread. I want to implement a where clause to select based upon patient ID, e.g.:</p>
<p>SELECT name, DOB from tblPatient where tblPatient.PatientID = patientID</p>
<p>In this case &#8220;patientID&#8221; is a value in a vrl (mapped from an HL7 msg). The message passed to the database thread&hellip;<span class="activity-read-more" id="activity-read-more-27121"><a href="https://clovertech.infor.com/forums/topic/pass-query-parameter-to-inbound-database-thread-2/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">250a10fd67e8aea9db0340c0eea038e0</guid>
				<title>Ken Smith started the topic Pass Query Parameter to inbound Database thread in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/pass-query-parameter-to-inbound-database-thread/</link>
				<pubDate>Fri, 02 Jan 2026 14:19:23 -0500</pubDate>

									<content:encoded><![CDATA[<p>I am trying perform a SELECT against a database table using the inbound database thread. I want to implement a where clause to select based upon patient ID, e.g.:</p>
<p>SELECT name, DOB</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">cd5488c32d99ee67e0fc24ba66263a79</guid>
				<title>Ken Smith started the topic Error replaying JSON message Cloverleaf 22 in the forum Cloverleaf</title>
				<link>https://clovertech.infor.com/forums/topic/error-replaying-json-message-cloverleaf-22/</link>
				<pubDate>Thu, 02 Jan 2025 14:24:24 -0500</pubDate>

									<content:encoded><![CDATA[<p>I get this error when trying to replay a JSON message in Cloverleaf 22. Don&#8217;t think I ever saw this with CL 19:</p>
<p>&nbsp;</p>
<p>Failed to place next msg into queue: failed to encoding from utf-8 to bypass</p>
<p>&nbsp;</p>
<p>Can anyone shed some light?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">a9d0c45635e183e762c115cff23ec9ff</guid>
				<title>Ken Smith replied to the topic Auth details not passed when GET API provides a paramter in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/auth-details-not-passed-when-get-api-provides-a-paramter/#post-119936</link>
				<pubDate>Tue, 20 Sep 2022 12:49:31 -0400</pubDate>

									<content:encoded><![CDATA[<p>I take your point and it seems generally like a better approach. But in this case, the full URL with parameter worked if there was no authentication, and the authentication failed if it was provided. It seems to me that the full url wasn&#8217;t an issue until basic authentication was applied. So the question I&#8217;m wondering about is why does the&hellip;<span class="activity-read-more" id="activity-read-more-24782"><a href="https://usspvlclovertch2.infor.com/forums/topic/auth-details-not-passed-when-get-api-provides-a-paramter/#post-119936" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">9a10997a64f637db4517aa07618541a2</guid>
				<title>Ken Smith started the topic Auth details not passed when GET API provides a paramter in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/auth-details-not-passed-when-get-api-provides-a-paramter/</link>
				<pubDate>Fri, 16 Sep 2022 11:24:05 -0400</pubDate>

									<content:encoded><![CDATA[<p>I have a java/ws-rawclient thread configured to issue a GET via a url that includes a parameter, e.g.:</p>
<p><a href="http://10.24.74.4:5481/api/Interface/GetCheese?Type=COMTE*" rel="nofollow ugc">http://10.24.74.4:5481/api/Interface/GetCheese?Type=COMTE*</a></p>
<p>On the header tab, under HTTP authentication a valid user and pwd has been specified.</p>
<p>In the logging, I can see that authentication is missing from the HEADERS. The call to the GET API&hellip;<span class="activity-read-more" id="activity-read-more-24778"><a href="https://usspvlclovertch2.infor.com/forums/topic/auth-details-not-passed-when-get-api-provides-a-paramter/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">731f06c50a167c1677ee575f5e541e76</guid>
				<title>Ken Smith replied to the topic use of https url and basic authentication in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/use-of-https-url-and-basic-authentication/#post-119927</link>
				<pubDate>Fri, 02 Sep 2022 13:57:50 -0400</pubDate>

									<content:encoded><![CDATA[<p>The interfaces and the API are very much part and parcel of the same project. Yes, they did very specifically asked if I could connect with https. Calling the API with http definitely works with basic user/pwd authentication. Adding the https was either gilding the lily or belt-and-braces, depending upon how you look at it.</p>
<p>I was of a similar&hellip;<span class="activity-read-more" id="activity-read-more-24767"><a href="https://usspvlclovertch2.infor.com/forums/topic/use-of-https-url-and-basic-authentication/#post-119927" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d2de84e422965031519ed49ec17ffb4f</guid>
				<title>Ken Smith replied to the topic use of https url and basic authentication in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/use-of-https-url-and-basic-authentication/#post-119925</link>
				<pubDate>Fri, 02 Sep 2022 08:01:48 -0400</pubDate>

									<content:encoded><![CDATA[<p>Thank you for that thought, it is very helpful.</p>
<p>The http-client allows a setting for anonymous mode when selecting https (with SSL protocol defaulted to All), and with no settings for certificate. I didn&#8217;t really notice it at the time as it was the default.</p>
<p>The java/ws-rawclient doesn&#8217;t seem to allow this same configuration, i.e., anonymous&hellip;<span class="activity-read-more" id="activity-read-more-24765"><a href="https://usspvlclovertch2.infor.com/forums/topic/use-of-https-url-and-basic-authentication/#post-119925" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ef3e44063e364bc9feb2b0c9570dd0ad</guid>
				<title>Ken Smith replied to the topic use of https url and basic authentication in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/use-of-https-url-and-basic-authentication/#post-119921</link>
				<pubDate>Thu, 01 Sep 2022 11:40:15 -0400</pubDate>

									<content:encoded><![CDATA[<p>The POST is being used to send data into a db via the API. The GET is being used to retrieve data from the db via the API.</p>
<p>I am able to use the http-client thread because the data is formatted in xml, which that thread handles gracefully. It doesn&#8217;t handle JSON at all.</p>
<p>As the data is supplied outbound (i.e., via GET) in JSON format, I can&#8217;t used&hellip;<span class="activity-read-more" id="activity-read-more-24754"><a href="https://usspvlclovertch2.infor.com/forums/topic/use-of-https-url-and-basic-authentication/#post-119921" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">cd33a0dea2e2657c68f9ee18f5f9a35f</guid>
				<title>Ken Smith started the topic use of https url and basic authentication in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/use-of-https-url-and-basic-authentication/</link>
				<pubDate>Thu, 01 Sep 2022 08:30:26 -0400</pubDate>

									<content:encoded><![CDATA[<p>I was asked to connect to an API using an https url and basic authentication. The API is an internal one.</p>
<p>I <strong>can</strong> connect in this manner using the basic http-client thread and POST. The call to the API is successful and the message/data updates the backend database.</p>
<p>I <strong>cannot</strong> connect in this manner using the java/ws-rawclient thread and GET. I get&hellip;<span class="activity-read-more" id="activity-read-more-24751"><a href="https://usspvlclovertch2.infor.com/forums/topic/use-of-https-url-and-basic-authentication/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">41a3da00a3b430b60491380417875e7c</guid>
				<title>Ken Smith replied to the topic Using java/ws-rawclient to call a GET endpoint in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/using-java-ws-rawclient-to-call-a-get-endpoint/#post-119587</link>
				<pubDate>Thu, 03 Mar 2022 17:07:53 -0500</pubDate>

									<content:encoded><![CDATA[<p>Thanks very much for your excellent advice. I had about reached the conclusion from examples and experiments that the rawclient would only work as the outbound thread, but couldn&#8217;t quite figure the rest.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">19d09999825c147bd16be810c19cd1d0</guid>
				<title>Ken Smith replied to the topic Using java/ws-rawclient to call a GET endpoint in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/using-java-ws-rawclient-to-call-a-get-endpoint/#post-119584</link>
				<pubDate>Thu, 03 Mar 2022 12:32:43 -0500</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;m not exactly sure in this context. The GET is called on the first thread in the process, the result message should get written to/passed to a second (file) thread. So in that sense it may be inbound. I&#8217;ve attached a screenshot.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ce0f00b8bdf08ca303a801f204fd42bc</guid>
				<title>Ken Smith started the topic Using java/ws-rawclient to call a GET endpoint in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/using-java-ws-rawclient-to-call-a-get-endpoint/</link>
				<pubDate>Thu, 03 Mar 2022 11:30:18 -0500</pubDate>

									<content:encoded><![CDATA[<p>It seems it ought to be simple, which means I am probably just overlooking a simple step. I have configured a ws-rawclient to call a GET endpoint.I can call the endpoint from curl on the command line of the server, so I know the endpoint is reachable.</p>
<p>There is a Bus, Conduit and RawConsumer. Conduit has default settings for connection timeout and&hellip;<span class="activity-read-more" id="activity-read-more-24368"><a href="https://usspvlclovertch2.infor.com/forums/topic/using-java-ws-rawclient-to-call-a-get-endpoint/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">296d7222df935f5b715a9b69796e5258</guid>
				<title>Ken Smith replied to the topic Map individual fields to repeating xml element in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/map-individual-fields-to-repeating-xml-element/#post-119529</link>
				<pubDate>Wed, 02 Feb 2022 13:51:38 -0500</pubDate>

									<content:encoded><![CDATA[<p>Thanks, that works exactly as described. I had a faint recollection of being able to do what you describe but couldn&#8217;t find the right thread to grasp. Thanks very much.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">aaea7b84bb3075e6e436511e7faf6413</guid>
				<title>Ken Smith started the topic Map individual fields to repeating xml element in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/map-individual-fields-to-repeating-xml-element/</link>
				<pubDate>Wed, 02 Feb 2022 13:33:20 -0500</pubDate>

									<content:encoded><![CDATA[<p>I need to map individual feeds from an HL7 message, e.g., first name, surname, DOB, etc. to a repeating xml element comprised of name:value pairs, e.g.,</p>
<p>&lt;name&gt;fname&lt;/name&gt;</p>
<p>&lt;value&gt;Abe&lt;/value&gt;</p>
<p>In the xlate, in the Destination, I have something like: dataitem(0).name.#text</p>
<p>is there a way to use and increment a variable so I don&#8217;t have to hard&hellip;<span class="activity-read-more" id="activity-read-more-24296"><a href="https://usspvlclovertch2.infor.com/forums/topic/map-individual-fields-to-repeating-xml-element/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">1b74b9826340cc845f04623b01eba342</guid>
				<title>Ken Smith replied to the topic oauth / oauth2 authentication from tclcurl, curl, using HTTP POST with json in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/oauth-oauth2-authentication-from-tclcurl-curl-using-http-post-with-json/#post-116135</link>
				<pubDate>Fri, 27 Mar 2020 11:13:18 -0400</pubDate>

									<content:encoded><![CDATA[<p>Just to round this off, I then had to pass the oauth / bearer token to the next endpoint, in this case an endpoint that used data in the message to update the database. I had to do this in fact for two different projects and the configuration was slightly different in each case. In both cases, I first extracted the token from the response message&hellip;<span class="activity-read-more" id="activity-read-more-20530"><a href="https://usspvlclovertch2.infor.com/forums/topic/oauth-oauth2-authentication-from-tclcurl-curl-using-http-post-with-json/#post-116135" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">e2dd6814167989f67a76dc72897bb78a</guid>
				<title>Ken Smith replied to the topic oauth / oauth2 authentication from tclcurl, curl, using HTTP POST with json in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/oauth-oauth2-authentication-from-tclcurl-curl-using-http-post-with-json/#post-115950</link>
				<pubDate>Mon, 16 Mar 2020 15:31:19 -0400</pubDate>

									<content:encoded><![CDATA[<p>Update: I have finally got this to work, the issue, to my mind, was pretty arcane, but maybe I should have seen it coming. I copied code from various responses/issues described, which copied into my Cloverleaf with quotation marks of the type “”, e.g., “Content-Type: $typ”]</p>
<p>However, I noticed, finally, in the script editor that quotation&hellip;<span class="activity-read-more" id="activity-read-more-20343"><a href="https://usspvlclovertch2.infor.com/forums/topic/oauth-oauth2-authentication-from-tclcurl-curl-using-http-post-with-json/#post-115950" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">72c5de8bdb8f8137e0fcf154431ae614</guid>
				<title>Ken Smith replied to the topic oauth / oauth2 authentication from tclcurl, curl, using HTTP POST with json in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/oauth-oauth2-authentication-from-tclcurl-curl-using-http-post-with-json/#post-115907</link>
				<pubDate>Thu, 12 Mar 2020 10:29:27 -0400</pubDate>

									<content:encoded><![CDATA[<p>While that works without error, I don&#8217;t get back the authentication token meant to be returned by the service. Browse output shows:</p>
<p>[tcl :out :INFO/0: fetchToken:03/12/2020 10:24:16] returnCode: 1<br />
[tcl :out :INFO/0: fetchToken:03/12/2020 10:24:16] httpResponse: 0<br />
[tcl :out :INFO/0: fetchToken:03/12/2020 10:24:16] oauth return message is:</p>
<p>I&#8217;m not&hellip;<span class="activity-read-more" id="activity-read-more-20291"><a href="https://usspvlclovertch2.infor.com/forums/topic/oauth-oauth2-authentication-from-tclcurl-curl-using-http-post-with-json/#post-115907" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">c9c5cb969929ea5ad59d04e63c952ec3</guid>
				<title>Ken Smith started the topic oauth / oauth2 authentication from tclcurl, curl, using HTTP POST with json in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/oauth-oauth2-authentication-from-tclcurl-curl-using-http-post-with-json/</link>
				<pubDate>Wed, 11 Mar 2020 14:18:22 -0400</pubDate>

									<content:encoded><![CDATA[<p>I have an interface requiring oauth authentication. I call the authentication service to identify myself and then am handed back a token, which I can then use in a following step to call an update service.</p>
<p>I ran the following from the command line on my server to ensure curl is supported:</p>
<p>curl &#8211;location &#8211;request POST&hellip;<span class="activity-read-more" id="activity-read-more-20277"><a href="https://usspvlclovertch2.infor.com/forums/topic/oauth-oauth2-authentication-from-tclcurl-curl-using-http-post-with-json/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">41866c77ef90af06691a3e65535a5017</guid>
				<title>Ken Smith replied to the topic JSON fields with commas in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/json-fields-with-commas/#post-115667</link>
				<pubDate>Fri, 21 Feb 2020 16:16:53 -0500</pubDate>

									<content:encoded><![CDATA[<p>Thanks for your response. I&#8217;ve been working across the boundaries between Cloverleaf 6.2 and Cloverleaf 19.1, as we prepare to switch over to the latter. I&#8217;d been working initially with HL7 to VRL (comma delimited fields) and couldn&#8217;t get commas to work. When I was finally able to switch over to a proper JSON schema in Cloverleaf 19 and map from&hellip;<span class="activity-read-more" id="activity-read-more-20024"><a href="https://usspvlclovertch2.infor.com/forums/topic/json-fields-with-commas/#post-115667" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">b6d74afc172e4f55334164a5b843b018</guid>
				<title>Ken Smith started the topic JSON fields with commas in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/json-fields-with-commas/</link>
				<pubDate>Fri, 21 Feb 2020 13:23:53 -0500</pubDate>

									<content:encoded><![CDATA[<p>I am mapping from HL7 2.4 to bespoke JSON format, with standard delimiter of comma for field. Everything works fine except for one thing. The customer has asked for the address fields to be concatenated into a single field, with the separate subfields delimited by commas, e.g., &#8220;Flat 1 Somewhere Apt, Main Street, London N2 3JJ&#8221;.</p>
<p>Problem is that&hellip;<span class="activity-read-more" id="activity-read-more-20021"><a href="https://usspvlclovertch2.infor.com/forums/topic/json-fields-with-commas/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">9afb0ed9bfbe7b8981e7f5af8f4493c4</guid>
				<title>Ken Smith replied to the topic raw http: how to retrieve the message body in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/raw-http-how-to-retrieve-the-message-body/#post-114673</link>
				<pubDate>Fri, 10 Jan 2020 11:50:23 -0500</pubDate>

									<content:encoded><![CDATA[<p>Addendum: I&#8217;ve created a new thread from scratch based upon my trials and tribulations above and again used SoapUI to test it. The media defaulted to application/json without my noticing and the message passed through successfully. So I think now that the media type/setting was a red herring.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">7c33aefa7bfa118b3a372fe87c47c4fd</guid>
				<title>Ken Smith replied to the topic raw http: how to retrieve the message body in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/raw-http-how-to-retrieve-the-message-body/#post-114657</link>
				<pubDate>Thu, 09 Jan 2020 13:47:38 -0500</pubDate>

									<content:encoded><![CDATA[<p>Thanks very much for your help, I&#8217;ve managed to get this working. There were I think 3 changes required.</p>
<p>First, was changing KILL to CONTINUE, as above, in the bounceRaw tcl.</p>
<p>Second, in my raw handler, I changed the context path, from &#8220;/rawJSON&#8221; to simply &#8220;/&#8221;</p>
<p>Third, and I think this is a peculiarity of SoupUI 5.1.2, which I was using as a test&hellip;<span class="activity-read-more" id="activity-read-more-19004"><a href="https://usspvlclovertch2.infor.com/forums/topic/raw-http-how-to-retrieve-the-message-body/#post-114657" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">1134b0deb6f587ff01d851e5b9ac2dfd</guid>
				<title>Ken Smith replied to the topic raw http: how to retrieve the message body in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/raw-http-how-to-retrieve-the-message-body/#post-114651</link>
				<pubDate>Thu, 09 Jan 2020 10:04:04 -0500</pubDate>

									<content:encoded><![CDATA[<p>bounceRaw, relevant lines:</p>
<p>#lappend dispList &#8220;KILL $mh&#8221; : in original code<br />
lappend dispList &#8220;CONTINUE $mh&#8221;</p>
<p>I changed to continue from kill. The interesting thing is that I routed the outbound message to a file thread and every time I send a message through, the file thread gets a message. However, there is nothing in the message as nothing is&hellip;<span class="activity-read-more" id="activity-read-more-18998"><a href="https://usspvlclovertch2.infor.com/forums/topic/raw-http-how-to-retrieve-the-message-body/#post-114651" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">2b4e54e5c26278286a653eaf73e3f9b6</guid>
				<title>Ken Smith replied to the topic raw http: how to retrieve the message body in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/raw-http-how-to-retrieve-the-message-body/#post-114650</link>
				<pubDate>Thu, 09 Jan 2020 10:01:55 -0500</pubDate>

									<content:encoded><![CDATA[<p>This is dumpMsg.tcl, does continue on the $mh:</p>
<p>proc dumpMsg { args } {<br />
keylget args MODE mode ;# Fetch mode</p>
<p>set dispList {} ;# Nothing to return</p>
<p>switch -exact &#8212; $mode {<br />
start {<br />
# Perform special init functions<br />
# N.B.: there may or may not be a MSGID key in args<br />
}</p>
<p>run {<br />
# &#8216;run&#8217; mode always has a MSGID; fetch and process it<br />
keylget args MSGID&hellip;<span class="activity-read-more" id="activity-read-more-18997"><a href="https://usspvlclovertch2.infor.com/forums/topic/raw-http-how-to-retrieve-the-message-body/#post-114650" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">0eee260c5751b46f0ba046b6966bd4a1</guid>
				<title>Ken Smith replied to the topic raw http: how to retrieve the message body in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/raw-http-how-to-retrieve-the-message-body/#post-114648</link>
				<pubDate>Thu, 09 Jan 2020 09:57:58 -0500</pubDate>

									<content:encoded><![CDATA[<p>this is the raw handler</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">85ffd640f8222806a1527652dc1eb9cb</guid>
				<title>Ken Smith replied to the topic raw http: how to retrieve the message body in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/raw-http-how-to-retrieve-the-message-body/#post-114646</link>
				<pubDate>Thu, 09 Jan 2020 09:55:40 -0500</pubDate>

									<content:encoded><![CDATA[<p>This is my basic config.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">4c44524a23783a272b5c51bcb04a48d0</guid>
				<title>Ken Smith replied to the topic raw http: how to retrieve the message body in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/raw-http-how-to-retrieve-the-message-body/#post-114631</link>
				<pubDate>Wed, 08 Jan 2020 17:06:59 -0500</pubDate>

									<content:encoded><![CDATA[<p>Thanks for the advice. I have set logging to enable_all on Engine Log Configuration in the Properties tab for the thread. This hasn&#8217;t changed anything however. The message body does not appear in the logging or in the SMAT.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">ac1b03a9ef99d7417396f9ce3141b56a</guid>
				<title>Ken Smith started the topic raw http: how to retrieve the message body in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/raw-http-how-to-retrieve-the-message-body/</link>
				<pubDate>Wed, 08 Jan 2020 13:34:20 -0500</pubDate>

									<content:encoded><![CDATA[<p>I am using the example processes from CAA, site_ws_sample. When using the RestProvider raw endpoint, or using the RawHandler endpoint, I can send a message from SoapUI and see a response being returned from bounceRest/bounceRaw, so I know the message has hit Cloverleaf. I can also see an entry being created in the SMAT for the message. However, I&hellip;<span class="activity-read-more" id="activity-read-more-18974"><a href="https://usspvlclovertch2.infor.com/forums/topic/raw-http-how-to-retrieve-the-message-body/" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">728de3b14e97ce6c4bd17bf05c27065a</guid>
				<title>Ken Smith replied to the topic Search SMAT in a database in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/search-smat-in-a-database/#post-114599</link>
				<pubDate>Tue, 07 Jan 2020 08:54:02 -0500</pubDate>

									<content:encoded><![CDATA[<p>Thanks for your replies, I&#8217;ll take a look at both options.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">4191654a6304e3bebd01ff3b38966dae</guid>
				<title>Ken Smith started the topic Search SMAT in a database in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/search-smat-in-a-database/</link>
				<pubDate>Mon, 06 Jan 2020 09:34:57 -0500</pubDate>

									<content:encoded><![CDATA[<p>Is it possible to open the SMAT databases in a sql database, e.g., SQL Server or SQLLite? I need to search across two sets of message logs. Or is is possible to export them to a format that can be imported into a SQL database?</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">d249b1155d33eb7f7f62ee2d441939c3</guid>
				<title>Ken Smith became a registered member</title>
				<link>https://clovertech.infor.com/activity/p/13781/</link>
				<pubDate>Mon, 17 Jun 2019 14:52:55 -0400</pubDate>

				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>