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

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

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

ios - CFRelease causing crash in iPad application -