Hello,
I have interface with method
@RequestWrapper(localName = "FindNew", targetNamespace = "namespace.lv",
className = "lv.namespace.FindNew")
@WebMethod(operationName = "FindNew", action =
"namespace.lv/mrb.service.FindNew")
@ResponseWrapper(localName = "FindNewResponse", targetNamespace =
"namespace.lv", className = "lv.namespace.FindNewResponse")
public void findNew(
// some methods description here
);
I can successfully connect to web service and get result back, but I have
troubles getting that "FindNewResponse" object (some info there I need), can
someone give me a hint how can I get this object ?
Thank you.
--
View this message in context:
http://cxf.547215.n5.nabble.com/Problem-getting-ResponseWrapper-object-tp3311818p3311818.html
Sent from the cxf-user mailing list archive at Nabble.com.