Previous Topic: Properties Architecture ConceptsNext Topic: Handling Errors


Complex Attribute Types

Your client stubs may implement some object types described in the WSDL in a different way than that described in this tutorial. This is because the types such as Arrays, Enumerations, and return objects are handled differently in different SOAP and web service tools. When reading the tutorial, remember that how return values and enumerated lists are handled may not be the same for your implementation. For example, our stubs have implemented the long return type of many methods as an object of type javax.xml.rpc.holders.LongWrapperHolder.