Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Xml web services
Message
 
To
25/02/2008 20:08:30
Calvin Smith
Wayne Reaves Computer Systems
Macon, Georgia, United States
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01296245
Message ID:
01296303
Views:
17
Calvin:

1. The main dll adds 1.5 MB. Let me know if this is too much as we could trim it.

2. The system needs .NET 2.0 or up.

You just point to your URL using the WebServices Importer, i.e. :
http://etecnologia.net/demos/asp.net/foxweb2/myfoxwebservice.asmx?WSDL

With that it will generate an assembly, that you use as if it was a common assembly using
SetCLRClassLibrary and CLRCreateObject

For example with the pointed WebService I would:
oservice = CLRCreateObject("imported::webservices::MyFoxWebService")
? oService.CalculateOrdersCount("VINET") && Synchronous call, should return 5.
You deploy just by copying your generated assembly and the .NET Extender runtime together with your app. And thats it. Let me know if you need help with this.


>Samuel,
>The fact that MS has depreciated SOAP just when I wanted to start using it is a real bummer. Our company purchased your product way back and have just been waiting for it to mature before we started using it. I will confess that I am pretty ignorant about the whole process. My app is a vertical market app and is nstalled in several thousand locations. 1.How much size will this add to the app? and 2. Is there more help on how to configure this thing? The product we are tying to talk to installs .net 1.1 on users machines. Will this be sufficient? Thanks.
>
>Calvin
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform