Hi guys,
I am tryind do a secondary page that create a vap user and create and an userprofile.
In my code I do that:
.
.
.
CommunityDataServiceIf service = CommunityHelper.createService(username, realmID, domainID, domainID);
Query query = new UserProfileQuery(username, domainID, siteID, realmID);
query.addAdditionalParam(XAPIConstants.INCLUDES, XAPIUtil.aggregateCommands(new String[]{XAPIConstants.OPERATIONS}));
Response profile = service.query(query);
However, profile.getResponseCode() is alwas 204.
Any xapi query returned code=204
Could you now that?
Could you help me please?
thanks in advance,
Paulo Sergio Bernardino.