Hi, I need to expose an external Web Service within ServiceMix using a manually specified service name within ServiceMix. I am using the CXF BC and my config is the following:
<cxfbc:provider wsdl="file:///d:/service.wsdl" endpoint="nm:xxx" service="srv:yyyService" interfaceName="srv:yyyPortType" locationURI="http://127.0.0.1:8080" /> srv:yyyService is the name of the service in the WSDL file. What this is doing is exposing the external service within ServiceMix with the namespace and servicename provided by the WSDL. How can I expose the service with the name and namespace that I provide? For example, nm:xxx ?? Thanks. -- View this message in context: http://www.nabble.com/CXF-BC-provider---JBI-exposed-service-name-tp19572525p19572525.html Sent from the ServiceMix - User mailing list archive at Nabble.com.