When I clicked on the "User must be logged in" on the WebService Security tab, the template generated code that inserted a GetSessionLoggedIn statement in every NetWebServiceMethod procedure with a Return. However each of these procedures requires a return VALUE, so they all generated compile errors. For example:
! Part of Service : WebService
! Service-Level Security Settings
If p_web.GetSessionLoggedIn() = 0 then Return. <= This must return a value, ie Return('') or whatever.
Regards,
Mark