Hi, i have successfully exposed updatePerson as a soap service. but when i send request i get the following error.
---- exception report ---------------------------------------------------------- Service [updatePerson] threw an unexpected exception/error Exception: org.ofbiz.service.ServiceAuthException Message: User authorization is required for this service: updatePerson ---- stack trace --------------------------------------------------------------- org.ofbiz.service.ServiceAuthException: User authorization is required for this service: updatePerson org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:311) org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:214) org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:123) org.ofbiz.webapp.event.SOAPEventHandler.invoke(SOAPEventHandler.java:252) org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:416) org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:252) org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:192) ... ... Can anyone let me know how do i send the credentials to the OfBiz service? as a Http Header? or as a soap header attribute? also does admin/ofbiz has the rights to delete/ update person? thanks in advance. regards ram.
