Problem with SOAP-Service with arrays

P

pico77

Hi there,

we provide a SOAP-Service within the tomcat webserver using the apache
axis toolkit rc1.2
we have object-arrays within the object, which is the envoking
parameter.
then the services is called the array is transmitted like this:
....
<obj>
<item>
...
</item>
<item>
...
</obj>

unfortunatly the toolkit doesn't map correctly to our object, so we
always get a soap fault:
<faultstring>org.xml.sax.SAXException: Invalid element in obj - item
</faultstring>

does anyone knows how we have to map the element of the object to the
"item"??

thanks for help
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top