Soap help

How do I read below http request from server. Is this soap?


POST /weather.jsp HTTP/1.1
host: msdpdevrt:8080
user-agent: SonyEricssonK750
connection: keep-alive
accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
accept-language: en-us,en;q=0.5
accept-encoding: gzip,deflate
accept-charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
keep-alive: 300
Keyword: weather
message: weather Kuala Lumpur
Content-Length: 127
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><ProviderMessage><Request>weather Kuala
Lumpur</Request></ProviderMessage>

Can I print $_POST value? How to extract it?

Your question doesn’t make that much sense to me. but… You seem to have some headers prepended to an xml file. What are you trying to achieve? Perhaps that will answer a question you are trying to ask!?