to write/call the rft service, you can view the related information about the Grid Service. So we started the initial exploration on the gt4 beta version (gt3.9.5 ......
it turned out to be GT3 programmer's tutorial. As a result, we found that the gt4 architecture was completely different. After all, it was originally based on OGSI, now it is based on WSRF. Later, I was prompted to find gt4 programmer's tutorial on the same website and downloaded a package here, there are several simple Service implementations Code . According to the script prompts in the "WSRF grid services" text and package, tutorial-build and ant, and finally Globus-start-container:
tutorial_build.sh-d org/Globus/progtutorial/services/wsrf_core/first-S schema/progtutorial/mathservice/math. WSDL
ant-F/usr/share/Globus/share/globus_wsrf_common/build-packages.xml-dgar. name =/home/Globus/programs/progtutorial-examples_0.0.6/org_globus_progtutorial_services_wsrf_core_first.gar depl Oygar
found that the service has been released to the container. Try the client code again, and you have not encountered any major problems.
the problem is that there are too few reference documents, and no one is working on gt4 services and clients. I am afraid I can only look at a few limited codes by myself.
Reference URL/materials:
GT 3.9.5 Java ws core, developer's guide: http://www-unix.globus.org/toolkit/docs/development/3.9.5/common/javawscore/developer/
the Globus Toolkit 4 programmer's Tutorial: http://gdp.globus.org/gt4-tutorial/
WSRF grid services: http://www-unix.mcs.anl.gov /~ Gose/GRID-services