On 3/21/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Is this configuration available in pre 1.2.6?
Yes, this is available in current release ( and maybe in previous also, but i saw this feature yesterday or so :) Is it possible to specify more
of a Global SOAP header for the entire service, rather than at an individual method level.
Yes you can, you must create class which extends ServiceConfiguration class and implements isHeader method. Then you must add this class to service configurations list : serviceFactory.getServiceConfigurations().add(0, new MyServiceConfig())); Of course you can do it in spring/services.xml file.
Thanks again! Bob
-- ----- When one of our products stops working, we'll blame another vendor within 24 hours. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
