Thanks. it works well. -----origin ----- Sender: Daniel Kulp [mailto:[email protected]] Date: 2011/4/11 17:50 Receiver: [email protected] Subject: Re: How could I publish a service on both soap 1.1 port and soap 1.2 port?
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
