Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SOAP, DLL's and data scoping
Message
De
02/01/2002 13:36:51
 
 
À
02/01/2002 11:55:02
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00599784
Message ID:
00599856
Vues:
12
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform