Hi Dan, I amable to validate the Request by turning Schema Validation On and most of my soap requests work fine. But I have one request mentioned below which fails validation. CXF returns "Unmarshalling Error: cvc-elt.4.2: Cannot resolve 'ns1:getAccountTransactions' to a type definition for element 'getAccountTransactions'. " Is it possible to know in what waythis request is nota compliant soap request. I just highlighted the part of the message that is causing this error inbold.
<?xml version="1.0" encoding="UTF-8" ?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <getAccountTransactions xsi:type="ns1:getAccountTransactions" xmlns="http://api.prepaid.tsys.com/transaction/type" xmlns:ns1="http://api.prepaid.tsys.com/transaction/type"> <ns2:accountId xmlns:ns2="http://api.prepaid.tsys.com/transaction">13976358</ns2:accountId> </getAccountTransactions> </soapenv:Body> </soapenv:Envelope> -- View this message in context: http://www.nabble.com/CXF-not-propagating-error-tp19659348p19732932.html Sent from the cxf-user mailing list archive at Nabble.com.
