Hi, I am facing problems in order to call my service, I got "Failed in creating DLL".
The service is deployed with success in the axis2_http_server (linux) but when I call it i get the message above. Since the service itself is linked against other shared libraries (.so), is there anything else I should set up (services.xml) ? Should I dynamically load the other libraries (*dlopen*) or the dynamic linker will do that ? thanks Paulo
