RE: callHTTP

2004-04-07 Thread Mike Dallaire
Software Inc. (248) 208-3223 ext. 103 [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Anthony Youngman Sent: Tuesday, April 06, 2004 4:06 AM To: U2 Users Discussion List Subject: RE: callHTTP Don't forget also, there are standards

RE: callHTTP

2004-04-05 Thread Daly, Mark
In the past, I have avoided short comings of callHTTP by sending the request to my own java servlet - which in turn uses the power of Java to send the final request on to the vendor. It puts an extra link in the chain, but did the job. -Original Message- From: Mike Dallaire

RE: callHTTP

2004-04-05 Thread George Gallen
-Original Message- From: Daly, Mark [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 10:09 AM To: 'U2 Users Discussion List' Subject: RE: callHTTP In the past, I have avoided short comings of callHTTP by sending the request to my own java servlet - which in turn uses the power of Java to send

RE: callHTTP

2004-04-05 Thread Mike Dallaire
there. Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of George Gallen Sent: Monday, April 05, 2004 10:30 AM To: U2 Users Discussion List Subject: RE: callHTTP Will the sockets subroutine also strip out the CR/LF? If so, you may need to use just plain

RE: callHTTP

2004-04-05 Thread Chuck Mongiovi
Also, would wget (if running unix) be an option? Not sure if it will work to submit a form, I know it will retrieve data. I may be dating myself, but I was thinking of LYNX .. The only reason that this *might* be useful is if you need the output formatted .. WGET will get the HTML source .. --

RE: callHTTP

2004-04-05 Thread Donald Kibbey
It's good to remind ourselves that there are a ton of command line type tools out there that do some pretty amazing things. (lynx, wget, rsync, etc). Most are availble in source form and with compiled versions for both Unix and Windows. Don Kibbey Financial Systems Manager Finnegan,

RE: callHTTP

2004-04-05 Thread Jeff Schasny
is useful for a bunch of other stuff as well. http://jschas1.home.mindspring.com/bp/HTTP.TRANSFER -Original Message- From: Donald Kibbey [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 7:56 AM To: [EMAIL PROTECTED] Subject: RE: callHTTP It's good to remind ourselves

Re: callHTTP

2004-04-05 Thread Craig Bennett
Hi Mike, UniVerse sockets will not strip CRLF. Attached is some old code I used to do HTTP requests for a screen scraping thing I was trying out when I couldn't get CALLHTTP to work as I expected. No promises that it will work, I haven't touched it in a while. I posted a trimmed version of

Re: CallHTTP: Receiving an error

2004-02-03 Thread Simon Lewington
Mark I'm no expert (trial and error on this myself) but try increasing the depth on setAuthenticationDepth. Ithink 1 would work in this case with no certificate chain. Simon "Laursen, Mark" [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Hi List; Still working

RE: CallHTTP: Receiving an error

2004-02-03 Thread Laursen, Mark
] On Behalf Of Simon Lewington Sent: Tuesday, February 03, 2004 4:04 AM To: u2[EMAIL PROTECTED] Subject: Re: CallHTTP: Receiving an error Mark I'm no expert (trial and error on this myself) but try increasing the depth on setAuthenticationDepth. Ithink 1 would work in this case