java - Override ReflectionServiceFactoryBean Web service creation WSDL -


is there way create wsdl services manually without using reflectionservicefactorybean. when application starts can see following in logs.

logs:

22592 [main] info org.apache.cxf.wsdl.service.factory.reflectionservicefactorybean - creating service {http://example.com/schema/v2}servicea wsdl: file:src/main/resources/wsdl1.wsdl [info ] 2017-09-12 13:50:21,120 org.apache.cxf.wsdl.service.factory.reflectionservicefactorybean - creating service {http://www.example.com/wasp/}serviceb wsdl: file:src/main/resources/wsdl2.wsdl

i not sure if reflectionservicefactorybean can removed static compile time mapping/service creation.

i want servicea = new servicea()

is there workaround achieve it. in advance


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -