Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unknown COM status code trying to access web service
Message
From
04/11/2001 20:49:29
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Web Services
Title:
Unknown COM status code trying to access web service
Miscellaneous
Thread ID:
00577244
Message ID:
00577244
Views:
53
Hi All,

I have been playing around with web services, and I made a simple com object to return a string and ran through the web services builder.

When I attempt to run the code to connect to it it returns an error saying "Unknown COM Status code."

The code im running is:
LOCAL test AS MyWebServiceTest
test = CREATEOBJECT("mssoap.soapclient")
test.mssoapinit("http://michael/test/test.wsdl")

?test.Hello()
and the class is a simple define :
DEFINE CLASS test AS Session
    PROCEDURE Hello()
        RETURN "Hello"
    ENDPROC
ENDDEFINE
Has anyone come across this before, or even have an idea about it?

Thanks,

Michael Henstock
AWS
A fish this fine deserves to be a fish nugget styled chunklet.
- Fry
Next
Reply
Map
View

Click here to load this message in the networking platform