Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unknown COM status code
Message
De
24/10/2001 11:27:40
 
 
À
23/10/2001 19:26:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Divers
Thread ID:
00572375
Message ID:
00572641
Vues:
24
>I have created a simple Web Service. The Visual FoxPro code is pretty simple:
>
>
>DEFINE CLASS myserver as Session olepublic
>
>function mymethod(mystr as String) as String
>RETURN mystr
>endfunc
>
>function hello as String
>RETURN "hello"
>ENDFUNC
>
>ENDDEFINE
>
>
>The WSDL has been created by the WSDL generator. The two files have been created. You can view it at: http://205.205.57.3/WebServices/universal%20thread.wsdl
>
>From the client site, I am using this:
>
>
>loUniversalThread=Createobject("mssoap.soapclient")
>loUniversalThread.mssoapinit("http://205.205.57.3/WebServices/universal thread.wsdl")
>*? loUniversalThread.mymethod("test")
>*? loUniversalThread.hello
>
>
>However, when calling a method, I get unknown COM status code.

Is the COM server registered? Is the dll in a directory where the web user has permission to execute it?
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform