JBO-27008:视图对象中的属性HQBranchIndicator无法设置OrganizationParty

时间:2018-05-12 11:43:24

标签: c# oracle web-services service-reference

尝试在oracle webservice中创建组织时出错。 该字段设置为可空,我没有使用该字段。要解决此问题,我需要将HQBranchIndicator设置为空字符串“”。但是会发生其他字段错误,因为有太多字段是最好的。如何解决这个问题?我可以将所有字段设置为空字符串吗?

[System.Xml.Serialization.XmlElementAttribute(IsNullable=true, Order=12)]
public string HQBranchIndicator {
            get {
                return this.hQBranchIndicatorField;
            }
            set {
                this.hQBranchIndicatorField = value;
                this.RaisePropertyChanged("HQBranchIndicator");
            }
}

0 个答案:

没有答案