Re: A compiling problem

2007-06-19 Thread Manjula Peiris
Hi Wang, Did you add %AXIS2C_HOME%\lib to the %PATH% enviornment varaible ? -Manjula On Tue, 2007-06-19 at 14:00 -0400, Wang, Hailong (NIH/CIT) [C] wrote: > Hi, > > > > I tried to build the echo sample, but I got linking errors as > following: > > > > 1>echo.obj : error LNK2019: unresol

Re: A compiling problem

2007-06-19 Thread Samisa Abeysinghe
What is the version of Axis2/C you are using? I hope you are using the latest 1.0.0 version. Also, please send in the command that you used to build the sample. Thanks, Samisa... Wang, Hailong (NIH/CIT) [C] wrote: Hi, I tried to build the echo sample, but I got linking errors as followi

A compiling problem

2007-06-19 Thread Wang, Hailong (NIH/CIT) [C]
Hi, I tried to build the echo sample, but I got linking errors as following: 1>echo.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _main 1>echo.obj : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _main 1>echo.o

[Axiscpp1.6] Problems connecting with SSL

2007-06-19 Thread Wayne Johnson
I'm able to connect via SSL to our web service on one Solaris Machine, but not another. In the logging, I found the error: AxisTransportException: Cannot open a channel to the remote end. OpenSSL error is -1 - error::lib(0):func(0):reason(0) After doing some research, looks like this is

Re: [AXIS2C] memory management

2007-06-19 Thread Dr. Florian Steinborn
Hi Samisa, 3. Do I understand correctly, nobody else frees the memory if not the user does it? Cannot imagine that - all the generated services would be giantic memory holes... The model is that the user got to free it. The notion of "user got to free it" makes sense, as the user has con

Re: problems with ws and corba call in one client

2007-06-19 Thread Samisa Abeysinghe
Juergen Haeussler wrote: Do we have to free anything else or to close any connections to the server or something like that? (If we have a look at our network connections via netstat, we se that the connection to the jboss remains opened.) There is no need to close any connections. Please have

Re: [AXIS2C] memory management

2007-06-19 Thread Samisa Abeysinghe
Dr. Florian Steinborn wrote: Thanks for the answers - unfortunately it raises more questions... 1. "deep copy" - should this mean to really copy something (by allocating new memory) and not just let a pointer to point to a certain piece of memory? Yes. 2. The function axis2_getStringRespons

Re: [AXIS2C] session management

2007-06-19 Thread Samisa Abeysinghe
Dr. Florian Steinborn wrote: Hi folks, are there attempts to implement a session management in the AXIS2C (simple server)? We would be willing to implement something like this and wanted to know if there is a basis (also in the libraries...) Axis2 architecture facilitates the use of sessions b

problems with ws and corba call in one client

2007-06-19 Thread Juergen Haeussler
Hi there, we recently started to use axis2/c for accessing a Java-Webservice (SOAP-Version 1.1) running in a JBoss 4.2 application server from within our QT-/C++-Client. We are additionally using Corba services as well. Our Webservice call works correctly but it seems that something is left (some

[AXIS2C] session management

2007-06-19 Thread Dr. Florian Steinborn
Hi folks, are there attempts to implement a session management in the AXIS2C (simple server)? We would be willing to implement something like this and wanted to know if there is a basis (also in the libraries...) Thanks, Flori ---

Re: [AXIS2C] memory management

2007-06-19 Thread Dr. Florian Steinborn
Thanks for the answers - unfortunately it raises more questions... 1. "deep copy" - should this mean to really copy something (by allocating new memory) and not just let a pointer to point to a certain piece of memory? 2. The function axis2_getStringResponse_set_return() is generated. The