On Monday 11 April 2011 12:29:45 AM ext2 wrote: > Hi: > How could I publish a service which will be exposed on two port(one > is soap11,another is soap12), and the two port both share the same url? > > Thanks any suggestion
For the most part, you just need to publish the soap1.2 versions. With CXF, the Soap 1.2 endpoint can support 1.1 clients as well. It detects the incoming version and adjusts itself accordingly. -- Daniel Kulp [email protected] http://dankulp.com/blog Talend - http://www.talend.com
