Re: problems using WSDL with web service CXF endpoint configuration

2011-05-24 Thread Daniel Kulp
You would need to check the WSDL to see what the names of the services and ports that are defined in there. The error of: > [gsc][1/10456] javax.xml.ws.WebServiceException: > org.apache.cxf.service.factory.ServiceConstructionException: Could not > find definition for service {com.X.Y}DPAPolli

problems using WSDL with web service CXF endpoint configuration

2011-05-20 Thread Shay Hassidim
Hello, When deploying a web service without including the wsdlLocation explicitly with the endpoint configuration, I see that the web service does not expose the contract the WSDL specifies. It is exposes a different contract. Not sure from where it is coming from. Maybe from the annotations I h