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...
Type: Posts; User: ckarm; Keyword(s):
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...
Hi,
here is the handleRequest method of my custom intereptor (implementing EndpointInterceptor) which returns custom Soap messages
public boolean handleRequest(MessageContext messageContext,...
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...
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...
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...
I should have seen this before.
Thanks Tareq
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...
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...
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...
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...
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...
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...