Web services / General |
In RPC style, the convention defines names for input messages and output messages, but if there is no input message, its name cannot be redefined.
To workaround this issue, respect RPC style convention in wsdl, or force RPC convention (on client and server side) by using the -fRPC option of the fglwsdl tool.
The fglwsdl tool can generate variable names conflicting with IMPORT library names.
DEFINE xml xml.DomDocumentwill conflict with the xml library, if the code defines also the instruction:
IMPORT xml