I have a Web Service which I am trying to Autowire a variable into. Here is the class:
package com.xetius.isales.pr7.service; import java.util.Arrays; impo
Depending on container version or even the Spring, hereinafter you will have an easy solution to expose your WSDL, use:
@PostConstruct SpringBeanAutowiringSupport.processInjectionBasedOnCurrentContext(this);