当前位置:编程学习 > wap >>

PDA调用Web服务时报错

1、调用服务时报异常:System.InvalidOperationException: 客户端发现响应内容的类型为“text/html; charset=us-ascii”,但应该是“text/xml”。
2、Web服务在其他桌面程序里调用正常。 --------------------编程问答-------------------- try
            {
                service.HelloWorld();
            }
            catch (Exception ex)            
            {                   
                MessageBox.Show(ex.Message, "系统提示", MessageBoxButtons.OK, MessageBoxIcon.Exclamation,MessageBoxDefaultButton.Button1);
                this.Close();
                return;
            } --------------------编程问答-------------------- 没遇到过此问题的吗
补充:移动开发 ,  移动开发其他问题
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,