I have iPhone app that worked fine with SOAP and WSDL untill today. It suddenly started sending SOAP response with stripped end tag. for example
...../SOAP-ENV:Body></SOAP-ENV:Envelop
instead of
..../SOAP-ENV:Body></SOAP-ENV:Envelope>
Nothing have been changed from server. Any idea why i am getting this error