Hello!
I am having problem with authentication. When, I hit the webservice with the authentication header xml in the SOAP Message, I get the following exception. I only want to check, if I am authorized or not.
org.apache.axis2.AxisFault: You do not have privileges to perform this operation.
at org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:512)
at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:370)
at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:416)
at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228)
at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
at com.ews.omniture.xmlbeans.OmnitureWebServiceStub.PermissionsAuthenticate(OmnitureWebServiceStub.java:4868)
Is there anyone who can help me to get rid of this exception?
Thanks and Regards
Hello, I doubt you'll see this, but I'll ask anyway: Did you ever get authentication to work with Axis2 and XMLBeans? I am trying to consume the web service with Axis2 and XMLBeans as well and the web service can't get the authentication credentials from the SOAP header.
Thank you,
- Dominick