Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mssoap.soapclient?
Message
De
06/08/2002 18:50:28
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Titre:
Mssoap.soapclient?
Divers
Thread ID:
00686807
Message ID:
00686807
Vues:
280
All,

I built a web services(Written by VFP7.0)for get some invoice information in my accounting system.
All progarms can run smoothly at my server.
But it got one error message "Class definition'MSSOAP.SOAPCLIENT' is not found!" when it run client program at workstation.
I need install something to get the web services at workstation? (I have installed soap toolkit 2.0 at workstation.)

The below is My client program:

LOCAL oweb as VFPWebService_WS
LOCAL loWS
loWS = NEWOBJECT("Wsclient",HOME()+"ffc\_webservices.vcx")
loWS.cWSName = "VFPWebService_WS"
oweb = loWS.SetupClient("http://pocket-bfex2qhO/first_web_service/FoxWebService.wsdl", "FoxWebService", "FoxWebServiceSoapPort")
INVSUM=oweb.GetSumSales({^1996-07-04},{^1997-07-04})
*************************************************



Thanks
Ricky
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform