Hi, I still want to use jaxws:client but would be ideal if i could somehow delay construction of jaxws client until its first use. I know i can probably do this by referencing the jaxws:client bean id and using lazy-init but it would be neater if i could have a property on jaxws client that would automatically do this as part of the one jaxws client declaration.
Such as lazyInit="true" The standard spring lazy-init is not enough as i am injecting this client into other beans which are not lazy init.
