The error comes from can't extract operationName based on your input message and servicemodel, generally when you specify incorrect service and endpoint name. If you only have one service and one port in your wsdl, then just remove service and endpoint from your cxf bc consumer configuration, it's not mandatory in this case.
Freeman
peppinolusuraio wrote:
Hi Freeman, thanks for the quick response.

I modified the xbean.xml as you said, but I always get the same exception:
Is it correct in this way?

<cxfbc:consumer
wsdl="classpath:mtosi/wsdl/services/ConfigurationService.wsdl"
                            service="mtosi:ConfigurationService"
                            endpoint="ManagedElementMgrHttp"
targetInterface="mtosi:ManagedElementMgr"/>
BTW I forgot this is my directory structure, it is correct?

mtosi-bc-service-unit/src/main/resources/mtosi/wsdl/...
mtosi-bc-service-unit/src/main/resources/xbean.xml

Reply via email to