Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Registration on the client side
Message
From
12/11/2001 22:21:05
 
 
To
12/11/2001 18:37:19
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00580666
Message ID:
00580708
Views:
14
>However, those who registered the Web Service with Intellisense couldn't any longer accessed it. Is there any relation with the fact that I reinstall the VFP 7 components on the server? If yes, why is it like that?

Works for me, Intellisense does this (the web service itself fails cause I don't have rights, apparently)
LOCAL loUT AS ut ws
LOCAL loWS
loWS = NEWOBJECT("Wsclient",HOME()+"ffc\_webservices.vcx")
loWS.cWSName = "ut ws"
loUT = loWS.SetupClient("http://www.levelextreme.com/universalthread.wsdl", "universalthread", "WebServiceSoapPort")
?loUT.GetNews('XXX','XXX', DATE() - 5, DATETIME(), 11)
Perhaps the problem is over writing Intellisense's entry for the UT. Suggest removing the current UT type in Intellisense and starting over. Maybe packing foxcode too?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform