Must Understand check failed for header http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wsse

Hi,
I am trying to pass username/password from SOAP UI (in soap reuqest header) to web service hosted on webMethods IS. As I understood, it requires policy for this. I tried creating ws-policy file but without luck. please help me if someone has sample policy file username and password authentication through http.

Regards
Ranjay

I believe you don’t need any policy for soap UI testing…Did you try to use Basic authentication for WS testing?

Is the WSD’s/connectors are created in the Developer/Designer thru already from source WSDL’s?

HTH,
RMG

Hi Ranjay,
No policy file is required for username and password. Username and password are passed as message header in plain text and when request hits the server it check the ACL set for the provider and try to authenticate against the information provided.
Check the ACL of the web service and find which user group is required to access this service and then use the user of that group and try to access it.

Regards,
Vikas

Is the WSD will be accessed by the Internal or external entity?

If it is Internal access then set Execute ACL to Anonymous (at own risk) or Assign ACL group for the user that you are trying as suggested by Vikas.

HTH,
RMG