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 00:55:40
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Web Services
Title:
How to access VFP web service from .NET?
Miscellaneous
Thread ID:
00658644
Message ID:
00658644
Views:
49
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
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Next
Reply
Map
View

Click here to load this message in the networking platform