MSIR.0766 (Vartype) can't be Global or Session

From m204wiki
Revision as of 16:05, 13 August 2015 by JALWiccan (talk | contribs) (Automatically generated page update)
Jump to navigation Jump to search

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.