Re: disable-address-updates breaks ServiceName?wsdl url

2007-11-27 Thread Willem Jiang
://www.nabble.com/disable-address-updates-breaks-ServiceName-wsdl-url-tf4862292.html#a13931696 Sent from the cxf-user mailing list archive at Nabble.com.

Re: disable-address-updates breaks ServiceName?wsdl url

2007-11-27 Thread Christian Vest Hansen
? I'de rather like to be able to access the WSDL regardless of the presence of this init-param. -- Venlig hilsen / Kind regards, Christian Vest Hansen. -- View this message in context: http://www.nabble.com/disable-address-updates-breaks-ServiceName-wsdl-url-tf4862292.html

Re: disable-address-updates breaks ServiceName?wsdl url

2007-11-26 Thread Christian Vest Hansen
rather like to be able to access the WSDL regardless of the presence of this init-param. -- Venlig hilsen / Kind regards, Christian Vest Hansen. -- View this message in context: http://www.nabble.com/disable-address-updates-breaks-ServiceName-wsdl-url-tf4862292.html#a13931696

Re: disable-address-updates breaks ServiceName?wsdl url

2007-11-26 Thread Willem Jiang
regardless of the presence of this init-param. -- Venlig hilsen / Kind regards, Christian Vest Hansen. -- View this message in context: http://www.nabble.com/disable-address-updates-breaks-ServiceName-wsdl-url-tf4862292.html#a13931696 Sent from the cxf-user mailing list archive

Re: disable-address-updates breaks ServiceName?wsdl url

2007-11-24 Thread Willem2
. -- Venlig hilsen / Kind regards, Christian Vest Hansen. -- View this message in context: http://www.nabble.com/disable-address-updates-breaks-ServiceName-wsdl-url-tf4862292.html#a13931696 Sent from the cxf-user mailing list archive at Nabble.com.

disable-address-updates breaks ServiceName?wsdl url

2007-11-23 Thread Christian Vest Hansen
Usually, you can access the WSDL of a service by appending ?wsdl to the endpoint url and end up with something like this: http://localhost:8080/myapp/ServiceName?wsdl However, if you add the disable-address-updates init-param to your CXFServlet in web.xml like this: servlet