This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Web Services and the fly likes Axis - describing arrays in WSDL : Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Axis - describing arrays in WSDL : "unbounded sequence" instead of "soapenc:Array"" Watch "Axis - describing arrays in WSDL : "unbounded sequence" instead of "soapenc:Array"" New topic
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 !
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Axis - describing arrays in WSDL : "unbounded sequence" instead of "soapenc:Array"
 
Similar Threads
again: c# apache axis arrays
problem with String [] in axis 1.3 and .net client
java.io.IOException: Type {http://lang.java}Exception is referenced but not defined.
Axis generating Elements instead of Attributes
problem with WSDL2Java and nested complex types