Mirror of Apache Axis2/C
C C++ HTML Makefile M4 Shell Other
Switch branches/tags
Nothing to show
Clone or download
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= axiom Add configure support for AddressSanitizer May 10, 2018
carview.php?tsp= build/win32 makefile updated Oct 3, 2011
carview.php?tsp= docs Fixed typo Jun 16, 2006
carview.php?tsp= gtest Add support for Google Test Framework Jan 7, 2018
carview.php?tsp= guththila Improve test coverage for guththila_token May 17, 2018
carview.php?tsp= ides Fixing compilation issue in visual studio project Aug 30, 2011
carview.php?tsp= include Fix comment typo Dec 11, 2017
carview.php?tsp= neethi Add configure support for AddressSanitizer May 10, 2018
carview.php?tsp= samples applying patch Alex Mantaut provided for 1632 to fix a memory leak Apr 12, 2013
carview.php?tsp= src Apply http_transport_utils fixes from AXISC-1669 May 6, 2018
carview.php?tsp= test Fix shutdown hang on http_client test May 1, 2018
carview.php?tsp= tools Replaced logs for sprintf, when log unavailable, fixes AXIS2C-1629 Jul 18, 2013
carview.php?tsp= util Fix memory leaks in util tests May 10, 2018
carview.php?tsp= xdocs svn links doc updated, added viewvc link ( AXIS2C-1458 ) Dec 26, 2012
carview.php?tsp= AUTHORS Fixed a spelling mistake Sep 1, 2009
carview.php?tsp= COPYING COPYING is a symbolic link to LICENSE Dec 5, 2005
carview.php?tsp= CREDITS Applied the patch for AMQP Doc Jun 11, 2008
carview.php?tsp= ChangeLog change log files updated Jul 26, 2010
carview.php?tsp= INSTALL fixing mailing address, typos and including openssl options Mar 3, 2010
carview.php?tsp= LICENSE Fixing JIRA Issue AXIS2C-1018 Mar 3, 2008
carview.php?tsp= Makefile.am Add support for Google Test Framework Jan 7, 2018
carview.php?tsp= NEWS changing download url Jan 24, 2011
carview.php?tsp= NOTICE updated copyright notice Feb 11, 2012
carview.php?tsp= README Readme file updated , Fixed broken links ,https://issues.apache.org/j… Jun 24, 2013
carview.php?tsp= aix-inst-libs.sh license added Aug 18, 2010
carview.php?tsp= autogen.sh license added Aug 18, 2010
carview.php?tsp= axis2c.pc.in license added Aug 18, 2010
carview.php?tsp= axis2c_build.sh.in license added Aug 18, 2010
carview.php?tsp= bindist.sh.in fixed build and dist scripts to use default apache2 and apr header lo… Sep 3, 2011
carview.php?tsp= build.sh license added Aug 18, 2010
carview.php?tsp= build_for_dist.sh fixed build and dist scripts to use default apache2 and apr header lo… Sep 3, 2011
carview.php?tsp= clean.sh license added Aug 18, 2010
carview.php?tsp= configure.ac Add configure support for AddressSanitizer May 10, 2018
carview.php?tsp= dist.sh.in license added Aug 18, 2010
carview.php?tsp= maven.xml Added the test for OM Oct 3, 2005
carview.php?tsp= pack_dists.sh adding script that can be used to pack the bin/src zip and tar on linux Feb 16, 2012
carview.php?tsp= project.properties git-svn-id: https://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@… Jun 24, 2010
carview.php?tsp= project.xml Changing archive URL Jan 24, 2011
carview.php?tsp= release_process change log files updated Jul 26, 2010

README

                          Apache Axis2/C
  What is it?
  -----------
  The Apache Axis2/C is a SOAP engine implementation that can be used 
  to provide and consume Web Services. Axis2/C is an effort to implement Axis2 
  architecture, in C. Please have a look at 
  https://axis.apache.org/axis2/java/core/docs/Axis2ArchitectureGuide.html
  for an overview on Axis2 architecture.
  
  Axis2/C supports both SOAP 1.1 and SOAP 1.2. The soap processing model is
  built on the AXIOM XML object model. Axis2/C is capable of handling 
  one-way messaging (In-Only) as well as request response messaging (In-Out).
  It can be used in both synchronous and asynchronous modes.
  Axis2/C has built in WS-Addressing support. It implements WS-Addressing 1.0
  specification completely. It also has built in MTOM/XOP support for handling
  binary attachments.
  
  As a project of the Apache Software Foundation, the
  developers aim to collaboratively develop and maintain a robust,
  commercial-grade, standards-based Web Services stack implementation with 
  freely available source code.
  The Latest Version
  ------------------
  Details of the latest version can be found on the Apache Axis2/C
  project page under https://axis.apache.org/axis2/c/core/.
  Documentation
  -------------
  The documentation available as of the date of this release is
  included in HTML format in the docs/ directory. The most
  up-to-date documentation can be found at
  https://axis.apache.org/axis2/c/core/docs/index.html.
  Installation
  ------------
  Please see the file named INSTALL. You can also have a look at 
  docs/installationguide.html.
  Licensing
  ---------
  Please see the file named LICENSE.
  Contacts
  --------
     o If you want freely available support for using Apache Axis2/C please 
       join the Apache Axis2/C user community by subscribing to users mailing 
       list, c-user@axis.apache.org' as described at 
       https://axis.apache.org/axis2/c/core/mail-lists.html
     o If you have a bug report for Apache Axis2/C please go log a Jira issue 
       at https://issues.apache.org/jira/browse/AXIS2C
     o If you want to participate in actively developing Apache Axis2/C please
       subscribe to the `c-dev@axis.apache.org' mailing list as described at
       https://axis.apache.org/axis2/c/core/mail-lists.html
  Acknowledgements
  ----------------
  Apache Axis2/C relies heavily on the use of autoconf and libtool to provide
  a build environment.