我正在尝试在我的mvc应用程序中使用java webservice,它不能在vs 2012版本中抛出IOException,但同样在vs 2010中运行良好没有任何问题。
请帮忙吗?
Namespace="//http://example.com/" is not supported with rpc\literal soap. The wrapper element has to be unqualified.
我在参考文件中有如下所示的更改仍有问题,它是抛出java null引用
[System.ServiceModel.XmlSerializerFormatAttribute(Style = System.ServiceModel.OperationFormatStyle.Document, SupportFaults = true)]