Hi there I have to create a W3CEndpointReference within my impl class because one element within the custom soap fault is of this type. I've found the following method within the ProviderImpl: org.apache.cxf.jaxws.spi.ProviderImpl.createW3CEndpointReference But how do I get access to the ProviderImpl class within my implementation?
Another approach is to use getEndpointReference of the Endpoint interface. How do I get access to the current Endpoint within my impl class? Thanks a lot for your help Oli
