Hi!
We have a large project (SpringMVC) with numerous webservices, all of them running with SpringWS.
Now a new requirement came in, we have to consume some other services with WS-Atomic...
Type: Posts; User: Nordic; Keyword(s):
Hi!
We have a large project (SpringMVC) with numerous webservices, all of them running with SpringWS.
Now a new requirement came in, we have to consume some other services with WS-Atomic...
Sorry, I don't really know what you ask me to post. I just use jaxb to marshall und unmarshall:
<bean id="jaxb2MarshallerLeistungsdaten" class="org.springframework.oxm.jaxb.Jaxb2Marshaller">
...
Hi!
I am implementing a webservice that gets security related data in the SOAPHeader.
I use JAXB as my marshaller.
The request payload gets unmarshalled fine, but I have no idea how to tell...
Thank you very much, Marten! :)
Great! I didn't find this information anywhere. I will look over my config again.
This will be no problem as I don't need to modify the model, I just...
Hi guys,
please help a total webflow/jsf noob out!
I'm looking for a way to get the same functionality as with a HandlerInterceptor in Spring MVC.
That is, I want to do some checks before the...
Thank you so much for this!
I spent the last few hours trying to figure out why my ExceptionResolver was never triggered. Removed '<sws:annotation-driven/>' and it worked!
Is this a bug? I...
Thank you for your reply!
Initially, I also had the path in the form:input tag - same result. I just tried <spring:bind> because it was this way in a tutorial and I copied it from there. As you...
I have a dynamic list of input fields that I want to bind to an AutoPopulatingList.
I followed various tutorials (http://eggsylife.co.uk/2009/11/30/spring-forms-dynamic-lists-and-ajax/) on this...
Hi!
I'm new to Spring and this is my first post here on the forum. I have been asked to port a large web application form an older framework to Spring MVC.
I am working on a function with 3...