Search:

Type: Posts; User: MMazout; Keyword(s):

Search: Search took 0.01 seconds.

  1. Hi silvio, I've just try your solution, and it...

    Hi silvio,

    I've just try your solution, and it works fine.

    Thank's for your help.
  2. Hi Silvio, I see we have the same problem, but...

    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,...
  3. Interceptor Wss4jSecurityInterceptor and SOAP Fault

    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...
  4. Replies
    2
    Views
    1,984

    thank's for your help, pratikbhavsar : The...

    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...
  5. Replies
    2
    Views
    1,984

    Spring 3.0 with hibernate Dao / help needed

    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".
    ...
  6. Replies
    4
    Views
    874

    It's work. I've write my own...

    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.
    ...
  7. Replies
    4
    Views
    874

    How access SOAP Header when using a...

    How access SOAP Header when using a AbstractMarshallingEndPoint ?

    I can't acces to the MessageContext.
  8. Replies
    4
    Views
    874

    Wss4j - Get Logged Actor

    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...
Results 1 to 8 of 8