MSIR.0766 (Vartype) can't be Global or Session: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "An attempt was made to declare a variable as Global or Session but that variable was not an object. If the variable is a simple datatype or a structure, that datatype or structur...")
 
m (1 revision)
(No difference)

Revision as of 16:45, 9 November 2010

An attempt was made to declare a variable as Global or Session but that variable was not an object. If the variable is a simple datatype or a structure, that datatype or structure can be embedded inside a class and then an object variable of that class could be declared global. A little awkward, perhaps, but not too difficult. If the variable is an array, it might be easiest to define the variable as a collection, instead. For more information about collections see the Janus SOAP Reference Manual.