Hi silvio,
I've just try your solution, and it works fine.
Thank's for your help.
Type: Posts; User: MMazout; Keyword(s):
Hi silvio,
I've just try your solution, and it works fine.
Thank's for your help.
Hi Silvio,
I see we have the same problem, but with two different wss framework.
I don't find a correct solution for the moment, because i need to trap all error, not only the endpoint exception,...
Hi,
I use spring-ws 2.0 for my webservices, with the ws-security interceptor (wss4j), for checking the authentification and timestamp in the request, and adding a timestamp in my answer...
thank's for your help, pratikbhavsar : The problem are really around my ID value.
I've declared my ID in type "int" (auto-increment), well, when i use the saveOrUpdate method in my Dao, hibernate...
Hi,
I tried to use Hibernate Dao with Spring 3.0, without using the HibernateDaoTemplate.
But when i run my project, hibernate always says : "Could not synchronize database state with session".
...
It's work.
I've write my own AbstractMarshallingPayLoadEndPoint, by copy/paste of the original class, and just modifiy the invokeInternal call (in invoke method) for forward the MessageContext.
...
How access SOAP Header when using a AbstractMarshallingEndPoint ?
I can't acces to the MessageContext.
Hi,
I've created a spring-ws EndPoint (derived from AbstractMarshallingEndPoint), protected by a wssj4jInterceptor (UserNameToken needed).
All authentification work's fine, but how can i...