Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Web services - SOAP
Message
From
21/09/2001 12:37:33
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
 
To
21/09/2001 12:26:29
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00559332
Message ID:
00559340
Views:
18
Hi Jones Try the following:
DEFINE CLASS myserver as Session olepublic

FUNCTION mymethod(mystr as String) as String
RETURN mystr
ENDPROC

ENDDEFINE
>Hi,
> I have a simple class :
>
>
>DEFINE CLASS myserver as Session olepublic
>
>PROCEDURE mymethod(mystr as String) as String
>RETURN mystr
>ENDPROC
>
>ENDDEFINE
>
>
>I compile it to single/multi thread DLL. I tried to use SOAP toolkit wizard to generate all necessary support file. However, SOAP wizard return error - The COM object selected has no method that can be called through SOAP.
>
>What mistake do I make?
>
>thank you
Alexandre Palma
Senior Application Architect
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform