makarand sovani wrote:

Are you using wss4j ? We have recently come across non-thread safe behaviour in wss4j. If you are not using wss4j can you check your handlers to see if they are threadsafe ? Makarand

Well, i'm not sure about what you're pointing me to ...
my client code for performing call, is as simple as

Service s=new Service();
Call c=(Call)s.createCall();
c.setMaintainSession(true);
// setting parameters/returnType/parameters
....
c.invoke(parameters);

No special handler what so ever... No config file to change default behavior. Am i using wss4j ? well, no... I don't think so (the closest stuff i got in my classpath is wsdl4j, but an 's' and a 'l' doesn't make a s, do they ;) ) ...

Reply via email to