On Friday 30 May 2008, Benson Margulies wrote:
> For protocols with complex data types, the dynamic client is not going to be
> useful.
>
Hi Benson,
Again this is not my case... :-)
I used Aegis and SimpleClient (not jaxws because it requires @annotations)
and I was able to transfer the following types without wsdl fiddling at all.
simple types like int, boolean, String...
Arrays[]
Map<src_type, dst_type>
List<type>
Compund types such as
Class {
type1 member1;
type2 member2;
// maybe set/geterr mthods were required
}
That's all my needs, but for sure in Axis2 I had to compromise
and change the interface of my pojos...
Vassilis