Web Service Provider SOAP Header

Hi

I’ve written Web Service to create documents using Lotus Script.

I need to add security to the web service, So that only Authorized users can use it.

Secure Information will be amended by 3rd Party Application in the SOAP Header.

From Lotus Notes Using Lotus Script, Can I read SOAP Header , If not, What is the alternate method

E.g End User–>>3rd party appliction–>>Lotus Domino

Subject: web service security

Why not have the user pass in a username and password and validate it on your end before performing the document creations

Subject: Web Service

Thanks, I have done similar thing