Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unknown COM status code trying to access web service
Message
De
04/11/2001 20:49:29
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Titre:
Unknown COM status code trying to access web service
Divers
Thread ID:
00577244
Message ID:
00577244
Vues:
52
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform