Hello,
We try to access FaultDetail from (SoapFaultClientException) outside the scope of method WebServiceTemplate.marshalSendAndReceive and we got the exception...
Type: Posts; User: jfdesmar; Keyword(s):
Hello,
We try to access FaultDetail from (SoapFaultClientException) outside the scope of method WebServiceTemplate.marshalSendAndReceive and we got the exception...
Hello,
thanks for your response.
I tried to proxy the org.springframework.jdbc.core.JdbcTemplate class with ProxyFactoryBean defining an interceptor method that implements...
Hello,
i would like to know if there is a way to print prepared statement SQL if SQLException occurs.
in JDBCTemplate class catch (SQLException ex) , the parameters of the prepareStatem...
Hello,
i noticed in ws spring 2.0.1 the following improvement :
[SWS-650] - AxiomSoapMessageFactory does not provide way to set properties on XMLInputFactory
and i looked at the source code ...
Hello,
in order to find what is wrong with following trace (STAX XML parsing) :
at weblogic.xml.stax.XMLStreamReaderBase.advance(XMLStreamReaderBase.java:206)
at...
Hello,
We receive a WS response as a soapfault exception: in order to get detail about this exception, we are using method getFaultDetail():
SoapFaultDetail soapFaultDetail =...