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