|
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.
|
