Hi, I'm using Axis2C 0.96 and Axis2/Java 1.1.1. I made a simple SayHelloService with Axis2/Java, generated the wsdl file with java2wsdl tool. Then I generated Axis2/C stub and skeleton files from the wsdl file. After a few hours finally I managed to compile them with Microsoft Visual Studio...with Eclipse CDT somehow I couldn't manage, to set the gcc command properly...it failed with during linking. Anyway, with Microsoft Visual Studio I obtained the dll file. After deploying the service to the Axis2/C standalone web server, I tried to call it from a Java client. But I received an AxisFault exception with the following message: "dll description has invalid state of not having valid dll create function, of valid delete function or valid dll_handler"
From Java client I can call the already deployed sample echo service in
Axis2/C...but when I try to build this sample echo service and deploy it to Axis2/C web server I receive again the AxisFault exception with the same error message. So I suppose there is some problem with my dll creation... Could you help me? Zoli.
