2008/12/11 Andrew Clegg <[EMAIL PROTECTED]>

> 2008/12/11 Kent Närling <[EMAIL PROTECTED]>:
>
> > Also, is there any nice and reliable way to "ping" a webservice server
> via
> > CXF, without having to call a proper webservice function?
>
> Well, you can request the WSDL:
>
> http://example.org:8080/my-web-app-war/services/MyService?wsdl

Good idea! Is there any easy way of triggering this through CXF?
Or do I have to make my own http connection etc?

> <http://example.org:8080/my-web-app-war/services/MyService?wsdl>
>
> This ensures that the webserver is alive, the war file has deployed to
> it successfully, and the servlet is responding to incoming HTTP
> requests without throwing an exception.
>
> So I guess it fills the role of a basic ping pretty well.



>
> Andrew.
>

Reply via email to