You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by 张伟 <zw...@gmail.com> on 2007/11/17 03:18:59 UTC

The problem about wsdlLocation

hi:
 I'm new.When i read the Apache CXF 2.0 User's Guide's developing-a-service,
* *

@WebService(name="quoteUpdater",
            targetNamespace="http:\\cxf.apache.org",
	    serviceName="updateQuoteService",
            wsdlLocation="http:\\cxf.apache.org\quoteExampleService?wsdl",
            portName="updateQuotePort")
the user's guide says Specifies that the service will publish its WSDL contract
at http:\\cxf.apache.org\quoteExampleService?wsdl,but the Java ee API
explains the
wsdlLocation as "The location of a pre-defined WSDL describing the
service".It puzzles
me.

Re: The problem about wsdlLocation

Posted by Willem Jiang <ni...@iona.com>.
Hi,

It should be the "The location of a pre-defined WSDL describing the 
service".
I will fix the CXF user guide for it.

Thank you for pointing it out.

Willem.

张伟 wrote:
> hi:
>  I'm new.When i read the Apache CXF 2.0 User's Guide's developing-a-service,
> * *
>
> @WebService(name="quoteUpdater",
>             targetNamespace="http:\\cxf.apache.org",
> 	    serviceName="updateQuoteService",
>             wsdlLocation="http:\\cxf.apache.org\quoteExampleService?wsdl",
>             portName="updateQuotePort")
> the user's guide says Specifies that the service will publish its WSDL contract
> at http:\\cxf.apache.org\quoteExampleService?wsdl,but the Java ee API
> explains the
> wsdlLocation as "The location of a pre-defined WSDL describing the
> service".It puzzles
> me.
>
>