Thats odd. I didnt see the request. Ive been buzy with a web service and I can tell you that VFP is incapable of handling complex web services. The easiest way is to wrapper the VFP dll with a .net. I can also tell you its not easy. I have had loads of fun (not) havibg to figure out c# and its indiosicracies as well as WSDL's. Its a nightmare. But its probably still the easiest way. Rick has a starter white paper on calling VFP from .Net and its worth a look. Is it being created from a WSDL or are you just making a simple Web Service from VFP. If the later then I have done that with a single ASP page and VFP COM dll. But whatever you do you CAN use VFP for the main work. Allen
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andrew MacNeill Sent: 25 January 2008 17:05 I have had excellent luck with Rick Strahl's free wwsoap class. I was dealing with a particularly troublesome web service from Qualcomm and many were thinking "oh, we'll have to build a DotNet DLL wrapper for it" - but in the end, I was able to do it perfectly from with VFP. Still I agree about using http or classic ASP, I use that for a lot of things and have found a number of companies that offer a "web service' that is really nothing more than a "web api" that I can get a response from with an http request. Rick Schummer wrote: >>> Since this is a VFP9 app, what, iyo, would be the easiest/best way >>> to design this?<< >>> > > > I have heard from people I respect that WS in .NET are way easier than doing the same thing in VFP. > It seems to me that the Fox Team sort of forced WS capability into VFP > because it needed to be buzzword compliant. ...Microsoft is supporting > a version for VFP developers, but why build something using SOAP when > terrific alternatives exist. This is one of the reasons I find > Malcolm's HTTP post suggestion very compelling. A simple Classic ASP page could be used to record the information you send. A Web service is not really necessary if no feedback to the VFP app is okay. > No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.516 / Virus Database: 269.19.11/1242 - Release Date: 24/01/2008 20:32 _______________________________________________ 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.

