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/03/15 17:48:27 UTC

[Apache Web Services Wiki] Updated: DotNetInteropArrays

   Date: 2005-03-15T08:48:27
   Editor: DinoChiesa
   Wiki: Apache Web Services Wiki
   Page: DotNetInteropArrays
   URL: http://wiki.apache.org/ws/DotNetInteropArrays

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -3,7 +3,7 @@
 
 AXIS and .NET can exchange Arrays.  Arrays of primitives, or Arrays of complex types. 
 
-First thing to do is stay away from {{{SOAPENC:arrayType}}} since we all listen to WS-I. We'll doc/literal encoding. Agreed?
+First thing to do is stay away from {{{SOAPENC:arrayType}}} since we all listen to WS-I. We'll do doc/literal encoding. Agreed?
  
 Ok, then Within the WSDL, in the <types> section, specify a type or element that wraps an array, using an element with maxOccurs != 1, like so: