You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by Stéphane Deshiere <sd...@yahoo.fr> on 2006/05/16 14:33:48 UTC

Re: AW: Signature verification problem [more info from debugging into the WSSecurityEngine]

 <An...@...> writes:

> 
> yes that was the culprit - I disabled both the namespace optmization and
> the pretty printing and it worked!
> thanks for the help
> Anamitra

Hello,

How have you done it ? I have the following globalConfiguration :

<globalConfiguration>
  <parameter name="sendMultiRefs" value="true"/>
  <parameter name="disablePrettyXML" value="true"/>
  <parameter name="adminPassword" value="admin"/>
  <parameter name="attachments.Directory" value="C:\attachments"/>
  <parameter name="dotNetSoapEncFix" value="true"/>
  <parameter name="enableNamespacePrefixOptimization" value="false"/>
  <parameter name="sendXMLDeclaration" value="true"/>
  <parameter name="sendXsiTypes" value="true"/>
  <parameter name="attachments.implementation"
value="org.apache.axis.attachments.AttachmentsImpl"/>
  <parameter name="enable2DArrayEncoding" value="true"/>
  <requestFlow>
   <handler type="java:org.apache.axis.handlers.JWSHandler">
    <parameter name="scope" value="session"/>
   </handler>
   <handler type="java:org.apache.axis.handlers.JWSHandler">
    <parameter name="scope" value="request"/>
    <parameter name="extension" value=".jwr"/>
   </handler>
   </requestFlow>
</globalConfiguration>

... and I still have the "The signature verification failed" exception. Have I
got some wrong parameters ?

Thank you.

      Stéphane


---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org