September 2002
Intermediate to advanced
608 pages
14h 20m
English
At this point, the user-written code for our Web Service is complete. There is also a good bit of machine-generated code that is going to be part of the Web Service. The utility that generates this code in the reference implementation is xrpcc.
The xrpcc tool comes with a .sh script (for UNIX) and a .bat file (for Windows). The script expects certain environment variables to be set; in particular, JAVA_HOME should point to the location where Java is installed on your system (for example, C:\jdk1.3.1, /usr/local/java/jdk1.3.1, /opt/java1.3) and JAVA_XML_PACK_HOME should point to the location where the XML pack was installed. When installing on UNIX systems, I found it necessary to chmod the xrpcc.sh file ...
Read now
Unlock full access