Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unknown COM status code
Message
From
13/02/2003 15:45:10
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Web Services
Title:
Unknown COM status code
Miscellaneous
Thread ID:
00752875
Message ID:
00752875
Views:
56
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
Reply
Map
View

Click here to load this message in the networking platform