web services - Custom WS-Policy with Spring-WS -


i using spring-ws provide services , generate wsdl. want mention in generated wsdl soap headers required. header should like:

<soapenv:header>      <my:system>abc</my:system> </soapenv:header> 

being said need provide ws-policy, headers provided. how can tell spring create such policy?


Comments

Popular posts from this blog

Issues changing the value of an element in an array in matlab -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

vb.net - Alternative to the T-SQL AS keyword -