hi
        i am tryin to run math service gievn in gt4 tutorial
while compilation it is givin me following errorent.java
org/globus/examples/clients /MathService_instance/Client.java:3: package
org.apache.axis.message.addressing does not exist
import org.apache.axis.message.addressing.Address;
                                          ^
org/globus/examples/clients/MathService_instance/Client.java:4: package
org.apache.axis.message.addressing does not exist
import org.apache.axis.message.addressing.EndpointReferenceType;
                                          ^
org/globus/examples/clients/MathService_instance/Client.java:13: cannot
access org.apache.axis.client.Service
file org/apache/axis/client/Service.class not found
                MathServiceAddressingLocator locator = new
MathServiceAddressingLocator();
                                                       ^
org/globus/examples/clients/MathService_instance/Client.java:19: cannot find
symbol
symbol  : class EndpointReferenceType
location: class org.globus.examples.clients.MathService_instance.Client
                        EndpointReferenceType endpoint = new
EndpointReferenceType();
                        ^
org/globus/examples/clients/MathService_instance/Client.java:19: cannot find
symbol
symbol  : class EndpointReferenceType
location: class org.globus.examples.clients.MathService_instance.Client
                        EndpointReferenceType endpoint = new
EndpointReferenceType();
                                                             ^
org/globus/examples/clients/MathService_instance/Client.java:20: cannot find
symbol
symbol  : class Address
location: class org.globus.examples.clients.MathService_instance.Client
                        endpoint.setAddress(new Address(serviceURI));
                                                 ^
org/globus/examples/clients/MathService_instance/Client.java:21: cannot
access org.apache.axis.message.addressing.EndpointReferenceType
file org/apache/axis/message/addressing/EndpointReferenceType.class not
found
                        MathPortType math =
locator.getMathPortTypePort(endpoint);
                                                   ^
7 errors

though after finding thie problem from mailin lists..i have added al the jar
file availbele in globus/lib ..to tutorial/lib for math service..but its
giing error
i am using axis1.4
there was a addressin.jar to which i have added..
vat else can i do now..


-- 
Friends are flowers in the garden of life

Reply via email to