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/13 12:59:00 UTC

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

Vishal Sirsodiya created OPENMEETINGS-1831:
----------------------------------------------

             Summary: 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


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)