Good Afternoon Joseph-

Here is a example of an incoming Request which is defined as
 <wsdl:message name="handleStringArrayRequest">
  <wsdl:part name="input" element="impl:inputElement"/>
 </wsdl:message>
This references an associated inputElement where
(In the 2_1 working folder) is located at
/AXIS/Axis-2_1/new_src/modules/integration/test/samples/wsdl/perf/perf.wsdl
Check out the input specification for inputElement defined as
   <element name="inputElement">
    <complexType>
     <sequence>
      <element maxOccurs="unbounded" minOccurs="0" name="item" type="xsd:string"/>
     </sequence>
    </complexType>
   </element>

Anyone else ???
Martin --
*********************************************************************
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.
 

 
----- Original Message -----
Sent: Monday, July 17, 2006 2:48 AM
Subject: [Axis] Arrays not supported


Hi,

        I am unable to expose a method which returns an array of objects. How do i go about?

thanks,


Joseph

Reply via email to