Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SOAP how does it work ?
Message
From
05/01/2007 17:20:29
 
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01182951
Message ID:
01183009
Views:
17
Hi:

If you are starting a new WebService client project, it is better to avoid the SOAP Toolkit it has been phased out and does not support complex types like you see.

It is better to go the .NET Route. If you want this, you could try the .NET Extender for VFP (www.eTecnologia.net) it let you import a WebService into an assembly and them call it from VFP like a normal object. No COM or Activex needed, just a DLL.

Because it is based on .NET it handles Complex Types like DataSet and other types just as long the type is serializable.

Hope this help you.

Martin
Previous
Reply
Map
View

Click here to load this message in the networking platform