You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Jacob Marcus <ja...@gmail.com> on 2007/09/14 17:37:50 UTC

How to publish a JaxWS service?

Hi,

I am trying to create a very simple service using the documented Java First
approach. The end point is configured based on this example.

    <jaxws:endpoint
      id="helloWorld"
      implementor="demo.spring.HelloWorldImpl"
      address="/HelloWorld" />


Does this publish my service? When I startup my server, I see a message
saying my service is created from the implementor class. But I can't seem to
get to it's wsdl. Do I have to create the wsdl separately?

Thanks,
Jacob

Re: How to publish a JaxWS service? (PLEASE IGNORE)

Posted by jacobmarcus20 <ja...@gmail.com>.

Please ignore. i am all set
-- 
View this message in context: http://www.nabble.com/How-to-publish-a-JaxWS-service--tf4443380.html#a12679436
Sent from the cxf-user mailing list archive at Nabble.com.