* Remote as in localhost HTTP call; the test starts a local (embedded Jetty) for this.
*
* @throws Exception
*/
public void testViaXFireServer() throws Exception {
HelloService remoteHelloService = getClient();
XFireExporter exporter = (XFireExporter) serverCtx.getBean("hello.server");
// Use XFire-specific XFireHttpServer; JAX-WS javax.xml.ws.Endpoint doesn't work... ;-(
XFireHttpServer httpServer = this.startXFireServer(LOCALHOST_PORT, exporter);
// Endpoint httpServer = Endpoint.publish(LOCALHOST_URL, exporter.getServiceBean());