Problem solved.
SimpleJaxWsServiceExporter have a "base-address" property which if not specyfied bind on default 'localhost:8080'.So If server start on different port,autowiring not work.
...
Type: Posts; User: javacomelava; Keyword(s):
Problem solved.
SimpleJaxWsServiceExporter have a "base-address" property which if not specyfied bind on default 'localhost:8080'.So If server start on different port,autowiring not work.
...
Hi
I'm developing a SOA Spring based webapp which expose the business method throught JAX-WS web services:
When start Tomcat 7 on port 8080 all run as expected.
If I switch port from 8080 to...
Ok I solved ....
The JAX-WS ENDPOINT CLASS (in my case ProxyWS) annotated with @WebService Annotation is not recognized as a Spring component,also if it was annotated with @Component. So...
Hi all
My application back-end,spring based and deployed in Tomcat 7, is composed by four different .jar and one .war,which contains jax-ws interfaces webservice,and use the mentioned jars:
...