Hi,
after doing some other stuff for our project we finally got back to the problem described above. After doing some research it becomes clear that the problem only occurs for ajax requests. If...
Type: Posts; User: gruenling; Keyword(s):
Hi,
after doing some other stuff for our project we finally got back to the problem described above. After doing some research it becomes clear that the problem only occurs for ajax requests. If...
Hi,
I configured the SimpleMappingExceptionResolver to redirect to a generic error page for all Exceptions:
<bean class="org.springframework...SimpleMappingExceptionResolver">
<property...
No advices how to solve this problem?
Cheers
Sebastian
Hi,
is there an example out there showing how to transfer binary data via web service using a castor marshaller/unmarshaller with MTOM enabled?
I stepped through the MTOM example that comes...
Hi,
how can i add fault declarations to a dynamically generated wsdl in SpringWS?
e.g.
<wsdl:portType name="MathOps">
<wsdl:operation name="div">
<wsdl:input message="impl:divRequest"...