[SOLVED] createInstance from javasript of component other the dsp
Author: m.doorne@amyyon.nl (Doomic)
today i wrote the code: > uniface.createInstance("ServiceName", "ServiceName", "OperationName", "Param1"); the result of the call was an uniface.NotCreated error "Instance not created.". That is fine... However, the serverside code in the operation of the service has been executed! Running an operation that is not set to [public web] should never be executeable from the web, whatever type of component the operation exists in. How can i prevent this?