<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.oehive.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>NoblePursuits&#039;s blog</title>
 <link>http://www.oehive.org/blog/3854</link>
 <description></description>
 <language>oehive</language>
<item>
 <title>HTTP Request Header  &quot;Authorization&quot;</title>
 <link>http://www.oehive.org/node/2221</link>
 <description>&lt;p&gt;I have a working web services client against a commercial concern&#039;s website, and have a problem with a recent security change.  They used to use &quot;SOAPEndpointUserid and SOAPEndpointPassword&quot;, and have changed to a new authorization token, using a new HTTP Request Header with the name &quot;Authorization&quot;. &lt;/p&gt;
&lt;p&gt;I&#039;m not the most web services savvy developer, and I haven&#039;t been able to figure out the 4GL changes needed.  I developed the app using the prowsdldoc tool&#039;s output, but the output doesn&#039;t seem to reference http headers.  &lt;/p&gt;
&lt;p&gt;Can anyone point me in the right direction on this?&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/1541&quot; class=&quot;og_links&quot;&gt;Community&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/node/2221&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/2221#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/1064">authorization</category>
 <category domain="http://www.oehive.org/taxonomy/term/1065">header</category>
 <category domain="http://www.oehive.org/taxonomy/term/1063">HTTP requests</category>
 <group domain="http://www.oehive.org/node/667">ABL(4GL) General Programming Group</group>
 <group domain="http://www.oehive.org/node/1541">Community</group>
 <pubDate>Thu, 13 Feb 2014 12:47:35 +0000</pubDate>
 <dc:creator>NoblePursuits</dc:creator>
 <guid isPermaLink="false">2221 at http://www.oehive.org</guid>
</item>
<item>
 <title>Why Can&#039;t I Use a Bullet Character - CHR(149) - MESSAGE alert-boxes?</title>
 <link>http://www.oehive.org/node/2083</link>
 <description>&lt;p&gt;They don&#039;t show, even though I am using the standard character set, and this is a standard ASCII character.&lt;/p&gt;
&lt;p&gt;MESSAGE &quot;This is a bullet:&quot; CHR(149) VIEW-AS ALERT-BOX.&lt;br /&gt;
 ... shows no bullet.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/667&quot; class=&quot;og_links&quot;&gt;ABL(4GL) General Programming Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.oehive.org/node/2083#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/1010">Bullet Character</category>
 <group domain="http://www.oehive.org/node/667">ABL(4GL) General Programming Group</group>
 <pubDate>Tue, 03 Apr 2012 15:15:37 +0000</pubDate>
 <dc:creator>NoblePursuits</dc:creator>
 <guid isPermaLink="false">2083 at http://www.oehive.org</guid>
</item>
<item>
 <title>Can&#039;t get schtasks.exe to work in Windows 7</title>
 <link>http://www.oehive.org/node/2069</link>
 <description>&lt;p&gt;I have a functioning command in Windows XP to schedule a task to run every minute with the Windows scheduler.  It looks like this:&lt;/p&gt;
&lt;p&gt;ASSIGN l-cmd = &#039;schtasks /Create /SC minute /RU &quot;&quot; /TN &quot;Capture AutoSync&quot; /TR &quot;\&quot;C:\Auto.lnk&quot;&#039;.&lt;br /&gt;
OS-COMMAND NO-CONSOLE VALUE(l-cmd).&lt;/p&gt;
&lt;p&gt;On Windows 7, I get &quot;The task XML is missing a required element or attribute.&quot;&lt;/p&gt;
&lt;p&gt;However, the MS example (from their website) shows the following example:&lt;/p&gt;
&lt;p&gt;   SCHTASKS /Create /S system /U user /P password /RU runasuser&lt;br /&gt;
            /RP runaspassword&lt;br /&gt;
            /SC HOURLY /TN rtest1 /TR notepad&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/667&quot; class=&quot;og_links&quot;&gt;ABL(4GL) General Programming Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/node/2069&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/2069#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/1005">schtasks</category>
 <group domain="http://www.oehive.org/node/667">ABL(4GL) General Programming Group</group>
 <pubDate>Thu, 15 Mar 2012 14:10:08 +0000</pubDate>
 <dc:creator>NoblePursuits</dc:creator>
 <guid isPermaLink="false">2069 at http://www.oehive.org</guid>
</item>
<item>
 <title>OS-COMMAND Fails Due to Windows Command-Line Parsing</title>
 <link>http://www.oehive.org/node/2060</link>
 <description>&lt;p&gt;I know I have seen the solution for this before, but I&#039;ll be darned if I can find it...&lt;/p&gt;
&lt;p&gt;Windows does some funky parsing of command line parameters, requiring embedded quotes, tildas, etc. to pass a parameter that has embedded quotes from OS-COMMAND.  Hoping somebody has the key.&lt;/p&gt;
&lt;p&gt;Example:&lt;/p&gt;
&lt;p&gt;l-db = &quot;C:\My Folder\My Subfolder\My.db&quot;.&lt;br /&gt;
l-cmd = &quot;C:\PROGRESS\OpenEdge\bin\prostrct repair &quot; + l-db.&lt;/p&gt;
&lt;p&gt;OS-COMMAND VALUE(l-cmd).&lt;/p&gt;
&lt;p&gt;I&#039;ve also tried: &lt;/p&gt;
&lt;p&gt;l-db = &quot;C:~&quot;\My Folder~&quot;\~&quot;My Subfolder~&quot;\My.db&quot;.&lt;br /&gt;
l-cmd = &quot;C:\PROGRESS\OpenEdge\bin\prostrct repair &quot; + l-db.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/667&quot; class=&quot;og_links&quot;&gt;ABL(4GL) General Programming Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.oehive.org/node/2060&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.oehive.org/node/2060#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/994">OS-COMMAND</category>
 <category domain="http://www.oehive.org/taxonomy/term/996">parameters</category>
 <category domain="http://www.oehive.org/taxonomy/term/995">parsing</category>
 <group domain="http://www.oehive.org/node/667">ABL(4GL) General Programming Group</group>
 <pubDate>Sat, 11 Feb 2012 15:13:34 +0000</pubDate>
 <dc:creator>NoblePursuits</dc:creator>
 <guid isPermaLink="false">2060 at http://www.oehive.org</guid>
</item>
<item>
 <title>Super Procedures as a Replacement for Global Vars</title>
 <link>http://www.oehive.org/node/1904</link>
 <description>&lt;p&gt;I know that this seems so simple, I am almost embarrassed to even post it.  I know how to create super procedures, and run them persistently.  Can someone give me an example of how to use the technique to replace the need for global shared variables?  I know I am missing something here!  Thanks.&lt;/p&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li  class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/node/667&quot; class=&quot;og_links&quot;&gt;ABL(4GL) General Programming Group&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.oehive.org/node/1904#comments</comments>
 <category domain="http://www.oehive.org/taxonomy/term/904">Global Variables</category>
 <category domain="http://www.oehive.org/taxonomy/term/594">OOP Programming</category>
 <category domain="http://www.oehive.org/taxonomy/term/903">Super Procedure</category>
 <group domain="http://www.oehive.org/node/667">ABL(4GL) General Programming Group</group>
 <pubDate>Mon, 31 Jan 2011 20:55:46 +0000</pubDate>
 <dc:creator>NoblePursuits</dc:creator>
 <guid isPermaLink="false">1904 at http://www.oehive.org</guid>
</item>
</channel>
</rss>
