Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unknows COM status code
Message
 
To
25/07/2002 16:56:59
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00682746
Message ID:
00682777
Views:
29
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform