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 08:25:00 UTC

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

    [ https://issues.apache.org/jira/browse/OPENMEETINGS-1831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16363528#comment-16363528 ] 

Vishal Sirsodiya edited comment on OPENMEETINGS-1831 at 2/14/18 8:24 AM:
-------------------------------------------------------------------------

Hello Maxim,

I am referring below online tutorials :-

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

 

!image-2018-02-14-13-54-30-967.png!

 


was (Author: vishal.sirsodiya):
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
>         Attachments: image-2018-02-14-13-54-30-967.png
>
>
> 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)