From a1a2b26cba21cfad86739fad9152e29cea618faa Mon Sep 17 00:00:00 2001 From: shankar Date: Mon, 24 Jan 2011 10:16:26 +0000 Subject: changing site URLS git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@1062715 13f79535-47bb-0310-9956-ffa450edef68 --- xdocs/docs/faq.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'xdocs/docs/faq.html') diff --git a/xdocs/docs/faq.html b/xdocs/docs/faq.html index 57d46e2..4b6216c 100644 --- a/xdocs/docs/faq.html +++ b/xdocs/docs/faq.html @@ -22,12 +22,12 @@

Apache Axis2/C Frequently Asked Questions

Mentioned below are a list of Frequently Asked Questions -appearing on Axis2/C mailing +appearing on Axis2/C mailing lists, and Forums.

For questions not appearing below, or for any further clarifications please do not hesitate to contact the Apache Axis2/C -user mailing list: axis-c-user@ws.apache.org -(Subscription details are available on the Axis2 +user mailing list: c-user@axis.apache.org +(Subscription details are available on the Axis2 site.) Please remember to prefix the subject with [Axis2].


@@ -103,7 +103,7 @@ other projects of which licensing information are also included in the LICENSE file.

1.3 How can I obtain Axis2/C?

-

Apache Axis2/C can be freely downloaded at the Axis2/C +

Apache Axis2/C can be freely downloaded at the Axis2/C Download Page or at any other mirror. Please note that Axis2/C source and binary packages are tailor made to suit specific classes of operating systems. Please make sure to choose the one that @@ -112,7 +112,7 @@ best fits your requirement as well as your operating system.

1.4 How can I get involved?

Apache Axis2/C is a result of a highly involved list of apache committers, developers, as well as a keen group of users. For more -information on our team, and how to get involved, please visit our Team Page.

+information on our team, and how to get involved, please visit our Team Page.


@@ -121,11 +121,11 @@ information on our team, and how to get involved, please visit our documentation.

+Information on how to use this tool can be found in our documentation.

2.2 Does Axis2/C support SSL?

Yes, Axis2/C supports SSL enabled communication. More -information can be found in our documentation.

+information can be found in our documentation.

2.3 Does Axis2/C support compression?

Axis2/C itself does not support compression. If you are using @@ -138,7 +138,7 @@ http sender on the client side.

2.5 Can I use Axis2/C with a proxy?

Yes. This requires a few changes to the axis2.xml file. -Information about this can be found in our documentation.

+Information about this can be found in our documentation.

2.6 Does Axis2/C work on my platform?

Currently Axis2/C has been ported to following platforms.
1. Linux based distributions(Debian, Ubuntu, Redhat Linux etc...,)
@@ -177,10 +177,10 @@ use a C++ compiler.

 #ifdef __cplusplus 
extern "C"{
#endif
/* YOUR C CODE HERE */
#ifdef __cplusplus
}
#endif

3.4 How could I secure SOAP messages?

-

To secure SOAP messages, you need to engage Apache Rampart/C -as a module, which can be downloaded from here. -Please refer the installation -guide and configuration +

To secure SOAP messages, you need to engage Apache Rampart/C +as a module, which can be downloaded from here. +Please refer the installation +guide and configuration guide for more details.


-- cgit v1.1-32-gdbae