Step 7, 8, and Note #4 at the bottom of
http://www.jroller.com/gmazza/date/20080417#WFstep7 are all I know of URLs
with web services.  Question:  Would changing the URL (via
ENDPOINT_ADDRESS_PROPERTY) being used by the SOAP client help you
(http://www.jroller.com/gmazza/date/20070817, Step #7)?

Glen


jimpo wrote:
> 
> * bump* this up, help desperately needed....
> 
> If my server runs at localhost:8080, war is in localhost:8080/webapp, and
> cxf servlet is mapped to localhost:8080/webapp/ws/, should I be able to
> use JAXWS endpoint definition with absolute url like:
> 
>     <jaxws:endpoint
>         id="someservice"
>         address="localhost:8080/webapp/ws/someservice"
>         implementor="#someserviceProvider" />
> 
> ? When I try this, and access localhost:8080/webapp/ws/someservice?wsdl I
> just get 
> 
> "No service was found."
> 
> and log: 
> 
> 24.6.2008 11:08:04 org.apache.cxf.transport.servlet.ServletController
> invoke
> WARNING: Can't find the the request for
> localhost:8080/webapp/ws/someservice's Observer
> 
> 

-- 
View this message in context: 
http://www.nabble.com/cxf-behind-load-balancer%2C-services-point-to-localhost%3A8080-instead-of-server%3A80-tp18086037p18159588.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to