المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Client found response content type of 'multipart/related; but expected 'text/xml'.



C# Programming
04-30-2012, 10:40 PM
Hi,
When I tried to access a method of webservice, I got the below exception in my windows application(.net 3.5).
"Client found response content type of 'multipart/related; but expected 'text/xml'."

When I searched, I found the solutions for web applications using MTOM encoding in wsHttpBinding. How can I resolve this issue in windows application(without installing WSE)

Thanks in advance.