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 - Calling Aras Web Service as a Java Web Service Client.

Chaitali - Tuesday, February 7, 2012 9:28 AM:

I have created java web service client for aras web service.but when i m calling LogOn method in java client,

i m getting following errors: (failed to logon to innovator)

org.apache.jasper.JasperException: org.apache.axis2.AxisFault:

System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> Aras.Tools.WebServices.LogOnException: Failed to logon to Innovator

at Aras.Tools.WebServices.InnovatorWS._Login(String userName, String userPassword, String locale, String timeZone) in c:Program Files (x86)ArasInnovatorInnovatorWebServicesWebServiceTryApp_CodeInnovator.asmx.cs:line 157 at Aras.Tools.WebServices.InnovatorWS.LogOn(String userName, String userPassword, String locale, String timeZone)

in c:Program Files (x86)ArasInnovatorInnovatorWebServicesWebServiceTryApp_CodeInnovator.asmx.cs

 

please suggest any solution