Hi
I'm building a webservice in axis2c and wanna test it with a client.
I build the skeleton code for the client using the wsdl2c tool in axis.
Now, when I build the solution in Dev-C++, I get a lot of linker errors like the one mentioned in the title:
In function main:
[Linker error] undefined reference to '_imp__axutil_env_create_all'
In function axis2_stub_create_SearchDocs:
[Linker error] undefined reference to '_imp__axutil_error_set_error_number'
[Linker error] undefined reference to '_imp__axutil_error_set_status_code'
etc......
I've been doing a lot of googling and it seems I need some libraries, but can't figure out which ones.
In Dev-C++ I have added all the .lib files from axis2c->lib.
And I have included all the files from the axis2c->include library to the project.
Any help would be appreciated.