Anne
On 3/8/06, Pedro Alves <[EMAIL PROTECTED]
> wrote:
Hi.
I have a wsdl that has this element in the request:
<element name="LISTA1" nillable="true"
type="transactionHB24:ArrayHB24ILISTA1" maxOccurs="unbounded" />
When I invoke the ws, the soap has the form:
<...>
<LISTA1>...</LISTA1>
<LISTA1>...</LISTA1>
<LISTA1>...</LISTA1>
<LISTA1>...</LISTA1>
<...>
But the other side throws an exception. I think the other side is expecting
<...>
<LISTA1>
<item>...</item>
<item>...</item>
</LISTA1>
<...>
I know that axis can handle this kind of semantics because It can parse
correctly when the other side returns a response like this (on other
webservice).
How can I force the request to have this form?
Thanks
--
Pedro Alves
