You say "when my clients" -- do you mean external clients, or right now your own (you're doing internal testing) -- because if your clients work and external ones don't, it's best to look at the SOAP requests themselves, perhaps using Wireshark, to see what the difference is.

As for the "MarshalException" error, marshalling is the act of pushing Java bean values into XML to place on the wire back to the client, where it will be "unmarshalled" back into Java classes. I'm not sure what you're doing service-side, but there appears to be some conversion problem that's preventing the XML from being created.

Glen

On 02/10/2012 04:04 PM, fachhoch wrote:
I am the  service provider , when my clients call my service They get an
error ,



  At my side  in the logs there is no  exception , when I enabled debug the
logginginterceptor  this is what I got .
I am not posting the entire response its very big , I am only posting the
end part of   response




please advice me what could be the issue.



as there is no e

--
View this message in context: 
http://cxf.547215.n5.nabble.com/Unknown-server-error-MarshalException-tp5473778p5473778.html
Sent from the cxf-user mailing list archive at Nabble.com.


--
Glen Mazza
Talend Community Coders - coders.talend.com
blog: www.jroller.com/gmazza

Reply via email to