What to send in web service security headers?
Posted: Mon Oct 08, 2007 9:55 am
Hello
I was asked in my work to add web service security header.
I don't know exactly which headers to send, and I search a lot about it and still didn't find something useful about this.
I found this:
http://il2.php.net/manual/en/function.s ... .php#58245
Is it what I need?
What the parameters that I need to change? like "Authentication"
Does the name space is the WSDL address?
Nadav
I was asked in my work to add web service security header.
I don't know exactly which headers to send, and I search a lot about it and still didn't find something useful about this.
I found this:
http://il2.php.net/manual/en/function.s ... .php#58245
Code: Select all
$header = new SoapHeader($this->name_space, "Authentication", // Rename this to the tag you need
$authvalues, false);What the parameters that I need to change? like "Authentication"
Does the name space is the WSDL address?
Nadav