InputEnvelope 对象
相关项: API 测试
描述
访问 Web Service、HTTP 请求和 SOAP 请求活动的输入属性信封。
语法
this.<活动>.InputEnvelope.<支持的对象/方法>
支持的对象和方法
此对象为 XML Document 类的标准对象。XML Document 类所有支持的对象和方法可用于此对象。
示例
var GetFlights_Input_Arrival_City = GetDataSource("WebServiceData!Input").GetValue(this.Loop2.CurrentIterationNumber-1, "ArrivalCity").ToString();
StServiceCallActivity4.InputEnvelope.SelectSingleNode("/*[local-name(.)='Envelope'][1]/*[local-name(.)='Body'][1]/*[local-name(.)='GetFlights'][1]/*[local-name(.)='ArrivalCity'][1]").InnerText = GetFlights_Input_Arrival_City;