|
This is a bug, but it sure sounds like something that we do (mostly) right in general. Could you please try the latest source and see if this bug still exists? If so, could you file a bug and provide a reproducible case? I know we have had problem like this in the past.
-- From: Denis
Schlesinger [mailto:[EMAIL PROTECTED]
Hi all,
I have a wrapped/literal web service whose input parameters and output values are de-/serialized via <beanmapping>.
In my WSDL file generated by AXIS an Array of custom types in my return bean looks like this:
<complexType
name="ArrayOf_tns1_EntityTypeBean">
So far so good...
As you see in the complexType each item of the serialized list should have the name "item". Let's say the list itself is called "entities". Each item in the list should have the element name "item". In my case they don't! They have the same name as the list :(
<entities> <entities> ... </entities> <entities> ... </entities> <entities> ... </entities> </entities>
I am expecting this:
<entities> <item> ... </item> <item> ... </item> <item> ... </item> </entities>
Can anyone help me out please? Is it a bug or do I have to make changes to my WSDD file?
Denis |
Title: Nachricht
