Re: How can I add security to remote SOAP method invocation
"Paco Avila" <[EMAIL PROTECTED]> To: "SOAP User" <[EMAIL PROTECTED]>; "SOAP Developer" <[EMAIL PROTECTED]> Sent: Friday, April 26, 2002 5:30 AM Subject: How can I add security to remote SOAP method invocation Hi, I have some SOAP methods exposed in a serve
How can I add security to remote SOAP method invocation
Hi, I have some SOAP methods exposed in a server and I need to restrict the use of these methods. The client should authentify himself to access them. How can I do this? Thanks in advance.