Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Consideration for .Net Web Service
Message
De
09/07/2002 11:44:00
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Titre:
Consideration for .Net Web Service
Divers
Thread ID:
00676698
Message ID:
00676698
Vues:
46
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform