Re: Web Service Help

2006-07-22 Thread Jean Laeremans
On 7/21/06, Ed Leafe <[EMAIL PROTECTED]> wrote: Same is true for answering in Python, but that doesn't mean that people here want to hear me ad nauseam trumpeting the wonders of Python. Perish the thought.. A+ jml ___ Post Messages to

RE: Web Service Help

2006-07-21 Thread Nick Cipollina
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Charlie Coleman Sent: Friday, July 21, 2006 10:56 AM To: [EMAIL PROTECTED] Subject: RE: Web Service Help ... > > > The VFP9 doc is pretty clear, so I think it's worth a try unless > > > there's a better suggestion (the

RE: Web Service Help

2006-07-21 Thread Charlie Coleman
At 09:13 AM 7/21/2006 -0700, [EMAIL PROTECTED] wrote: ... > And, by the way, I have various config files that I use which allow my > systems to work with the server and other networked servers with no > problems. Of course, I do NOT use 'standard' MS config files. Maybe that's > why mine works...

Re: Web Service Help

2006-07-21 Thread Ed Leafe
On Jul 21, 2006, at 12:13 PM, [EMAIL PROTECTED] wrote: Anyway, I find that Q's asked here can be extended to every environment. Taking one and getting it in .NET or in SQL Server is just fun. Same is true for answering in Python, but that doesn't mean that people here want to hear me ad

RE: Web Service Help

2006-07-21 Thread stephen . russell
> From: Charlie Coleman <[EMAIL PROTECTED]> > There was a setting somewhere in IIS which had to be turned 'on' to allow > certain other file types (apart from asp? or aspx?) to be invoked on a web > site. That's probably 1 issue. I have a West-Wind Webconnection application > which I moved from wi

RE: Web Service Help

2006-07-21 Thread Charlie Coleman
... > > The VFP9 doc is pretty clear, so I think it's worth a try unless > > there's a better suggestion (then "do it in .NET", of course ). ... > Bill the thread is to Create a WS. Seems that VFP & > Server2003 don't work well together. Windows 2003 server changes things from Windows 2000 s

RE: Web Service Help

2006-07-21 Thread Bill Arnold
> > The VFP9 doc is pretty clear, so I think it's worth a try unless > > there's a better suggestion (then "do it in .NET", of course ). > > > > Note the doc says: "For .exe and .dll file servers, Visual FoxPro > > supports only configuration files that are bound inside the server. > > Bill th

RE: Web Service Help

2006-07-21 Thread Stephen the Cook
Bill Arnold <> wrote: > The VFP9 doc is pretty clear, so I think it's worth a try unless > there's a better suggestion (then "do it in .NET", of course ). > > Note the doc says: "For .exe and .dll file servers, Visual FoxPro > supports only configuration files that are bound inside the server.

Re: Web Service Help

2006-07-21 Thread Ed Leafe
On Jul 21, 2006, at 5:45 AM, Andy Davies wrote: I never managed it - I think Ed did (for a while?) Of course, I wrote the service in Python and deployed it to a Linux server. ;-) -- Ed Leafe -- http://leafe.com -- http://dabodev.com ___ Po

RE: Web Service Help

2006-07-21 Thread Andy Davies
I never managed it - I think Ed did (for a while?) but following the thread at: http://www.universalthread.com/wconnect/wc.dll?2,15,1133486 it all seems to be fraught with problems (for everyone excepting Rick Strahl of course ) otoh as I and others have said before; with a rich client xmlhttp wor

RE: Web Service Help

2006-07-21 Thread Andy Davies
Malcolm Greene said "VFP webservices are not supported on Windows 2003 due to Microsoft dropping support for their SOAP DLL's" I never got SOAP to work, but I hadn't realised it had been dropped (for vfp?) - do you have a link about this? how *are* web services supported in Fox now? A

RE: Web Service Help

2006-07-20 Thread Bill Arnold
> > > I noticed that. I have a .dbf file that I need to open with some > > > configuration info in it. How can I find it? > > > > Assuming it's in or can be located via the product's start folder, > > then look at SYS(2019), as in: > > > > configfile = sys(2019) && VFP config.

RE: Web Service Help

2006-07-20 Thread stephen . russell
> From: "Bill Arnold" <[EMAIL PROTECTED]> > Date: Thu, July 20, 2006 2:32 pm > To: "'ProFox Email List'" > > > I noticed that. I have a .dbf file that I need to open with > > some configuration info in it. How can I find it? > > Assuming it's in or can be located via the product's start folder,

RE: Web Service Help

2006-07-20 Thread Bill Arnold
> I noticed that. I have a .dbf file that I need to open with > some configuration info in it. How can I find it? Assuming it's in or can be located via the product's start folder, then look at SYS(2019), as in: configfile = sys(2019) && VFP config.fpw file fully qualified file n

RE: Web Service Help

2006-07-20 Thread Nick Cipollina
: Thursday, July 20, 2006 4:10 PM To: [EMAIL PROTECTED] Subject: RE: Web Service Help > From: "Nick Cipollina" <[EMAIL PROTECTED]> > > Is there any way to do it without hard-coding the location of the > folder? And without putting it in sys(2004)? Nope. Kind of why I s

