inSharepointClientContext) throws SharepointException {
String endpoint = Util.encodeURL(inSharepointClientContext.getSiteURL())
+ SPConstants.USERPROFILECHANGEENDPOINT;
LOGGER.config("Endpoint set to: " + endpoint);
final UserProfileChangeServiceLocator loc =
new UserProfileChangeServiceLocator();
loc.setUserProfileChangeServiceSoapEndpointAddress(endpoint);
final UserProfileChangeService service = loc;
try {
stub = (UserProfileChangeServiceSoap_BindingStub)
service.getUserProfileChangeServiceSoap();