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 2018/02/13 13:38:00 UTC

[jira] [Resolved] (OPENMEETINGS-1831) getSession Api return null values

     [ https://issues.apache.org/jira/browse/OPENMEETINGS-1831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maxim Solodovnik resolved OPENMEETINGS-1831.
--------------------------------------------
    Resolution: Invalid

there is no such method in API
please check latest documentation
and ask your questions in user@ mailing list http://openmeetings.apache.org/mail-lists.html (subscribe first)

> getSession Api return null values
> ---------------------------------
>
>                 Key: OPENMEETINGS-1831
>                 URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1831
>             Project: Openmeetings
>          Issue Type: Bug
>            Reporter: Vishal Sirsodiya
>            Assignee: Maxim Solodovnik
>            Priority: Major
>
> Hello Team,
> We are using getSession api by postman client.
> API : [http://localhost:5080/openmeetings/services/UserService/getSession]
> Method : GET
> header : Content-type : text/xml
> Return output :-
> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
>  <soap:Body>
>  <soap:Fault>
>  <faultcode>soap:Server</faultcode>
>  <faultstring>No binding operation info while invoking unknown method with params unknown.</faultstring>
>  </soap:Fault>
>  </soap:Body>
> </soap:Envelope>
>  
>  
> When I am try POST method
> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
>  <soap:Body>
>  <soap:Fault>
>  <faultcode>soap:Client</faultcode>
>  <faultstring>Error reading XMLStreamReader: Unexpected EOF in prolog&#xd;
>  at [row,col \{unknown-source}]: [1,0]</faultstring>
>  </soap:Fault>
>  </soap:Body>
> </soap:Envelope>
>  
> Please suggest me. where I wrong and what i miss
>  
>  
>  
>  
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)