Re: Change MessageFactoryImpl loading behaviour in Tomcat 5.5.17

2006-08-25 Thread Nilantha
aging.saaj.*; in my class where the SOAP message is getting created. Still I am working on this. If you could shed any light on this it would be really helpful Thank you Nilantha Raju Balugu wrote: > > Hi , > > Where you kept that saaj-impl.jar file? > if u want to load tha

Change MessageFactoryImpl loading behaviour in Tomcat 5.5.17

2006-08-24 Thread Nilantha
show me how I could override this default behavior and make saaj class load first. thank you Nilantha -- View this message in context: http://www.nabble.com/Change-MessageFactoryImpl-loading-behaviour-in-Tomcat-5.5.17-tf2162003.html#a5975145 Sent from the Tomcat - User forum at Nabble.com

SOAP Header creation differences in Tomcat 5.0.x and 5.5.x

2006-08-23 Thread Nilantha
Hi, I need to digitally sign the SOAP messages and signature element need to be put into the header. If I try to create the SOAP Header programmatically it is not getting created in Tomcat 5.5.x saying header is already available but when I try to sign the message, header is not available. I am us