What does the rmi2wsdl compiler do?
The rmi2wsdl compiler translates Java RMI into a WSDL document. The Java interface with its methods, parameters, return values and exceptions gets converted into a WSDL document with corresponding portType, operations, input, output and fault messages. The rmi2wsdl compiler further generates a SOAP binding and service for the portType. Please consult the tutorial for a detailed description of rmi2wsdl.