Re: VFP and XML, XPCI Interchange using SSL

2006-07-19 Thread Philip B
page sent back. It's not elegant but it works. HALinNY -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Philip B Sent: Wednesday, July 19, 2006 16:47 To: profox@leafe.com Subject: Re: VFP and XML, XPCI Interchange using SSL We're using a

Re: VFP and XML, XPCI Interchange using SSL

2006-07-19 Thread Philip B
Thanks Tracy, Philip Tracy Pearson wrote: You are correct. It should be: loXmlHttp = NEWOBJECT( "MSXML2.ServerXMLHTTP" ) Tracy -Original Message- From: Philip B Sent: Wednesday, July 19, 2006 4:49 PM Subject: Re: VFP and XML, XPCI Interchange using SSL Thanks Trac

RE: VFP and XML, XPCI Interchange using SSL

2006-07-19 Thread Tracy Pearson
You are correct. It should be: loXmlHttp = NEWOBJECT( "MSXML2.ServerXMLHTTP" ) Tracy -Original Message- From: Philip B Sent: Wednesday, July 19, 2006 4:49 PM Subject: Re: VFP and XML, XPCI Interchange using SSL Thanks Tracy, However that object doesn't get created

Re: VFP and XML, XPCI Interchange using SSL

2006-07-19 Thread Philip B
t but it works. HALinNY -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Philip B Sent: Wednesday, July 19, 2006 16:47 To: profox@leafe.com Subject: Re: VFP and XML, XPCI Interchange using SSL We're using a new United Parcel Service (UPS) webtool

RE: VFP and XML, XPCI Interchange using SSL

2006-07-19 Thread Hal Kaplan
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Philip B Sent: Wednesday, July 19, 2006 16:47 To: profox@leafe.com Subject: Re: VFP and XML, XPCI Interchange using SSL We're using a new United Parcel Service (UPS) webtool that they have available to customers. We can send out a validation o

Re: VFP and XML, XPCI Interchange using SSL

2006-07-19 Thread Philip B
Thanks Tracy, However that object doesn't get created for me. Philip Tracy Pearson wrote: I've not dealt with this myself. I do see the setOption and getOption methods of the ServerXMLHttp object has SSL settings. Try it with this object: loXmlHttp = NEWOBJECT( "Microsoft.ServerXMLHTTP" ) (a

Re: VFP and XML, XPCI Interchange using SSL

2006-07-19 Thread Philip B
PROTECTED] On Behalf Of Philip B Sent: Wednesday, July 19, 2006 16:17 To: profox@leafe.com Subject: Re: VFP and XML, XPCI Interchange using SSL Thanks for that input Hal. I'm receiving an error from the site, however, I believe I'll need to contact UPS Tech Support. Philip Hal Kaplan

Re: VFP and XML, XPCI Interchange using SSL

2006-07-19 Thread Philip B
ion? I am not aware of UPS doing address validation. Just curious. TIA HALinNY -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Philip B Sent: Wednesday, July 19, 2006 16:17 To: profox@leafe.com Subject: Re: VFP and XML, XPCI Interchange using SSL

Re: VFP and XML, XPCI Interchange using SSL

2006-07-19 Thread Kevin Cully
esday, July 19, 2006 16:17 To: profox@leafe.com Subject: Re: VFP and XML, XPCI Interchange using SSL Thanks for that input Hal. I'm receiving an error from the site, however, I believe I'll need to contact UPS Tech Support. Philip Hal Kaplan wrote: I think all you need to do is

RE: VFP and XML, XPCI Interchange using SSL

2006-07-19 Thread Tracy Pearson
I've not dealt with this myself. I do see the setOption and getOption methods of the ServerXMLHttp object has SSL settings. Try it with this object: loXmlHttp = NEWOBJECT( "Microsoft.ServerXMLHTTP" ) (and what Hal said with https://) Tracy -Original Message- From: Philip B Sent: Wednesda

RE: VFP and XML, XPCI Interchange using SSL

2006-07-19 Thread Hal Kaplan
To: profox@leafe.com Subject: Re: VFP and XML, XPCI Interchange using SSL Thanks for that input Hal. I'm receiving an error from the site, however, I believe I'll need to contact UPS Tech Support. Philip Hal Kaplan wrote: >I think all you need to do is make sure the url uses "

Re: VFP and XML, XPCI Interchange using SSL

2006-07-19 Thread Philip B
Thanks for that input Hal. I'm receiving an error from the site, however, I believe I'll need to contact UPS Tech Support. Philip Hal Kaplan wrote: I think all you need to do is make sure the url uses "https://"; and the control will do the rest. HALinNY -Original Message- Fro

RE: VFP and XML, XPCI Interchange using SSL

2006-07-19 Thread Hal Kaplan
I think all you need to do is make sure the url uses "https://"; and the control will do the rest. HALinNY -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Philip B Sent: Wednesday, July 19, 2006 15:46 To: profox@leafe.com Subject: VFP and XML, XPCI Inter