Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't return a boolean from a specific server
Message
From
13/04/2002 16:21:55
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Web Services
Title:
Can't return a boolean from a specific server
Miscellaneous
Thread ID:
00644744
Message ID:
00644744
Views:
45
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
Next
Reply
Map
View

Click here to load this message in the networking platform