There is a little caveat: I know absolutely nothing of .NET :-( , so there is no way I would be able to build a .NET WS. I was thinking of a VFP web service and use the old SOAP Toolkit with it.
Unless I build the component in VFP and publish it as a .NET WS, if it is not too complicated. I believe VFP can consume a .NET WS (can it?) I am getting confused already Please, enlighten me! Rafael El 31/08/2011 11:49, Tracy Pearson escribió: > Rafael Copquin wrote on 2011-08-31: >> Hi all >> >> I was considering building WebService, publish it with the XP Prof at >> the store and access it from the home computer. In this way, the local >> user would not be kicked out when she connects. >> >> I guess I would need to have something like no-ip to get a fixed ip >> (free by all means!) and use it to make the WS accessible. >> >> What do you think? Any suggestions on how best to do this? >> >> My thinking is to create the WS component in such a way that I would >> send the insert,delete or update commands to it and it would act on the >> tables directly, more or less like one does when the back end is a SQL >> server and the connection is through SPT. >> >> Rafael Copquin >> > Rafael, > > A .NET WebService, on each call, spin up a VFP COM object and pass the > CURSORTOXML you sent to the WS. > It gets a little complex to setup. VFP is not multi-threaded to handle > incoming requests without blocking existing request processing. I've been > wanting to do something similar to this myself, just haven't put the energy > into yet. > > I have setup a .NET service, it spins up a 3rd party COM object and acts as > a web server. The object the web service creates is passed to a VFP COM > object that is spun up with each request. For my purposes, both an html > user interface and a service was required. > > What I'm thinking about next is using the Windows Communication Foundation > to be a web service that spins a VFP COM object to handle some of the things > I'm wanting to do. > > Of course you could stay in .NET and use OLE DB to access your VFP > tables/dbc. > > > Tracy Pearson > PowerChurch Software > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

