> Hi All,
>
[quoted text clipped - 13 lines]
> Cheers
> Ravi
hi,
In case of any model which uses jaxws,
1) with top-down (wsdl first) approach, u can write 2 portTypes in
single wsdl (with 2 ports under
single service referring them via 2 different bindings ). It will
result in two interfaces (1
per portType) when java code is generated. But only 1 service class
will be generated having 2
methods for returning proxies for those 2 ports.
2) with bottom-up (java first) approach, according to me there is no
way in which its possible to
map 2 different classes to portType/s under single wsdl.
cheers,
:-))