[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: HTTPAPI 1.24 BETA 6



Hey Richard,

Sorry for the slow reply.  haven't had a chance to look into this til now.

I see the bug, and it'll be fixed for the next beta release (which isn't 
available yet...  just letting you know that the next time I shout "hey 
everyone!  new beta!" you'll know the fix is in there.)


la Croix, Richard wrote:
> Hello Scott,
> 
> We have the problem, that the debug log under certain circumstances (I don't know which) stays open. If I call a webservice repeatedly in the same job, all request are written to the same logfile.
> In your posting you mentioned this problem, so I hoped it was solved in 1.24beta. I downloaded and installed it.
> 
> Allthough this is not a big problem for us, I just wanted to let you know, that the issue still exists (atleast in our case).
> I use the following code, sothat each call should have its own debug log.
> 
>        WS_Name = 'Z_W05_SD_KONTO_EMPF';    // Name Webservice
> 
>        in WS_Debug;                        // Data Area WS_Debug lesen
>        if WS_Debug;                        // Soll Log geschrieben werden?
>           in *lock lastUniqueNr;           // Data Area UniqueNr lesen,
>           lastUniqueNr = lastUniqueNr + 1; // um 1 erhöhen,
>           out lastUniqueNr;                // und wieder speichern.
>           http_debug( *on
>                     : '/tmp/WS-Logs/' + %trimr(WS_Name) + '_'
>                                       + %char(lastUniqueNr) + '.log' );
>         else;
>           http_debug(*off);                // Kein Log schreiben
>        endif;
> 
> I stepped thru this code in debug to make sure that the path is set correctly (it is). But it still writes to the first file name. The first part of a much bigger log is attached. Just in case you see something special in it (I don't).
> 
> Thanks for a really great tool and all the time you spend on it!
> 
> Richard la Croix
>  
> 
> -----Original Message-----
> From: ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx [mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Scott Klement
> Sent: Samstag, 7. November 2009 01:32
> To: HTTPAPI and FTPAPI Projects
> Subject: HTTPAPI 1.24 BETA 6
> 
> Since a lot of people have been asking for HTTPAPI features that will be 
> in 1.24, I've decided to put a new beta copy on my site.
> 
> Features:
>   -- Consistent upper/lower cookie names.
>   -- fix the way the debug file stays open
>   -- Added command-line version of HTTPAPI
>   -- Added QShell version of HTTPAPI
>   -- Allow multiple @ symbols in userids
>   -- Allow longer ADDL_HEADER values
>   -- Fix user errors when blanks in URL
>   -- Added a HTTP_nextXmlAttr() routine to help parsing XML attributes
>   -- Handle alternative EOL characters in HTTP protocol
>   -- Allow SSL keyring to be specified instead of AppId in https_init
>   -- URL encoder will now encode according to the PostData CCSID,
>        set with HTTP_setCCSIDs so you can use UTF-8 for URL encoded
>        data.
>   -- Added routines for parsing content-type from Thomas Raddatz
>   -- Added an HTTP_EscapeXML routine to help with building XML docs
>   -- Allow longer SoapAction, ContentType and UserAgent values
>   -- Began initial support for allowing HTTP PUT and DELETE operations.
>         (this is not complete)
>   -- Began revamping EXAMPLExx members.  (This is not complete)
> 
> ** Please be aware that the EXAMPLExx members are in disarray at this 
> time!  You might be able to get a flavor of what i'm planning to do with 
> them, but they aren't completed.
> 
> Please test it out and report any problems to this mailing list
> 
> http://www.scottklement.com/httpapi/beta/
> -----------------------------------------------------------------------
> This is the FTPAPI mailing list.  To unsubscribe, please go to:
> http://www.scottklement.com/mailman/listinfo/ftpapi
> -----------------------------------------------------------------------
> 
> http://www.hapimag.com
> 
> Selber Flüge buchen auf http://flug.hapimag.com
> Book your own flights on http://flight.hapimag.com
> 
> Diese E-Mail enthält vertrauliche Informationen, die rechtlich geschützt sind. Sie sin nur für den beabsichtigten Empfänger bestimmt. Bitte benachrichtigen Sie uns baldmöglichst, falls Sie die E-Mail irrtümlich erhalten haben, und löschen Sie diese unverzüglich. Besten Dank für Ihre Mithilfe.
> 
> This e-mail contains confidential information that may be privileged. It is for the sole attention and use of the intended recipient. Please notify us at once if you have received it in error and delete it immediately. Thank you for your cooperation.
> 
> 
> ------------------------------------------------------------------------
> 
> -----------------------------------------------------------------------
> This is the FTPAPI mailing list.  To unsubscribe, please go to:
> http://www.scottklement.com/mailman/listinfo/ftpapi
> -----------------------------------------------------------------------

-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------