by the way,
from:
http://www.globus.org/toolkit/docs/development/4.2-drafts/security/delegation/developer/delegation-developer-scenarios.html
globus_delegation_client_util_handle_t handle;
globus_soap_message_attr_t message_attr = NULL;
globus_handler_chain_t handler_chain = NULL;
const globus_gsi_cred_handle_t user_cred = NULL;
globus_delegation_client_util_attr_t attr = NULL;
globus_result_t result;
/* Initialize attributes, user_cred, handler chain if needed */
result = globus_delegation_client_util_handle_init(
&handle,
attr,
handler_chain,
user_cred,
attr)
one of the "attr" in the invocation should be a "message_attr" instead.
kind regards,
H.Rosmanith