Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unknown COM status code
Message
From
26/10/2001 11:55:03
 
 
To
23/10/2001 19:26:25
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00572375
Message ID:
00573698
Views:
22
>However, when calling a method, I get unknown COM status code.

I've foudn some timeing problems with the SOAP client, try this:
loUniversalThread=Createobject("mssoap.soapclient")
loUniversalThread.mssoapinit("http://205.205.57.3/WebServices/universal thread.wsdl")

wait window timeout 2
? loUniversalThread.mymethod("test")
Oddly enough, the VFP7 Web Service FFC class (that uses almost the exact same code) works just perfectly. Consider using that (its far easy to use that in the first place, cause Intellisense can do it for you).
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform