Hi, I have the following problem using the SimpleAxis2Server and the version.aar from the Axis2 1.2 RC1.

If I call the operation getVersion two times, the following AxisFault is thrown. "A message was added that is not valid. However, the operation context was complete."

The fault is generated at the following lines in the InOutAxisOperation class

       if ((inMsgContext != null) && (outmsgContext != null)) {
           throw new AxisFault(Messages.getMessage("mepcompleted"));

With Axis2 1.1.1 everything works fine.

Any ideas?

Thanks

Tobias

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to