Hi there,
I want to integrate XFire 1.26 and Spring 2.5 using jsr181 to definite web services
Below is my work:
Endpoint interface:
@WebService(targetNamespace =...
Type: Posts; User: wangld7x; Keyword(s):
Hi there,
I want to integrate XFire 1.26 and Spring 2.5 using jsr181 to definite web services
Below is my work:
Endpoint interface:
@WebService(targetNamespace =...
Hi there,
I want to integrate XFire 1.26 and Spring 2.5 using jsr181 to definite web services
Below is my work:
Endpoint interface:
@WebService(targetNamespace =...
Here my problem:
1. My calling to User web service is not success. Server don't get value of parameters. But if I have web service test tool provide by MyEclipse, server get inputs from browser....
User service implemented by an inteface IUserService and an implementation UserServiceImpl
IUserService.java
package vn.kbnn.dtkb.business.services.system;
import javax.jws.WebParam;...
Hi there,
I've tested integrate Struts 1.3 + XFire 1.26 + Spring 2.5 + JPA followed tutorials and examples that I've found by googling.
Finally, almost done but there are still some probs...