Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Formatting SOAP structure of Arrays
Formatting SOAP structure of Arrays [message #172283] Fri, 23 June 2006 16:50
Eclipse UserFriend
Originally posted by: yitzchok.rentmagic.ca

An array comes back as
<contactItem>
<contactItem>
<firstName>Joey</firstName>
<lastName>Doe</lastName>
<age>18</age>
</contactItem>
<contactItem>
<firstName>Sam</firstName>
<lastName>Yo</lastName>
<age>28</age>
</contactItem>
</contactItem>

Without setting the Servlet to unwrapped, can I somehow get it to dispose
of the outer level of tags? Or at least use a different name?
Previous Topic:Formatting SOAP structure of Vectors
Next Topic:SOAP generated for Vector
Goto Forum:
  


Current Time: Thu Mar 28 16:46:49 GMT 2024

Powered by FUDForum. Page generated in 0.03436 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top