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
