Hi,
i need to create a php web service which reads a xml request generated from a c# web server.
how should i go about doing this?
I found an example at here.
I suppose i have to create a file to watch for incoming xml request. is this file similar to the client in the above link example??