i have a web service written in php, i added it as web reference to my asp.net web site (asp,c#) i knew how to call web service's method from c#.net client, but the problem i still have: i want to send a soap header with web service call (from c#.net client to php server)
i did this but in php client, by using $client->setHeaders, and parsed the sending header in $server, but how to do it in c#.net client,
note: i don't have a header class in server.php , ant it works fine with php
please help