| Author |
Axis - describing arrays in WSDL : "unbounded sequence" instead of "soapenc:Array"
|
Sol Mayer-Orn
Ranch Hand
Joined: Nov 13, 2002
Posts: 310
|
|
Would anyone happen to know if it's possible to control the way Axis describes arrays in WSDL - in particular, is it possible to make it use <sequence maxOccurs='unbounded'> , instead of <soapenc:Array> ? For instance, a web service that receives a parameter of type Zoo, where Zoo holds an array of animals: Then by default, Axis would generate a WSDL with : Thanks a lot in advance
|
 |
Ashutosh Shahi
Ranch Hand
Joined: Feb 06, 2005
Posts: 36
|
|
If, whicle creating the WSDL, u specify the Style/Use as RPC/Encoded, u get soapenc:array, if u specfy that as Document/Literal u get maxoccurs="unbounded" kinda output. Hope it helps. Ashutosh
|
<a href="http://blogs.sun.com/roller/page/ashutosh" target="_blank" rel="nofollow">http://blogs.sun.com/roller/page/ashutosh</a>
|
 |
Sol Mayer-Orn
Ranch Hand
Joined: Nov 13, 2002
Posts: 310
|
|
|
Thanks very much !
|
 |
 |
|
|
subject: Axis - describing arrays in WSDL : "unbounded sequence" instead of "soapenc:Array"
|
|
|