RE: Web Service Help

2006-07-20 Thread stephen . russell
> From: "Nick Cipollina" <[EMAIL PROTECTED]> > > Is there any way to do it without hard-coding the location of the > folder? And without putting it in sys(2004)? Nope. Kind of why I suggested to write it in .NET. ___ Post Messages to: ProFox@leaf

RE: Web Service Help

2006-07-20 Thread Nick Cipollina
PROTECTED] Subject: RE: Web Service Help > From: "Nick Cipollina" <[EMAIL PROTECTED]> > Date: Thu, July 20, 2006 12:30 pm > To: > > I noticed that. I have a .dbf file that I need to open with some > configuration info in it. How can I find it? Your s

RE: Web Service Help

2006-07-20 Thread stephen . russell
> From: "Nick Cipollina" <[EMAIL PROTECTED]> > Date: Thu, July 20, 2006 12:30 pm > To: > > I noticed that. I have a .dbf file that I need to open with some > configuration info in it. How can I find it? Your sys(2004) is that where VFP starts? = %WinDir%\System32 You just need to do a CD \m

RE: Web Service Help

2006-07-20 Thread Nick Cipollina
PROTECTED] Subject: RE: Web Service Help > From: "Nick Cipollina" <[EMAIL PROTECTED]> > It was faster for me to write this as FoxPro code since it was already > written. I more or less cut and pasted the code I needed to create my > com object. For me to re-write

RE: Web Service Help

2006-07-20 Thread Malcolm Greene
Nick, Welcome to the Profox list! > I want to deploy this web service on a Windows 2003 server. "Officially", out-of-the-box VFP webservices are not supported on Windows 2003 due to Microsoft dropping support for their SOAP DLL's. HOWEVER (good news!), a bunch of people on the UT (www.universal

RE: Web Service Help

2006-07-20 Thread stephen . russell
> From: "Nick Cipollina" <[EMAIL PROTECTED]> > It was faster for me to write this as FoxPro code since it was already > written. I more or less cut and pasted the code I needed to create my > com object. For me to re-write as .Net code would take much longer. It > is certainly an option though.

RE: Web Service Help

2006-07-20 Thread Nick Cipollina
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, July 20, 2006 2:42 PM To: [EMAIL PROTECTED] Subject: RE: Web Service Help > From: "Nick Cipollina" <[EMAIL PROTECTED]> > Date: Thu, July 20, 2006 11:00 am > To: >

RE: Web Service Help

2006-07-20 Thread john harvey
20, 2006 1:42 PM To: ProFox Email List Subject: RE: Web Service Help > From: "Nick Cipollina" <[EMAIL PROTECTED]> > Date: Thu, July 20, 2006 11:00 am > To: > > How can I do this without purchasing anything? I know there has to be a way to do this. I want to deplo

RE: Web Service Help

2006-07-20 Thread stephen . russell
> From: "Nick Cipollina" <[EMAIL PROTECTED]> > Date: Thu, July 20, 2006 11:00 am > To: > > How can I do this without purchasing anything? I know there has to be a way > to do this. I want to deploy this web service on a Windows 2003 server. How > can I do this? Why not rewrite it in .NET?

RE: Web Service Help

2006-07-20 Thread Nick Cipollina
PROTECTED] Subject: Re: Web Service Help >Hello All, >I'm relatively new to this list and I need some help. I've recently >written a VFP web service that runs splendidly >on my pc. I do not know >how to deploy it to one of our network servers. Can anyone provide any

Re: Web Service Help

2006-07-20 Thread Profox
Hello All, I'm relatively new to this list and I need some help. I've recently written a VFP web service that runs splendidly >on my pc. I do not know how to deploy it to one of our network servers. Can anyone provide any guidance in >this matter? I would greatly appreciate it. How are

RE: Web Service Help

2006-07-20 Thread john harvey
http://memphiscrime.blogspot.com www.votinginmemphis.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Cipollina Sent: Thursday, July 20, 2006 1:01 PM To: profox@leafe.com Subject: RE: Web Service Help How can I do this without purchasing anything? I know there h

RE: Web Service Help

2006-07-20 Thread Nick Cipollina
harvey Sent: Thursday, July 20, 2006 1:50 PM To: [EMAIL PROTECTED] Subject: RE: Web Service Help The best resource I've found is on Rick Strahl's website at west-wind.com John Harvey www.cyber-posse.com www.johnharveysheriff.com http://memphiscrime.blogspot.com www.votinginm

RE: Web Service Help

2006-07-20 Thread john harvey
lf Of Nick Cipollina Sent: Thursday, July 20, 2006 11:47 AM To: ProFox Email List Subject: Web Service Help Hello All, I'm relatively new to this list and I need some help. I've recently written a VFP web service that runs splendidly on my pc. I do not know how to deploy it to one of our n

Web Service Help

2006-07-20 Thread Nick Cipollina
Hello All, I'm relatively new to this list and I need some help. I've recently written a VFP web service that runs splendidly on my pc. I do not know how to deploy it to one of our network servers. Can anyone provide any guidance in this matter? I would greatly appreciate it. Thanks, Nick