Hi, 

When I add the Room Service WSDL link to 'SOAP UI' and try to execute the 'get 
External' SOAP Request, fails with "" 
1. SOAP Request Login -> sid (Fetched from Response). 
2. In the Get External Request, Which all parameters should give as Request 
Body (Below is the Actual Request), If any other parameters should pass as 
Request, How to fetch those details: 
URL : http://172.16.7.146:5080/openmeetings/services/RoomService 
Actual Request Body : 
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:web="http://webservice.openmeetings.apache.org/";> 
<soapenv:Header/> 
<soapenv:Body> 
<web:getExternal> 
<!--Optional:--> 
<sid>?</sid> 
<!--Optional:--> 
<type>?</type> 
<!--Optional:--> 
<externaltype>?</externaltype> 
<!--Optional:--> 
<externalid>?</externalid> 
<!--Optional:--> 
<room> 
<!--Optional:--> 
<id>?</id> 
<!--Optional:--> 
<name>?</name> 
<!--Optional:--> 
<comment>?</comment> 
<!--Optional:--> 
<type>?</type> 
<!--Optional:--> 
<numberOfPartizipants>?</numberOfPartizipants> 
<appointment>?</appointment> 
<!--Optional:--> 
<confno>?</confno> 
<isPublic>?</isPublic> 
<demo>?</demo> 
<closed>?</closed> 
<!--Optional:--> 
<demoTime>?</demoTime> 
<!--Optional:--> 
<externalId>?</externalId> 
<!--Optional:--> 
<externalType>?</externalType> 
<!--Optional:--> 
<redirectUrl>?</redirectUrl> 
<moderated>?</moderated> 
<allowUserQuestions>?</allowUserQuestions> 
<allowRecording>?</allowRecording> 
<waitForRecording>?</waitForRecording> 
<audioOnly>?</audioOnly> 
<!--Zero or more repetitions:--> 
<hiddenElements>?</hiddenElements> 
</room> 
</web:getExternal> 
</soapenv:Body> 
</soapenv:Envelope> 

Executed Request Body : 
<soapenv:Envelope xmlns:soapenv=" http://schemas.xmlsoap.org/soap/envelope/ " 
xmlns:web=" http://webservice.openmeetings.apache.org/ "> 
<soapenv:Header/> 
<soapenv:Body> 
<web:getExternal> 
<!--Optional:--> 
<sid>5b837eaf-4934-4d39-9502-77ddf003f32b</sid> 
<!--Optional:--> 
<type>conference</type> 
<!--Optional:--> 
<externaltype>moodle</externaltype> 
<!--Optional:--> 
<externalid>21</externalid> 
<!--Optional:--> 
<room> 

<numberOfPartizipants>100</numberOfPartizipants> 
<appointment>true</appointment> 

<isPublic>true</isPublic> 
<demo>false</demo> 
<closed></closed> 
<!--Optional:--> 

<!--Optional:--> 
<externalId>?</externalId> 
<!--Optional:--> 
<externalType>?</externalType> 
<!--Optional:--> 
<redirectUrl>?</redirectUrl> 
<moderated>?</moderated> 
<allowUserQuestions>?</allowUserQuestions> 
<allowRecording>?</allowRecording> 
<waitForRecording>?</waitForRecording> 
<audioOnly>?</audioOnly> 
<!--Zero or more repetitions:--> 
<hiddenElements>?</hiddenElements> 
</room> 
</web:getExternal> 
</soapenv:Body> 
</soapenv:Envelope> 

Response : 
<soap:Envelope xmlns:soap=" http://schemas.xmlsoap.org/soap/envelope/ "> 
<soap:Body> 
<soap:Fault> 
<faultcode>soap:Server</faultcode> 
<faultstring>An error occurred while parsing the query filter "select r from 
Room as r where r.externalId = :externalId AND c.externalType = :externalType 
AND r.type = :type AND c.deleted = false". Error message: Attempt to query 
field "c.externalType" from non-entity variable "c". Perhaps you forgot to 
prefix the path in question with an identification variable from your FROM 
clause?</faultstring> 
<detail> 
<ns1:ServiceException xmlns:ns1=" http://webservice.openmeetings.apache.org/ 
"/> 
</detail> 
</soap:Fault> 
</soap:Body> 
</soap:Envelope> 


Please let me know, what all the parameters required and how to fetch those 
parameter values? 


Thanks in Advance, 
Alekhya 

Disclaimer:- The information contained in this electronic message and any 
attachments to this message are intended for the exclusive use of the 
addressee(s) and may contain proprietary, confidential or privileged 
information. If you are not the intended recipient, you should not disseminate, 
distribute or copy this e-mail. Please notify the sender immediately and 
destroy all copies of this message and any attachments. The views expressed in 
this E-mail message (including the enclosure/(s) or attachment/(s) if any) are 
those of the individual sender, except where the sender expressly, and with 
authority, states them to be the views of GlobalEdge. Before opening any mail 
and attachments please check them for viruses .GlobalEdge does not accept any 
liability for virus infected mails.

Reply via email to