bmor1 / bimserver

Automatically exported from code.google.com/p/bimserver
0 stars 0 forks source link

Login session is not kept for java client #444

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Authentication required for this call
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

To reproduce: 
Create a bim project using admin@xx/admin, go to info, WSDL.
Generate java proxy from wsdl from eclipse web service client.
Create a simpel java test client.
Call proxy.login("admin@xx","admin").
The issue is when call proxy.getActiveUserSessions(), seeing error of the 
Authentication required for this call. 

In proxy, it does not allow a user session is kept, which it should.

Original issue reported on code.google.com by billwy...@gmail.com on 20 Mar 2013 at 8:11

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
This issue is resovled by using apache cfx client.

Original comment by billwy...@gmail.com on 26 Mar 2013 at 8:31

GoogleCodeExporter commented 8 years ago

Original comment by ru...@logic-labs.nl on 27 Mar 2013 at 12:52