Posts Tagged ‘service request’
How do I write to a specific URL using php sockets?
I need to open a socket to a url, then send some data and read the response.
The service is running on a Web server.
So technically I want to open up a connection on port 80, then open up "/service/request" and then send some XML commands and then receive the response.
How do you sent xml code “via HTTP” ?
What does this mean and how do I do this ?
I have a "web service request" written in xml that I need to send…
I suspect I need an xml Editor to import my code and send it out to HTTP, but I don’t know.