You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by ge...@ws.apache.org on 2005/02/03 17:47:43 UTC

[Apache Web Services Wiki] Updated: FrontPage/Axis/AxisSamples

   Date: 2005-02-03T08:47:42
   Editor: SebastienPesme
   Wiki: Apache Web Services Wiki
   Page: FrontPage/Axis/AxisSamples
   URL: http://wiki.apache.org/ws/FrontPage/Axis/AxisSamples

   Update and add Chapter Using Serializer and Deserializer with ArrayDeserializer

Change Log:

------------------------------------------------------------------------------
@@ -1,10 +1,12 @@
 ##language:en
-'''Q: Where do I find examples of using Axis?'''
-
-A: Here are some references: 
+== Where can we found samples of using Axis? ==
 
  * [http://www.relevancellc.com/halloway/wsdlAndAxis/AxisSamples.html Stuart Halloway's Axis Examples]
  * [http://wiki.apache.org/ws/FrontPage/Axis/AxisSamples/Articles Articles]
  * [http://wiki.apache.org/ws/FrontPage/Axis/AxisSamples/AxisBooks Axis Books]
  * Check the samples and test directories included in the Axis Source distribution. 
  * Check the Axis mailing lists.
+
+== Using Serializer and Deserializer ==
+
+ * [wiki:/AxisSamplesArraySerializer ArraySerializer and Deserializer]