RE: What client platform do YOU use (Parallel to GUI thread)

2004-04-20 Thread Laursen, Mark
The software was Mac to Pic. Thanks Mark Laursen Marriott Vacation Club International (863) 688-7700 Ext. 4339 [EMAIL PROTECTED] This communication contains information from Marriott International, Inc. that may be confidential. Except for personal use by the intended recipient or as express

RE: CallHTTP: Receiving an error

2004-02-03 Thread Laursen, Mark
with no certificate chain.   Simon   "Laursen, Mark" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... Hi List;   Still working on the CALLHTTP, I have made it to the point where I think I am being to talk to the other server. I am gett

CallHTTP: Receiving an error

2004-02-02 Thread Laursen, Mark
Hi List;   Still working on the CALLHTTP, I have made it to the point where I think I am being to talk to the other server. I am getting the error : error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed:s3_clnt.c:832:   I captured the log from this:   02/02

RE: Using CALLHTTP with a Secure site

2004-01-29 Thread Laursen, Mark
Simon; Thanks, adding the protocolLogging to the program has helped greatly. Thanks Mark Laursen Marriott Vacation Club International (863) 688-7700 Ext. 4339 [EMAIL PROTECTED] This communication contains information from Marriott International, Inc. that may be confidential. Except for p

RE: Membership Program

2004-01-29 Thread Laursen, Mark
What type of Club?   Thanks Mark Laursen Marriott Vacation Club International (863) 688-7700 Ext. 4339 [EMAIL PROTECTED] This communication contains information from Marriott International, Inc. that may be confidential. Except for personal use by the intended recipient or as exp

RE: Using CALLHTTP with a Secure site

2004-01-28 Thread Laursen, Mark
Wendy; Here is the code that I am work with: 0001:SUBROUTINE CALLHTTP(MSG.PARAM,DATA.SEND,DATA.RTN,STATUS,HTTP.STATUS,ERRMSG) 0002: 0003: * Program Name: CALLHTTP 0004: * Program Date: 04/11/2003 0005: * Program Written By : Jeff Weitkamp 0006: * Program Description : Handle com

Using CALLHTTP with a Secure site

2004-01-27 Thread Laursen, Mark
List;   I am trying to do a CALLHTTP to a secure site. I used the createSecureRequest and that returned a 0 for status. I then did the submitRequest to the site with data that I needed to send. I receive a status of 2 back, which is a timeout error. I must of missed something. In the crea