thus something like
httpServer.getServerConfiguration().addHttpHandler(httpHandler,
"/soap/v1/foo");
the wsdl is available for both under the expected url
http://www.example.com:80/soap/v1/foo?wsdl but with grizzly the
generated wsdl looks different. the schmemaLocation is shortened in all
places in that the "/v1/foo" part is removed, it only points to /soap.
this is the case for all services that i publish (multiple). and the
result is that the methods can't be called.