This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Java Web Service login issue: "You are not logged in to Innovator."

Jayateertha - Friday, December 7, 2012 3:50 PM:

 

Dear Gurus,
Here is the brief info about my issue:
1. I've created a web service in ARAS and trying to use it in my java application using ksoap2 APIs. I was trying to make use of ApplyAml method by passing a string value of "<AML><Item type='User' action='get'/></AML>".
2. However, when I invoke the Soap call, I'm getting the error of -
"Aras.Tools.WebServices.LogOnException: ERROR: You are not logged in to Innovator."
3. Moreover, I even tried invoking ApplyAml method's Test section under the following URL  
   localhost/.../Innovator.asmx
   I could pass - value as stated below:
Parameter:
Value
aml  
"<AML><Item type='User' action='get'/></AML>"
                           "Invoke" Button.
   After I click on "Invoke" button, I'm getting the same error which was stated above:
   "Aras.Tools.WebServices.LogOnException: ERROR: You are not logged in to Innovator."
 
 It would be great if somebody can tell us the required essential steps (preferably in sequential manner) which are required to invoke web services using Java.
 
Thanks & Regards,
Jayateertha.