Hi,
I am trying to link the static libraries:AXIS2C_HOME/lib/*.a with my
application. But when I build my application I got lots of "undefined reference
to xxx_function" such as:
/nfs/scec/disks/imo181/mtse/MaskTools/axis2c-src-1.3.0/lib/libaxis2_engine.a(svc_client.o)(.text+0x1274):
In functi
We do not use autogen process to build the stuff. We use ant. That is
more platform-ignostic.
Nadir Amra
virtan wrote on 01/08/2009 05:08:20 PM:
> [image removed]
>
> compiling Axis C++ on Darwin
>
> virtan
>
> to:
>
> Apache AXIS C User List
>
> 01/08/2009 05:15 PM
>
> Please res
The problems I've got compiling Axis C++ on Darwin.
1. It's difficult to find svn location of Axis C++
The link to "more recent version" of Axis C++ at
http://ws.apache.org/axis/cpp/download.html
points to http://ws.apache.org/axis/cpp/axis/interim.html which gives
404.
SVN Repository page
Hello,
Is there a way to set standard http header ('Server' for e.g.) in the
response.
Subra
Axis2C Team,
AXIS2C - 1.4.0 Rampart - 1.2
I have configured an Axis2C webservice with WS-Security TransportBinding
policy and Rampart Authn Provider Module for UserNameToken processing.
Authn Module performs the UserNameToken validation correctly but
Axis2_http_server/Apache HTTPD segfault