Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Problem of Web Service

843833Dec 9 2008 — edited Dec 9 2008
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 = "http://www.europages.com")
public boolean isTemporaryRecommendedUser(
@WebParam(name = "idUser", targetNamespace = "http://www.europages.com")
int idUser);

...whatÂ’s the problem?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 6 2009
Added on Dec 9 2008
1 comment
273 views