Precencutle
New Member
We have a spring application in which we have web services which will use both PayloadRoot and SoapAction. Now we have configured the following code in webservice-ws-context.xml \[code\]<bean class="org.springframework.ws.server.endpoint.mapping.PayloadRootAnnotationMethodEndpointMapping"> <property name="interceptors"> <list> <bean class="org.springframework.ws.server.endpoint.interceptor.PayloadLoggingInterceptor"/> <bean id="validatingInterceptor" class="org.springframework.ws.soap.server.endpoint.interceptor.PayloadValidatingInterceptor"> <property name="schema" value="http://stackoverflow.com/questions/12671909/classpath:/xsd/common.xsd"/> <property name="validateRequest" value="http://stackoverflow.com/questions/12671909/${uiconnect.ws.payload.validate.request}"/> <property name="validateResponse" value="http://stackoverflow.com/questions/12671909/${uiconnect.ws.payload.validate.response}"/> </bean> </list></property></bean>\[/code\]Now, we want to add code for soap action, but if we add the following code then it doesn