[
https://issues.apache.org/jira/browse/OPENMEETINGS-2040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16798985#comment-16798985
]
vijay idice commented on OPENMEETINGS-2040:
-------------------------------------------
problem occur when we are going to create new user on openmeetings server by
rest api
whats wrong in bellow ajax request please check and correct
we are getting 500 errors from openmeetings server
$.ajax({
method: "POST",
url:
"http://103.118.157.16:5080/openmeetings/services/user?sid=1e97375f-fb6a-4e71-8b81-7fb4b99eb211&user="
+ escape(JSON.stringify({
address:
{ country: "IT", email: "[email protected]", }
,
externalId: "69",
externalType: "demoShare",
firstname: "demouser69",
languageId: "6",
lastname: "testdemo69",
login: "testdemo69",
password: "ABCdefg1*1",
timeZoneId: "Asia/Kolkata",
type: "user",
})) + '&confirm=false',
data: {},
dataType: "json",
success: function(data) {
if(data)
{
}
}
});
> add new user through rest api return 500 error
> ----------------------------------------------
>
> Key: OPENMEETINGS-2040
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-2040
> Project: Openmeetings
> Issue Type: Bug
> Components: SOAP/REST API
> Affects Versions: 4.0.7
> Environment: php
> Reporter: vijay idice
> Assignee: Maxim Solodovnik
> Priority: Major
> Labels: newbie
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> this ajax calling from [http://demoshareslate.hostingxperts.in/feed]
> response getting 500 error
>
> $.ajax({
> method: "POST",
> url:
> "http://103.118.157.16:5080/openmeetings/services/user?sid=1e97375f-fb6a-4e71-8b81-7fb4b99eb211&user="
> + escape(JSON.stringify({
> address: {
> country: "IT",
> email: "[email protected]",
> },
> externalId: "69",
> externalType: "demoShare",
> firstname: "demouser69",
> languageId: "6",
> lastname: "testdemo69",
> login: "testdemo69",
> password: "ABCdefg1*1",
> timeZoneId: "Asia/Kolkata",
> type: "user",
> })) + '&confirm=false',
> data: {},
> dataType: "json",
> success: function(data) {
> if(data)
> {
> }
> }
> });
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)