My client has shared with me a webservice with its methods so that i could integrate with it. Are there any way to consume this webservice?. A simple sample would be interesting. I have to mention that the webservice returns an xml response so how do i unserialize to use the response?
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:red="http://myhosting/">
<soapenv:Header/>
<soapenv:Body>
<red:begin>
<!--Optional:-->
<username>w123456789</username>
<!--Optional:-->
<password>1111</password>
<!--Optional:-->
<mac>123456789123456</mac>
<phone>941880834</phone>
</red:begin>
</soapenv:Body>
</soapenv:Envelope>