Folks,
We're light on system tests and/or samples for the simple frontend, so here's a dumb question that may well have an obvious answer. Is it possible to use the ClientProxyFactoryBean to create a client for *any* suitable endpoint associated with the target service? >From a cursory look at the code, it seems the options are either to use the fallback value of ServiceName+"Port", or to specify an explicit endpoint name via ClientProxyFactoryBean.getClientFactoryBean().setEndpointName(). But is there an analogue for the JAX-WS Service.getPort(Class<T> sei) method, i.e. to retrieve a proxy for any suitable endpoint? [as opposed to a *specific* endpoint] Cheers, Eoghan
