I am getting the following error shown below upon spring context configuration file initialization, any help would be appreciated.
ServletWrappe E SRVE0100E: Did not realize init() exception thrown by servlet abc-ws: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'efgWebServiceTemplate' defined in ServletContext resource [/WEB-INF/efgSpringContext.xml]: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'interceptors' of bean class [org.springframework.ws.client.core.WebServiceTemplate]: Bean property 'interceptors' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?
I created a new web service that get called from within an exising web service.
The exisitng web service interceptor is configured as in the following: