I tried leaving out endpoint and service, as the following:
<cxfbc:consumer
wsdl="classpath:mtosi/wsdl/services/ConfigurationService.wsdl"
targetInterface="mtosi:ManagedElementMgr"/>
and some other different combination, but I always get the same error.
an idea: may it depend on the wsdl import?
<wsdl:import namespace="tmf854.v1.ws"
location="../binding/soap_http/ManagedElementMgrSOAP.wsdl"/>
ManagedElementMgrSOAP also imports other files.
actually in my main wsdl I have leaved only one service and one port, but in
the future I will have more, and also more WSDLS, so I can't restructure my
WSDL because I have to keep in hte same place all the common parts.
--
View this message in context:
http://www.nabble.com/MEP-not-found%3A-NullPointerException-tp21599774p21601969.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.