hrehn wrote:
>When using java2wsdl is there any support for complex types? For instance, if
>i want to expose a method which returns an object which will be represented as
>a complex type (a simple bean for example), am I going to have to either write
>my own wsdl or fill in the types section of the wsdl generated? What is the
>current state of this in java2wsdl and is it something that will eventually be
>there, but just isn't yet?
>
I think it depends on the complex type. I haven't had much luck if my
type is a linkedlist, but if I return a vector there is a
serializer/deserializer for it. If it is a bean of some sort then it
will add it to the wsdl, and use the bean serializer for it.
For an example you can look at
http://alina.acomp.usf.edu:8080/axis/services/AxisLMSServer?WSDL, as
this is my test service. :)