public SPWebsWS(final SharepointClientContext inSharepointClientContext)
throws SharepointException {
String endpoint = Util.encodeURL(inSharepointClientContext.getSiteURL())
+ SPConstants.WEBSENDPOINT;
LOGGER.log(Level.CONFIG, "Endpoint set to: " + endpoint);
final WebsLocator loc = new WebsLocator();
loc.setWebsSoapEndpointAddress(endpoint);
final Webs service = loc;
try {
stub = (WebsSoap_BindingStub) service.getWebsSoap();
} catch (final ServiceException e) {