Hi, I'm trying to use axis2_svc_client_create_for_dynamic_invocation, but it fails with a 0 error code.
Looking at the code in svc_client.c, it appears that it fails after :
svc_client->options = axis2_options_create(env);
The test fails because svc_client->svc is NULL
if (svc_client->svc)
I'm certainly missing something. Can anyone help ?
Thanks in advance
Philippe
