How to access a C#-WebClient from a PHP-program?
Posted: Sun 30 Dec 2007 20:53
Hi,
I have a C#-WebService, which accesses a database. Next I have a C#-WebClient which can access this WebService, and update its own database with the input from the WebService.
Now we also have a PHP program, which should be able to activate the C#-WebClient. How can I do this? Do you know a tutorial in which this is described?
Thanks a lot!
I have a C#-WebService, which accesses a database. Next I have a C#-WebClient which can access this WebService, and update its own database with the input from the WebService.
Now we also have a PHP program, which should be able to activate the C#-WebClient. How can I do this? Do you know a tutorial in which this is described?
Thanks a lot!