Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Consideration for .Net Web Service
Message
From
09/07/2002 11:44:00
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Web Services
Title:
Consideration for .Net Web Service
Miscellaneous
Thread ID:
00676698
Message ID:
00676698
Views:
45
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.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform