Hi,
I want to test the following service, but I have an error.
I have a bean named txManager
@Service
public class MovieServiceImpl {
@Autowired
Type: Posts; User: zeOliver; Keyword(s):
Hi,
I want to test the following service, but I have an error.
I have a bean named txManager
@Service
public class MovieServiceImpl {
@Autowired
Thanks.
Do you have an example for "setup routing using an endpoint mapping" ?
Hello,
I have written my WSDL file (Orders.wsdl), and I want to write a spring bean which implements the web service (endpoint).
I have read in the "5.3.1.1. Automatic WSDL exposure" chapter...
Hi,
I want to create (ant test) a web service with from an existing wsdl with spring-ws (1.5.5) and tomcat (6.0).
I have defined some spring beans in the spring-ws-servlet.xml file:
...
userDao is described in the applicationContext.xml file inside the jar with business objects.
Now, it works fine.
Maybe, it was a problem of cache with Tomcat.
Hi,
My Configuration:
Spring 2.0.8 + Tomcat 5.0 + JDK 1.4 + Maven + Spring MVC + Hibernate
I have written some businessobjects and DAO packaged into a jar file.
I have a web application...
Hello all,
I use Spring 2.5, JSF 1.2 and Glassfish (v2ur1) with Java 5.
I want to manage a simple java bean with JSF.
salleService is a JavaBean described in the applicationContext.xml...
Tobias,
I agree with you when you say that Spring WS is a web service stack.
I also agree with you when you say that jibx, jax-ws, xfire and so on are object data binding framework.
But I...
Tobias,
I agree with you, Spring web service is an alternative to XFire and Axis, so this project should offer a tool to generate java classes from a wsdl file, but I didn't find it in the...
Thanks for the link, I will try the XFire Eclipse plugin, but I think there is maybe another solution inside the spring framework, perhaps a tool exists in the spring web service subproject.
Hi,
I want to use XFire and Spring Framework 2.0 to make a web service client. In the book "Spring in action", I have read that I have to use a bean with this configuration:
<?xml...
Thanks for your response.
It coud be useful to add this information in the Spring WS tutorial.
Thanks for your answer. I will try...
Hi,
I want to use the Spring Web Services to write a web service.
I have already the wsdl file and I have to write the Endpoint.
I have read the tutorial "Chapter 5. Creating a Web service with...