Hi,
I am trying to build a web service in globus-4.2.1. Using document from here:
http://gdp.globus.org/gt4-tutorial/
[root@nodea ex]# sh globus-build-service.sh -d
org/globus/examples/services/core/first/ -s
schema/examples/MathService_instance/Math.wsdl
Buildfile: /home/globus/ex/build.xml
init:
[delete] Deleting directory /home/globus/ex/build/lib
[mkdir] Created dir: /home/globus/ex/build/lib
flatten:
WSDLUptodate:
flatten:
[echo] Processing WSDL in Math.wsdl
[java] Retrieving document at
'/home/globus/ex/build/schema/examples/MathService_instance/Math.wsdl'.
[java] Error processing WSDL: Could not read WSDL input file:
/home/globus/ex/build/schema/examples/MathService_instance/Math.wsdl
BUILD FAILED
/home/globus/ex/build.xml:228: The following error occurred while executing
this line:
/opt/globus-5.0.3/share/globus_wsrf_tools/build-stubs.xml:166: Java returned: 2
Total time: 1 second
-Arindam