Actually I just realized the SOAP request being sent looks like:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:ser="http://service.foo.com/";>
   <soapenv:Header/>
   <soapenv:Body>
      <ser:addPerson>
         <person>
            <firstName>A</firstName>
            <id>NaN</id>
            <lastName>B</lastName>
         </person>
      </ser:addPerson>
   </soapenv:Body>
</soapenv:Envelope>

hmm..have to figure out how to get my client not to send the the "ID"
property since it isn't needed.
-- 
View this message in context: 
http://www.nabble.com/Unmarshalling-Error%3A-trying-to-pass-in-data-object-tp18156939p18157000.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to