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.
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.