You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "Maxim Solodovnik (JIRA)" <ji...@apache.org> on 2014/06/20 19:33:24 UTC

[jira] [Created] (OPENMEETINGS-1029) modifyRoomParameter SOAP/REST method is broken

Maxim Solodovnik created OPENMEETINGS-1029:
----------------------------------------------

             Summary: modifyRoomParameter SOAP/REST method is broken
                 Key: OPENMEETINGS-1029
                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1029
             Project: Openmeetings
          Issue Type: Bug
          Components: SOAP/REST API
    Affects Versions: 3.0.3
            Reporter: Maxim Solodovnik
            Assignee: Maxim Solodovnik
             Fix For: 3.0.3, 3.1.0


modifyRoomParameter SOAP/REST method is broken

as reported by Maurizio "Graffio" Mazzoneschi

Again hello all,
I'm sorry for the high number of messages... but I think this is the last!

I'm trying to use the method modifyRoomParameter, as specified in
http://openmeetings.apache.org/webservices/index.html
It seems that it doesn't work.
For instance, if I try to modify the parameterName "name" with the value
"test service", I see this error message:
<soapenv:Text xml:lang="en-US">
Failed to convert property value of type
'org.apache.axiom.om.impl.llom.OMTextImpl' to required type
'java.lang.String' for property 'name'; nested exception is
java.lang.IllegalStateException: Cannot convert value of type
[org.apache.axiom.om.impl.llom.OMTextImpl] to required type
[java.lang.String] for property 'name': no matching editors or
conversion strategy found

I'm doing the test with the advanced rest app of google chrome.
this is what I have done:

http://localhost:5080/openmeetings/services/RoomService/modifyRoomParameter
POST
SID=7d6d3c292ed667bc7dabef9dab94df1b&room_id=10&paramValue=servizio+di+prova...&paramName=Name

thanks in advance



--
This message was sent by Atlassian JIRA
(v6.2#6252)