On Mon, Jan 18, 2010 at 7:07 PM, Alex <[email protected]> wrote: > hi there, > > > Does axis2 V1.5.1 supports multiple ports from one wsdl-file like the old > axis 1.4? > No. One service can have only one porttype. if you have multiple port types you need to have multiple ports.
> > During generating code with wsdl2java-tool only one port is produced, but I > need > all three ports in my service (the -g or -pn dosent' help). > Is there another solution to solve this problem. > > Does axis2 V1.5.1 support receiving and sending SWA in DIME-Format? > I am not sure but certainly it supports SWA. > > Why does wsdl2java-tool generates multiple java-classes for one and the > same xml-complex-type (adb Databinding)? > is this an anonymous complex type? for named complex types it generates only one. thanks, Amila. > > Thank you, Alex > > > -- Amila Suriarachchi WSO2 Inc. blog: http://amilachinthaka.blogspot.com/
