ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Communication / J2EE functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
The following constants are used by the J2EE functions:
ConstantDescriptionDetailsUsed by the functions
J2EEAnyURITypeType of parameterURL addressJ2EERun
J2EEBase64BinaryTypeType of parameterBinaryJ2EERun
J2EEBooleanTypeType of parameterBooleanJ2EERun
J2EEByteTypeType of parameterByteJ2EERun
J2EEDecimalTypeType of parameterAny number without limitJ2EERun
J2EEDoubleTypeType of parameterDouble realJ2EERun
J2EEerrActorType of error to returnURL of the server that triggered the error (useful if the procedure is run by several servers).J2EEError
J2EEErrCodeType of error to returnError of the last J2EE procedure run:
  • "VersionMismatch": The J2EE version used on the current workstation is different from the one used on the server.
  • "MustUnderstand": The server does not understand the parameter specified in the header (only if the parameter <Procedure Execution> in the header is set to True).
  • "Client": Incorrect settings for procedure execution.
  • "Server": The server has not executed the procedure.
Remark: This string can be completed with additional information.. The following format is used: "<Error>.<Information>". For example: "Client.Authentication" if the error is due to client authentication.
J2EEError
J2EEErrDetailsType of error to returnError details. This message is in XML format.J2EEError
J2EEErrMessageType of error to returnError message returned by the server on the last J2EE procedure run.J2EEError
J2EEFloatTypeType of parameterRealJ2EERun
J2EEHexBinaryTypeType of parameterHexadecimal binaryJ2EERun
J2EEHTTPResultType of resultResult (in HTTP format) of the last J2EE procedure runJ2EEGetResult
J2EEIntTypeType of parameterLimited integerJ2EERun
J2EELongTypeType of parameterLong integerJ2EERun
J2EENonNegativeIntegerTypeType of parameterNon-negative integerJ2EERun
J2EENormalizedStringTypeType of parameterCharacter string without CR or TAB charactersJ2EERun
J2EEPositiveIntegerTypeType of parameterPositive integer (except 0)J2EERun
J2EEResultType of resultResult of the last J2EE procedure runJ2EEGetResult
J2EEShortTypeType of parameterShort integerJ2EERun
J2EEStringTypeType of parameterCharacter stringJ2EERun
J2EETypeIntegerType of parameterUnlimited integerJ2EERun
J2EETypeNegativeIntegerType of parameterNegative integer (except 0)J2EERun
J2EETypeNonPositiveIntegerType of parameterNon-positive integerJ2EERun
J2EETypeUnsignedLongType of parameterLong unsigned integerJ2EERun
J2EEUnsignedByteTypeType of parameterUnsigned byteJ2EERun
J2EEUnsignedIntTypeType of parameterUnsigned integerJ2EERun
J2EEUnsignedShortTypeType of parameterUnsigned short integerJ2EERun
J2EEXMLResultType of resultResult (in XML format) of the last J2EE procedure runJ2EEGetResult
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 01/16/2025

Send a report | Local help