You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by da...@opensource.lk on 2004/01/28 11:43:24 UTC

SSL patch applied

Hi,
I've applied the ssl patch sent by,
Mark Elrod
Vindicia, Inc.
2755 Campus Drive, Suite 240
San Mateo, California 94403

If axis c++ client need this facility he should add the
compiler directive _SSL_ENABLED_. In linux this can be done
by modifying  src/client/transport/axis/Makefile.am
as follows


AM_CPPFLAGS = -Wshadow -Wall -pedantic -D_SSL_ENABLED_
libtransport_la_SOURCES = Channel.cpp HttpTransport.cpp Receiver.cpp
Sender.cpp\
 Transport.cpp TransportFactory.cpp Url.cpp AxisTransport.cpp
SecureChannel.cpp

and in Call.h, by passing the boolean parameter secure=true in
OpenConnection function.


damitha