How could CXF not to intercept the ws-Service request?
------------------------------------------------------

                 Key: CXF-4253
                 URL: https://issues.apache.org/jira/browse/CXF-4253
             Project: CXF
          Issue Type: Task
          Components: Core
    Affects Versions: 2.5.3
         Environment: jdk1.6,sping3.0,cxf2.53
            Reporter: jack
            Priority: Critical
             Fix For: 2.5.3


I had used cxf in spring to create a web service(server) without any 
problems,but when I visited others' WSDL,the problems happened.(I could not use 
it)
After some testing, I got the reason.
Whenever I created a javax.xml.ws.Service object in the spring framework,the 
attribute(ServiceDelegate) was created by CXF's 
org.apache.cxf.jaxws.spi.ProviderImpl,not by javax.xml.ws.spi.Provider. The 
ServiceDelegate object was different. 
Because other's WSDL had its specific,he offered me a main function(public 
static void main(String[] args)) and I succeed to use it.
But I could not use it in my project.
How could CXF not to automatically intercept the visiting(WSDL)?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to