Thursday, 5 September 2013

CXF soap:address change

CXF soap:address change

I'm looking to change the soap:address for a service developed in CXF.
right now it's stripping off the domain.
for example, currently it has:
<soap:address location="http://employee-development/EmployeeServicePort"/>
but I need the domain:
<soap:address
location="http://employee-development.mycompany.org/EmployeeServicePort"/>
thanks

No comments:

Post a Comment