
|
Approach Follow existing RPC-base programming: Know where the RPC information is located. Get actual RPC information from the place and the method. RPC definition (name, input type, output type) Type definition Generate stub classes on their development environment from the RPC information. E.g. helloResType hello( helloReqType ); Major development environments, Java and .NET support automatic stub class generation from WSDL and XSD. RelaxNG provides plug-ins for these environments. Write original code with the stub classes. We need to standardize following methods. How to know the location of RPC information (config I/F info.) Access method to the RPC information RPC definition description method Type definition description method |