Hi, I'm developing WSRF services using Globus (3.9.4) but trying to interface to those services/resources using standard Axis (hence the post).
A service is created and an endpoint reference is returned which is of type org.apache.axis.message.addressing.EndpointReferenceType Is there a way to use this EndpointReferenceType (WS-Addressing) to make calls to the created service through the org.apache.axis.client.Call object? I guess the real question is how to use a WS-Address to call an operation on a resource using Axis 1.2? Many thanks, Julie.