Hi to everyone,
I am using spring web services on client side. When I run my code on development env(only with main class, or jetty), SoapFault includes every detail.
(SoapFaultClientException)e.getSoapFault().getFaul tCode().getLocalPart() = BUS001
But on test env (Weblogic 10.3.3), FaultCode is null.
(SoapFaultClientException)e.getSoapFault().getFaul tCode() = null
I have tested with same response message by using soapui on dev env. I think this is looks like SAAJ problem. What I have to do? Please help me.
Thnks.
Ramazan


Reply With Quote