Results 1 to 2 of 2
Thread: Problem of Web Service
- 12-11-2008, 04:19 AM #1
Member
- Join Date
- Dec 2008
- Posts
- 4
- Rep Power
- 0
Problem of Web Service
In the application, I get a problem of WebService. I use an eclipse plugin to parse the WSDL file which the customer sent to us and when I tested the methods of the WebService, there is only one method show me some exceptions like following(the others work very well):
INFO: Interceptor has thrown exception, unwinding now
org.apache.cxf.interceptor.Fault: Found element return but could not find matching RPC/Literal part
And the interface code is like following:
@WebMethod(operationName = "isTemporaryRecommendedUser", action = "")
@WebResult(name = "result", targetNamespace = "ww.europages.com")
public boolean isTemporaryRecommendedUser(
@WebParam(name = "idUser", targetNamespace = "ww.europages.com")
int idUser);
...what’s the problem?
- 12-11-2008, 04:20 AM #2
Member
- Join Date
- Dec 2008
- Posts
- 4
- Rep Power
- 0
Similar Threads
-
serialize to web service?
By theartz in forum Advanced JavaReplies: 2Last Post: 08-16-2008, 01:39 AM -
Setup RMI service on Ant
By vaskarbasak in forum Advanced JavaReplies: 0Last Post: 07-24-2008, 02:25 PM -
Problem while running web service client
By krsv36 in forum Other IDEsReplies: 0Last Post: 05-15-2008, 05:12 PM -
Web Service from JSP
By Eric in forum JavaServer Pages (JSP) and JSTLReplies: 2Last Post: 07-02-2007, 05:00 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks