Hi,

I am very new to Apache CXF and web services. I tried the example at -
http://cwiki.apache.org/CXF20DOC/writing-a-service-with-spring.html
I am using eclipse and Tomcat5.0, Service is created and I am getting a PORT
link as {http://spring.demo/}HelloServiceImplPort 
 at http://localhost:8090/CFXDemo/, while clicking on that I am able to see
a WSDL.

I have used “CXFDemo” as my project name and the class name as
HelloServiceImpl instead of HelloWorldImpl rest all is same as that in the
example given.
My question is how to test this web service? In this example at Service
Implementation a System.out.println("sayHi called"); is used but it is not
getting displayed.
Please tell me how to invoke these methods.

Waiting for your reply.

-- 
View this message in context: 
http://www.nabble.com/How-to-test-writing-a-service-with-spring-example-at-cwiki.apache.org-tp24162063p24162063.html
Sent from the cxf-dev mailing list archive at Nabble.com.

Reply via email to