We have a central WSDL file that describes a web service. We use CXF to generate client code, but this code seems to be bound to 1 endpoint. How can i create a CXF client that uses the WSDL, but where I can specify the endpoint? Is there are way in changing the endpoint to a URL that implements the same WSD:?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If the Alternatively, you can override the endpoint URL via:
where |
||||
|
|
Working in cxf 2.6.1
|
|||
|
|
|
you can use JaxWsProxyFactoryBean for dynamically calling a service
|
||||
|
|