Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can't return a boolean from a specific server
Message
De
13/04/2002 16:21:55
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Titre:
Can't return a boolean from a specific server
Divers
Thread ID:
00644744
Message ID:
00644744
Vues:
46
From a specific server, my Web Service can't return a boolean. For example:
FUNCTION MyFunc() AS String
RETURN ''
ENDFUNC
works.

However, the following:
FUNCTION MyFunc() AS Boolean
RETURN .F.
ENDFUNC
causes the Web Service to fail and returns a SOAP error on the client side.

This is the same code as I am using elsewhere. But, on that specific server, I can't have a method to return a boolean. Why is that?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform