Tuesday, February 15, 2011

org.apache.axis.InternalException: java.lang.Exception: The OperationDesc for "method" was not synchronized to a method of "class"

 To resolve the exception:
Exception - org.apache.axis.InternalException: java.lang.Exception: The OperationDesc for yourMethod was not synchronized to a method of yourClass.
 You must check the file server-config.wsdd and compare if the method signature described is equals to the method signature of your class.

1 comment: