.net WebService 自定义类型序列化[Serializable]
.net WebService 自定义类型序列化
public class ItemInfo
.net WebService 自定义类型序列化
}


.net WebService 自定义类型序列化    [WebMethod(Description = "查询物品信息")]
.net WebService 自定义类型序列化    [SoapHeader(
"Credentails", Direction = SoapHeaderDirection.InOut)]
.net WebService 自定义类型序列化    [XmlInclude(
typeof(ItemInfo))]
.net WebService 自定义类型序列化    
public ArrayList  QueryItemInfo (string ItemName)
}

相关文章: