PDA

View Full Version : SoapAction 2.0.0.M2



rhart
Jan 30th, 2010, 05:00 PM
I've just changed my Spring version from 2.0.0.M1 to M2 and my SoapAction is no longer being added to the http request. Is it just me??

Mark Fisher
Jan 30th, 2010, 05:03 PM
We changed the "header-enricher" element in the "ws" namespace so that it has a <soap-action/> sub-element. However, I guess that you are not using that? The actual value associated with the constant changed as well... are you using a hard-coded value?

rhart
Jan 31st, 2010, 03:42 AM
Yes and Yes :) Changed now to use the soap-action sub element and all is working again. Cheers!