Hi Tnx for your reply, unfortunately the hint didnt work.
I am not sure right now if a solution may be found in spring-area or cxf. Both (almost identical) EndpointImpls imlpement the same Interface and have the same Namespace (packaged into seperate war-Files with an ear-context). Both PortImpls exist in separate spring-webAppContexts and serviceBeans are injected into them. When invoking a Webservice from webApp B the proper PortImpl is picked up but the injected spring-service-bean is the one from webApp A (and the invokation fails with a MethodNotFoundError, since the serviceBean in webApp B has additional Methods). Any ideas? tnx & regards
