[wsf-c-dev] svn commit r437 - wsf/c

svn at wso2.com svn at wso2.com
Mon Jan 15 22:08:38 PST 2007


Author: sanjaya
Date: Mon Jan 15 22:08:30 2007
New Revision: 437

Modified:
   wsf/c/README
Log:
Added contents to README


Modified: wsf/c/README
==============================================================================
--- wsf/c/README	(original)
+++ wsf/c/README	Mon Jan 15 22:08:30 2007
@@ -1 +1,62 @@
-TODO
\ No newline at end of file
+        Web Services Framework (WSF) for C
+
+  What is it?
+  -----------
+
+  WSO2 Web Services Framework (WSF) for C is a fully open source framework for 
+  providing and consuming web services. WSO2 WSF for C is a collection of 
+  libraries and tools, supporting basic web services technologies such as XML, 
+  SOAP, WSDL. REST as well as the Web Services specifications such as 
+  WS-Addressing, MTOM, WS-Security and WS-Reliable Messaging. It comes with 
+  both HTTP and XMPP transport support.
+
+  WSO2 WSF for C is equipped with the wsclient tool that acts as a Web Service 
+  client. wsclient can be given an XML payload as input, along with the service 
+  endpoint and would output the the XML payload of the received reply. Various 
+  options of wsclient allows the user to leverage the full Web services stack, 
+  including WS-* specifications as well as raw REST like invocations.
+
+  WSO2 WSF for C provides the basic framework on which other scripting language 
+  bindings could be built; WSO2 WSF for PHP and WSO2 WSF for AJAX are based on 
+  WSO2 WSF for C. It could also be embeded in other software where the full 
+  Web services stack support is required. It is based on Apache Axis2/C and 
+  also includes Apache Sandesha2/C.
+
+  The Latest Version
+  ------------------
+
+  Details of the latest version can be found on the WSO2 WSF4C
+  project page under http://wso2.org/projects/wsf/c.
+
+  Installation 
+  ------------
+
+  Please see the file called INSTALL. You can also have a look at
+  docs/installationguide.html.
+
+  Licensing
+  ---------
+
+  Please see the file called LICENSE.
+
+
+  Contacts
+  --------
+
+     o If you want freely available support for using WSO2 WSF4C please
+       join the WSO2 WSF4C user community by subscribing to users mailing
+       list, 'wsf-c-user at wso2.org'.
+
+     o If you have a bug report for WSO2 WSF4C please go log a Jira issue
+       at https://wso2.org/jira/browse/WSFC
+
+     o If you want to participate in actively developing WSO2 WSF4C please
+       subscribe to the 'wsf-c-dev at wso2.org' mailing list as described at
+       http://wso2.org/projects/wsf/c.
+
+  Acknowledgements
+  ----------------
+
+  WSO2 WSF4C relies heavily on the use of autoconf and libtool to provide
+  a build environment.
+




More information about the Wsf-c-dev mailing list