Try to specify
@WebResult
| (
| name="SpamResult",
|
targetNamespace="http://service.responsys.com/rsystools/ws/SpamCompl...
| )
| @RequestWrapper
| (
| localName="Spam",
|
targetNamespace="http://service.responsys.com/rsystools/ws/SpamCompl...;,
| className = "com.rsys.rsystools.ws.Spam"
| )
| @ResponseWrapper(
| name="SpamResult",
|
targetNamespace="http://service.responsys.com/rsystools/ws/SpamCompl...;,
| className = "com.rsys.rsystools.ws.SpamResult"
| )
| public SpamResult processSpamComplaints(...)
| {
| ...
| }
You're working with wrapped literal, so don't forget to provide RequestWrapper
too.
Richard
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093284#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...