Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to access VFP web service from .NET?
Message
From
19/05/2002 08:26:49
 
 
To
19/05/2002 00:55:40
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00658644
Message ID:
00658653
Views:
21
Did you add a reference to it in the project?

>Hi,
> I have a simple vfp web service. It work fine in vfp using SOAP. I face problem on accessing it using VS.NET.
>
>I so the following steps:
>1. Create a web application.
>2. Add a webform's button to web form.
>3. Add Web reference by enter the url as "http://mylocalhostname/vfpwebservice/mywebservice.wsdl". It appears in the solution explorer.
>4. I rename the web reference to "myweb".
>5. I type
>
>private void Button1_Click(object sender, System.EventArgs e)
>{
>     myweb.mywebservice lotest = new myweb.mywebservice() ;
>     lotest.test();
>}
>
>
>Once I typing the code above, there are not any intellisense for it. Why? It generate error either while run it. Any mistake did I do?
>
>Thank you
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform