Hi all, We have an application that inserts data into DB. We pass data to a

Hi all,
We have an application that inserts data into DB. We pass data to a service and the service inserts data to DB.
However, sometimes we get the below error and the data for such items are not inserted.

An error occurred while invoking the operation {URL}operation for the endpoint {URL}EndPoint and the service SampleServices defined in the WSDL URL?wsdl. An error occurred while invoking the Web Service. Details: Error in extracting message properties (APNX-1-4044-000)
Recommended Action: Examine the activity class to correct the error and then resume.

Any inputs appreciated!!!...

OriginalPostID-130538

OriginalPostID-130538

  Discussion posts and replies are publicly visible

Parents
  • Hi Eduardo Fuentes,
    I see the below error in the application server logs under caused by:
    Caused by: org.apache.axis2.AxisFault: The CLIENT_SIDE parameter is already locked and the value cannot be overridden.
              at org.apache.axis2.description.AxisDescription.addParameter(AxisDescription.java:104)
              at org.apache.rampart.RampartMessageData.<init>(RampartMessageData.java:187)

    Appreciate your inputs.
Reply
  • Hi Eduardo Fuentes,
    I see the below error in the application server logs under caused by:
    Caused by: org.apache.axis2.AxisFault: The CLIENT_SIDE parameter is already locked and the value cannot be overridden.
              at org.apache.axis2.description.AxisDescription.addParameter(AxisDescription.java:104)
              at org.apache.rampart.RampartMessageData.<init>(RampartMessageData.java:187)

    Appreciate your inputs.
Children
No Data