RE: MultiRef problem,please help-URGENT

2003-01-09 Thread Shobha Rani Jagathpal
: Wednesday, January 08, 2003 9:28 PMTo: [EMAIL PROTECTED]Subject: RE: MultiRef problem,please help-URGENT Under the Tomcat directory, find webapps\axis\WEB-INF\server-config.wsdd, set  this parameter as desired, and restart Tomcat.     -Original Message-From

RE: MultiRef problem,please help-URGENT-still not solved

2003-01-09 Thread kama rao
2003 10:53 AMTo: [EMAIL PROTECTED]Subject: MultiRef problem,please help-URGENT Hi, I want to turn off the multiRef feature.I am trying to encrypt some elements in my soap body,because of this multiref,it is encrypting the reference and not the original element. I tried to set it off using

RE: MultiRef problem,please help-URGENT

2003-01-08 Thread Michael D. Spence
problem,please help-URGENT Hi, I want to turn off the multiRef feature.I am trying to encrypt some elements in my soap body,because of this multiref,it is encrypting the reference and not the original element. I tried to set it off using call.setProperty

MultiRef problem,please help-URGENT

2003-01-08 Thread kama rao
Hi, I want to turn off the multiRef feature.I am trying to encrypt some elements in my soap body,because of this multiref,it is encrypting the reference and not the original element. I tried to set it off using call.setProperty(org.apache.axis.AxisEngine.PROP_DOMULTIREFS, Boolean.FALSE) It did n't