Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Consideration for .Net Web Service
Message
From
09/07/2002 16:12:59
 
 
To
09/07/2002 11:44:00
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00676698
Message ID:
00676814
Views:
16
No, nothing special. I suspect that whatever .NET WebService you're trying to call, it's probably returning a DataSet rather than XML.

~~Bonnie


>So far, from VFP, I was always doing something like this to initialize the Web Service:
>
>
>loWebService=CreateObject("mssoap.soapclient")
>loWebService.MSSoapInit("http://www.domain.com/webservices/WebService.wsdl")
>
>
>However, when we have a .Net Web Service, such as:
>
>
>loWebService=CreateObject("mssoap.soapclient")
>loWebService.MSSoapInit("http://www.domain.com/webservices/WebService.asmx?wsdl")
>
>
>is there any special consideration to take care?
>
>With that approach, whenever I do a method call, I get no return.
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform