[求助]帮我看看这个webservice吧,怎么样接收和返回对象数组?
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Diagnostics;
using System.Web;
using System.Web.Services;
using MySQLDriverCS;
using MySQLConn;
using XpsPublicInfo;
namespace APService
{
/// <summary>
/// NewProductOrder 的摘要说明。
/// </summary>
[WebService(Namespace= "http://www.openuri.org/ ")]
public class NewProductOrder : System.Web.Services.WebService
{
public NewProductOrder()
{
//CODEGEN: 该调用是 ASP.NET Web 服务设计器所必需的
InitializeComponent();
}
#region 组件设计器生成的代码
//Web 服务设计器所必需的
private IContainer components = null;
/// <summary>
/// 设计器支持所需的方法 - 不要使用代码编辑器修改
/// 此方法的内容。
/// </summary>
private void InitializeComponent()
{
}
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
protected override void Dispose( bool disposing )
{
if(disposing && components != null)
{