I am using Axis2 v1.3 and Rampart v1.3 on JBossAS v4.0.5 running on Java 1.6.0_03.
I am learning to implement WS-Security. Both my service and my client run within the same JBoss server. That is to say, my axis2.war and my client.war are both located in JBoss's "deploy" directory. I have configured my service to use Rampart and to require a timestamp from the client as a security parameter. I tested that a client that does not send the timestamp now cannot access the service. This is working so far. However the service has suddenly also started sending timestamps, which the client does not yet understand, and so it fails to receive the response. Is this a valid idea? Can two instances of Axis2 load in two separate WARs within the same JBoss? Different ClassLoaders should be used for each WAR to prevent a collision, right? - Nate Roe --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
