Re: [Axis2] Building samples in MS Visual Studio]

2006-05-22 Thread Andrew Borley
Hi Samisa,I've managed to get it running! My issue was that in MSVC++ the default build setting is to "Compile as C++ Code". Changing to "Compile as C code" makes it work.When I started looking at Axis2C I used the defaults ("Compile as C++ Code") and got some conversion errors: d:\cpp\EchoWebServ

Re: [Axis2] Building samples in MS Visual Studio]

2006-05-22 Thread Sahan Gamage
Hi, Yes. Either the dll is corrupt or the dll does not contain the functions required by the axis2 core to load the dll in. The required functions are : AXIS2_EXPORT int axis2_get_instance(axis2_svc_skeleton_t **inst, axis2_env_t **env) and AXIS2_EXPORT int axis2_remove_instanc

Re: [Axis2] Building samples in MS Visual Studio]

2006-05-22 Thread Samisa Abeysinghe
I tried this on Windows. It looks to me the kind of error that you are getting is given when the DLL is corrupted or it does not implement the expected format. Please double check the DLL. Have you used the same code as the sample or did you modify it? If you modified, please send the code. Tha

Re: [Axis2] Building samples in MS Visual Studio

2006-05-22 Thread Andrew Borley
Hi Sahan,Thanks for the reply. I've been putting my built dll into a directory called $AXIS2_HOME/services/EchoWebService with the dll name as EchoWebService.dll and the services.xml file containing the following:     EchoWebService       This is a testing service , to test the system is workin

Re: [Axis2] Building samples in MS Visual Studio

2006-05-22 Thread Sahan Gamage
Hi Andrew, Where did you put the built dll ? The location should be $AXIS2_HOME/services/echo/ If you haven't put the dll in there try putting it there. If that doesn't solve the problem let us have the complete log file so that we might be able to locate what went wrong. IIRC there are no specia

[Axis2] Building samples in MS Visual Studio

2006-05-22 Thread Andrew Borley
Hi All,I'm trying to get going with Axis2C (0.91) and have started by attempting to build and run the echo sample in MS Visual C++ .NET v7.1. I can build a dll, deploy it into the sample http server, and see the service in the list at http://localhost:9090/axis2/services but I can't invoke the ser

Re: A question about AXIS c++ project status

2006-05-22 Thread Fred Preston
Hi Yair,         Axis C/C++ is still being developed and there will be a new release (1.6) available soon.  There is still a nightly build that is available from the website and the code is in SVN. Regards, Fred Preston. "Yair Zaslavsky" <[EMAIL PROTECTED]> 21/05/2006 16:56 Please resp