The WSDL specification provides a framework for how information is to be represented and conveyed from place to place. Web Services Client for C++ interprets this framework into classes and structures that the C++ compiler can understand. Information is represented by four generic types: simple types, arrays of simple type, complex types, and arrays of complex type. This section describes what you need to do to manage array types.