Skip to Content
0
Former Member
Mar 23, 2009 at 04:17 PM

A problem about using WS Callable Object

20 Views

Hi, all.

I tried to used a ws in my gp application. I created a ws co successfully and tested it fine. But when I tried to use it in a gp process, I got several error messages which are below:

1. Error while creating assertion ticket on demand. Current principal is null.

2. Assertion ticket could not be retrieved [Exception] java.lang.IllegalStateException: Current principal

is null.

I just used simple user/password authentication for my ws.

How can I deal with this problem? Thanks.