Thank you very much. Very interesting and powerful I guess that it's not necessary that both webservice share WSDL, so you need to define some "enrichbean" ( example terminology) to create a new Document to pass the final webservice and transform the response . Do you have any sample about a CXF proxy that creates new requests/respones ?
Regards 2013/5/23 Johan Edstrom <[email protected]> > Sure, you can embed a client or - > http://camel.apache.org/cxf-proxy-example.html > > It is a fairly common approach and is simple to setup. > > > On May 23, 2013, at 11:42 AM, Jose María Zaragoza <[email protected]> > wrote: > > > Hello: > > > > I need to develop a new SOAP webservice that acting as a proxy, calling > to > > another SOAP webservice > > The new SOAP webservice publish an interface completely different than > the > > old one. > > > > I newbie in these matters, so I've got 2 questions: > > > > - are there a general way to do this by using Apache CXF ( 2.7.3 ) ? > > I can to develop a webservice that contains a client to the older, but I > > would like to know if there is another way more general > > > > - the old webservice uses WS-Adressing . > > Can I retrieve that information from incoming message and redirect it to > > the old one ? > > WS Addressing is used by CXF runtime to address the message/actions , so > I > > don't know if this is possible ... > > > > > > Thanks and regards > >
