enterprise.wsdl
来自「开源的axis2框架的源码。用于开发WEBSERVER」· WSDL 代码 · 共 871 行 · 第 1/5 页
WSDL
871 行
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
~ distributed with this work for additional information
~ regarding copyright ownership. The ASF licenses this file
~ to you under the Apache License, Version 2.0 (the
~ "License"); you may not use this file except in compliance
~ with the License. You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing,
~ software distributed under the License is distributed on an
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
~ KIND, either express or implied. See the License for the
~ specific language governing permissions and limitations
~ under the License.
-->
<!--
Salesforce.com Enterprise Web Services API Version 7.0
Generated on 2006-04-19 00:28:06 +0000.
Copyright 1999-2006 salesforce.com, inc.
All Rights Reserved
-->
<definitions targetNamespace="urn:enterprise.soap.sforce.com"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:tns="urn:enterprise.soap.sforce.com"
xmlns:fns="urn:fault.enterprise.soap.sforce.com"
xmlns:ens="urn:sobject.enterprise.soap.sforce.com">
<types>
<schema elementFormDefault="qualified" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:sobject.enterprise.soap.sforce.com">
<import namespace="urn:enterprise.soap.sforce.com"/>
<!-- Base sObject (abstract) -->
<complexType name="sObject">
<sequence>
<element name="fieldsToNull" type="xsd:string" nillable="true" minOccurs="0" maxOccurs="unbounded"/>
<element name="Id" type="tns:ID" nillable="true" minOccurs="0" maxOccurs="1" />
</sequence>
</complexType>
<complexType name="Account">
<complexContent>
<extension base="ens:sObject">
<sequence>
<element name="ANewField__c" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="AccountNumber" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="Active__c" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="AnnualRevenue" nillable="true" minOccurs="0" type="xsd:double"/>
<element name="BillingCity" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="BillingCountry" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="BillingPostalCode" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="BillingState" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="BillingStreet" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
<element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
<element name="CurrencyIsoCode" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="CustomerPriority__c" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="Description" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="Fax" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="Foo__c" nillable="true" minOccurs="0" type="xsd:boolean"/>
<element name="Industry" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
<element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
<element name="Name" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="NumberOfEmployees" nillable="true" minOccurs="0" type="xsd:int"/>
<element name="NumberofLocations__c" nillable="true" minOccurs="0" type="xsd:double"/>
<element name="OwnerId" nillable="true" minOccurs="0" type="tns:ID"/>
<element name="Ownership" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="ParentId" nillable="true" minOccurs="0" type="tns:ID"/>
<element name="Phone" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="Rating" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="SLAExpirationDate__c" nillable="true" minOccurs="0" type="xsd:date"/>
<element name="SLASerialNumber__c" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="SLA__c" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="ShippingCity" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="ShippingCountry" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="ShippingPostalCode" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="ShippingState" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="ShippingStreet" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="Sic" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="Site" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
<element name="TickerSymbol" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="Type" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="UpsellOpportunity__c" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="Website" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="guid__c" nillable="true" minOccurs="0" type="xsd:string"/>
</sequence>
</extension>
</complexContent>
</complexType>
<element name="Account" type="ens:Account"/>
<complexType name="AccountContactRole">
<complexContent>
<extension base="ens:sObject">
<sequence>
<element name="AccountId" nillable="true" minOccurs="0" type="tns:ID"/>
<element name="ContactId" nillable="true" minOccurs="0" type="tns:ID"/>
<element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
<element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
<element name="IsPrimary" nillable="true" minOccurs="0" type="xsd:boolean"/>
<element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
<element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
<element name="Role" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
</sequence>
</extension>
</complexContent>
</complexType>
<element name="AccountContactRole" type="ens:AccountContactRole"/>
<complexType name="AccountPartner">
<complexContent>
<extension base="ens:sObject">
<sequence>
<element name="AccountFromId" nillable="true" minOccurs="0" type="tns:ID"/>
<element name="AccountToId" nillable="true" minOccurs="0" type="tns:ID"/>
<element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
<element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
<element name="IsPrimary" nillable="true" minOccurs="0" type="xsd:boolean"/>
<element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
<element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
<element name="OpportunityId" nillable="true" minOccurs="0" type="tns:ID"/>
<element name="Role" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
</sequence>
</extension>
</complexContent>
</complexType>
<element name="AccountPartner" type="ens:AccountPartner"/>
<complexType name="AccountShare">
<complexContent>
<extension base="ens:sObject">
<sequence>
<element name="AccountAccessLevel" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="AccountId" nillable="true" minOccurs="0" type="tns:ID"/>
<element name="CaseAccessLevel" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
<element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
<element name="OpportunityAccessLevel" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="RowCause" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="UserOrGroupId" nillable="true" minOccurs="0" type="tns:ID"/>
</sequence>
</extension>
</complexContent>
</complexType>
<element name="AccountShare" type="ens:AccountShare"/>
<complexType name="AccountTeamMember">
<complexContent>
<extension base="ens:sObject">
<sequence>
<element name="AccountId" nillable="true" minOccurs="0" type="tns:ID"/>
<element name="CreatedById" nillable="true" minOccurs="0" type="tns:ID"/>
<element name="CreatedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
<element name="LastModifiedById" nillable="true" minOccurs="0" type="tns:ID"/>
<element name="LastModifiedDate" nillable="true" minOccurs="0" type="xsd:dateTime"/>
<element name="SystemModstamp" nillable="true" minOccurs="0" type="xsd:dateTime"/>
<element name="TeamMemberRole" nillable="true" minOccurs="0" type="xsd:string"/>
<element name="UserId" nillable="true" minOccurs="0" type="tns:ID"/>
</sequence>
</extension>
</complexContent>
</complexType>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?