Hi, I'm getting the following error when an incoming request (which contains XML body) maps to my method which takes an argument object for the corresponding xsd.
org.apache.cxf.interceptor.Fault: argument type mismatch while invoking <myMethod>(<Class generated from WSDL>) with params [javax.xml.bind.jaxbelem...@e85825]. Any ideas on how to resolve it? Thanks -- View this message in context: http://www.nabble.com/org.apache.cxf.interceptor.Fault%3A-argument-type-mismatch-tp22101168p22101168.html Sent from the cxf-user mailing list archive at Nabble.com.
