Can not discover a soap web service due to wsp policy tag

Hi,
I have a WSDL with this tag in it :

sp:AlgorithmSuite
wsp:Policy
sp:Basic128Exn256/
</wsp:Policy>
</sp:AlgorithmSuite>

When I try to discover it on designer : I have the following error :
Invalid Algorithm suit Basic128Exn256

Is there anyhting I have to set in config files or option in eclipse ?

I use wM 9.10.

Hi Vital,

Please follow this resolution as per the Empower KB article:

Resolution:
Basic128Exn256 not supported.

To resolve the issue, edit the WSDL file and change all instances of “Basic128Exn256” to “Basic128”.

Should now be able to generate the WSD from the modified WSDL file.

HTH,
RMG

Thanks rmsg,
It works ! I mean I can discover it. After that I didn’t test it in runtime