Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mssoap.soapclient?
Message
From
06/08/2002 18:50:28
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Web Services
Title:
Mssoap.soapclient?
Miscellaneous
Thread ID:
00686807
Message ID:
00686807
Views:
290
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
Next
Reply
Map
View

Click here to load this message in the networking platform