问题描述
嗨所有
有人可以帮帮我
我想要得到的来自我的c#
代码中的Web服务调用的soap消息。我正在使用.net 2和vs 2005
SoapMessage消息;
message.GetReturnValue();
但它表示使用未分配的本地变量''消息''
是任何人都可以提供帮助
hi all
can someone help me out
i''m trying to get the soap message from a web service call in my c#
code. i''m using .net 2 and vs 2005
SoapMessage message;
message.GetReturnValue();
but it says Use of unassigned local variable ''message''
is anyone able to help
推荐答案
- 显示引用的文字 -
- Show quoted text -
我试过这个例子
但我在这行代码上出错了
doc.LoadXml(SoapMessage);
System.Web.Services.Protocols.SoapMessage''是''type''但是用'
就像''变量''
我不知道如何解决它
I''ve tried this example
but i get an error on this line of code
doc.LoadXml(SoapMessage);
System.Web.Services.Protocols.SoapMessage'' is a ''type'' but is used
like a ''variable''
I don''t know how to solve it
这篇关于soapmessage c#windows app help的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!