标签: c# xml soap
我需要拨打肥皂电话。我添加了web链接并输入wsdl,Visual Studio生成一个派生自System.Web.Services.Protocols.SoapHttpClientProtocol的类。
System.Web.Services.Protocols.SoapHttpClientProtocol
但是当我调用方法(f.i. CreateOrder)时,它会抛出FormatException。但来自SoapUI的呼叫成功通过。我需要的是获取原始xml请求以分析错误。我可以得到吗?
CreateOrder
FormatException