You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by "Vishal Sirsodiya (JIRA)" <ji...@apache.org> on 2018/02/14 05:49:00 UTC

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

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

Vishal Sirsodiya reopened OPENMEETINGS-1831:
--------------------------------------------

Hello Maxim,

I am referring below online tutorials :-

http://www.ebizbytes.com/kriegsspiel/docs/UserService.html#getSession

 

> 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)