Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SOAP, DLL's and data scoping
Message
From
02/01/2002 13:36:51
 
 
To
02/01/2002 11:55:02
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00599784
Message ID:
00599856
Views:
11
>I then had a go myself with a class i created a while back and everything worked fine until i called the .wsdl file i had created. It returned the exact same error as Sanjay Patel had in the thread dated 23/12/01:

What is the code for your class? Try using the new VFP7 syntax to define parameters and return values (in order for VFP COM objects to play nicely with SOAP the paramters and return values need to be typed).

So instead of
proc myfunction 
lparameters lcXML
try
proc MyFunction(lcXML AS String) AS String
Previous
Reply
Map
View

Click here to load this message in the networking platform