Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unknown COM status code
Message
De
13/02/2003 15:45:10
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Titre:
Unknown COM status code
Divers
Thread ID:
00752875
Message ID:
00752875
Vues:
49
Estou recebendo esta msg de erro testando um webservice aparentemente simples.
Testo tudo meu micro mesmo, tem Win2000 e IIS com a pasta p/ webservice ok.

Fonte do servico (nome dos arquivos .dll e .wsdl "Service_1"):

DEFINE CLASS nomedaclasse AS SESSION OLEPUBLIC
PROCEDURE metodo (cPal as String) AS STRING
RETURN cPal
ENDPROC
ENDDEFINE



Tento acessar com:

Local loAW as Service_1
LOCAL loWS
loWS = NEWOBJECT("Wsclient",HOME()+"ffc\_webservices.vcx")
loWS.cWSName = "Service_1"
loAW = loWS.SetupClient("http://juliano/webservices/Service_1.wsdl", "Service_1", "nomedaclasseSoapPort")
? loAW.metodo("teste")



Alguem poderia me ajudar?
Grato...
Juliano Martins Terterola
Microsoft Certified Professional
Porto Alegre - RS - Brazil
9 years of Visual FoxPro experience

"Though we know that time has wings
We're the ones who have to fly..."
Neil Peart - Rush
Répondre
Fil
Voir

Click here to load this message in the networking platform