Hi, I have use the wsdl2java tool to generate some java files and build.xml, the command is wsdl2java -all NotificationConsumerService.wsdl under the this filepath "%CXF_HOME%/bin". And I have put NotificationConsumerService.wsdl in this path, the service definition in the WSDL lools like this: http://cxf.547215.n5.nabble.com/file/n3425952/NotificationConsumerService.wsdl NotificationConsumerService.wsdl After I executed wsdl2java , I looked into the build.xml, and then I ran the command ant NotificationConsumerServer, it works the service is starting..
After that I used SOAPUI to create a soapui project with the above NotificationConsumerService.wsdl , and send a defaut Soap message using the Endpoint http://localhost:8080/CXFExample3/services/NotificationConsumerPort, it also works. Now comed the problem, I tried to use Googlechrome to access this service , using the above endpoint, but cann't find the wsdl file, is there anybody know what's going on ?? Thanks. Any suggest is welcome. -- View this message in context: http://cxf.547215.n5.nabble.com/Problem-about-service-Endpoint-cann-t-find-wsdl-using-Webbrowser-tp3425952p3425952.html Sent from the cxf-user mailing list archive at Nabble.com.
