soapheader - soap header between c#.net client and php server -
i have web service written in php, added web reference asp.net web site (asp,c#) knew how call web service's method c#.net client, problem still have: want send soap header web service call (from c#.net client php server)
i did in php client, using $client->setheaders, , parsed sending header in $server, how in c#.net client,
note: don't have header class in server.php , ant works fine php
please help
use wcf custom headers fill in information pass along php. http://cisforcoder.wordpress.com/2010/12/01/how-to-implement-basic-http-authentication-in-wcf-on-windows-phone-7/
this example in link passes along header authorization
if make web reference php service, can point person asked before here on forum.
Comments
Post a Comment