Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Unknows COM status code
Message
 
À
25/07/2002 16:56:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Divers
Thread ID:
00682746
Message ID:
00682777
Vues:
28
>>What am I missing?
>
>Troy, have you tried to follow those old-basic steps? :)
>
>1. remove the SOAP Toolkit
>2. restart the machine
>3. Install the SOAP Toolkit

Repeatedly! Same result. Also, calling the Web Service from .NET gives me the error message: ...405, Method Not Allowed. Same behavior even with a simple test class:

DEFINE CLASS simpclass AS Session OLEPUBLIC

PROCEDURE Init
ENDPROC

PROCEDURE Destroy
ENDPROC

PROCEDURE Error(nError, cMethod, nLine)
ENDPROC

FUNCTION GetTime()
RETURN TRANSFORM(DATETIME())
ENDFUNC

ENDDEFINE
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform