请教Web Services客户端XmlArrayItemAttribute 并不包含对“Form”的定义
各位老大帮忙,服务器端为JAVA开发,客户端为.net2003开发,引用Web引用后Reference.cs中有:[System.Web.Services.Protocols.SoapDocumentMethodAttribute("", RequestNamespace="http://wmsmngpackage", ResponseNamespace="http://wmsmngpackage", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlArrayAttribute("delaltcclientbillReturn", Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true)]
[return: System.Xml.Serialization.XmlArrayItemAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public string[] delaltcclientbill([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified, IsNullable=true)] string billno) {
object[] results = this.Invoke("delaltcclientbill", new object[] {
billno});
return ((string[])(results[0]));
}
编译时提示System.Xml.Serialization.XmlArrayAttribute 并不包含对“Form”的定义,什么原因?请各位大侠指点,谢谢。 --------------------编程问答-------------------- 那位大侠了解,帮帮忙,急需解决。谢谢!!! --------------------编程问答-------------------- UP --------------------编程问答-------------------- 关注一下。。。。
Andrew
补充:.NET技术 , Web Services