Search:

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

Search: Search took 0.08 seconds.

  1. Replies
    9
    Views
    5,280

    Weblogic 8 and 9 supply SAAJ 1.1. Although you...

    Weblogic 8 and 9 supply SAAJ 1.1. Although you have bundled the SAAJ 1.3 in your application and have pointed Spring to use the exact MessageFactory from SAAJ 1.3 JAR, Weblogic still uses its own...
  2. Try this out

    Hi,
    here is the handleRequest method of my custom intereptor (implementing EndpointInterceptor) which returns custom Soap messages



    public boolean handleRequest(MessageContext messageContext,...
  3. Hi, I have been using the evaluation version...

    Hi,

    I have been using the evaluation version of javaRebel in a project which is based on Spring and Tiles and which is deployed on Weblogic 9.2. I have setup the javaRebel according to the...
  4. Replies
    9
    Views
    5,280

    At last after a lot of debugging the problem has...

    At last after a lot of debugging the problem has been resolved. If you are to use SUN SAAJ, then you should use com.sun.xml.messaging.saaj.soap.ver1_1.SOAPMessageFactory1_1Impl as your message...
  5. Replies
    9
    Views
    5,280

    What I have observed is the following: If I...

    What I have observed is the following:

    If I use the SAAJ implementation of Weblogic 9.2 then

    if I don't use the Wss4jSecurityInterceptor then the service is executed without any problem


    if...
  6. I should have seen this before. Thanks Tareq

    I should have seen this before.
    Thanks Tareq
  7. Replies
    2
    Views
    4,027

    Hi Thomas, thnx for the reply. Yes I know that...

    Hi Thomas, thnx for the reply.

    Yes I know that this is the problem, however I am using the jar files that came with the spring-ws-1.4.5 distribution, that is why it strikes me that I have this...
  8. Replies
    2
    Views
    4,027

    Debugging spring-ws-1.5.4 in Eclipse

    Hi,

    I am using spring-ws-1.5.4 and I am using eclipse to debug the some code I have written to experiment with WS-Security. Although I have been using the source files of spring-ws-1.5.4 included...
  9. XwsSecurityInterceptor vs Wss4jSecurityInterceptor

    Hi,

    when using Wss4jSecurityInterceptor it is possible through "securementActions" properties to define that no security should be applied in the response by using the "NoSecurity" value.

    How...
  10. Replies
    9
    Views
    5,280

    Error with Wss4jSecurityInterceptor

    Hi,

    I am trying to insert a Wss4jSecurityInterceptor in my web service configuration because I want to use the WS-Security Authentication for the incoming request.

    Here is the configuration...
  11. Thnx for the feedback, I agree that the...

    Thnx for the feedback,

    I agree that the implementation should be as you describe regarding the point where the transaction should begin.

    Anyway in my project I have set the "receiveTimeout" of...
  12. Hi, I have recently came across with the same...

    Hi,

    I have recently came across with the same problem with you; I can see that the thread is almost 1 year old, so I was wondering know whether you found a way to tackle with this problem.

    My...
Results 1 to 12 of 12