在IE地址栏中输入:
 
 
应得到以下XML文件,如果正确,则说明你的SQL SERVER配置正确.
 
 
  <?xml version="1.0" encoding="utf-8" ?>
- <wsdl:definitions xmlns:wsdl="[url]http://schemas.xmlsoap.org/wsdl/[/url]" xmlns:soap="[url]http://schemas.xmlsoap.org/wsdl/soap/[/url]" xmlns:sqloptions="[url]http://schemas.microsoft.com/sqlserver/2004/SOAP/Options[/url]" xmlns:s0="[url]http://schemas.microsoft.com/sqlserver/2004/SOAP[/url]" xmlns:s1="[url]http://ajax.dtlaizi.com/Bbsdatabase[/url]" xmlns:tns="[url]http://ajax.dtlaizi.com/Bbsdatabase[/url]" targetNamespace="[url]http://ajax.dtlaizi.com/Bbsdatabase[/url]">
- <wsdl:types>
- <xsd:schema xmlns:xsd="[url]http://www.w3.org/2001/XMLSchema[/url]" targetNamespace="[url]http://schemas.microsoft.com/sqlserver/2004/sqltypes[/url]" attributeFormDefault="qualified" xmlns:sqltypes="[url]http://schemas.microsoft.com/sqlserver/2004/sqltypes[/url]">
- <xsd:annotation>
  <xsd:documentation xml:lang="en">XML Schema describing the base types to which SQL Server types are being mapped. For more information, please consult the documentation. (c) Copyright 2004, Microsoft Corporation The following schema for Microsoft SQL Server is presented in XML format and is for informational purposes only. Microsoft Corporation ("Microsoft") may have trademarks, copyrights, or other intellectual property rights covering subject matter in the schema. Microsoft does not make any representation or warranty regarding the schema or any product or item developed based on the schema. The schema is provided to you on an AS IS basis. Microsoft disclaims all express, implied and statutory warranties, including but not limited to the implied warranties of merchantability, fitness for a particular purpose, and freedom from infringement. Without limiting the generality of the foregoing, Microsoft does not make any warranty of any kind that any item developed based on the schema, or any portion of the schema, will not infringe any copyright, patent, trade secret, or other intellectual property right of any person or entity in any country. It is your responsibility to seek licenses for such intellectual property rights where appropriate. MICROSOFT SHALL NOT BE LIABLE FOR ANY DAMAGES OF ANY KIND ARISING OUT OF OR IN CONNECTION WITH THE USE OF THE SCHEMA, INCLUDING WITHOUT LIMITATION, ANY DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL (INCLUDING ANY LOST PROFITS), PUNITIVE OR SPECIAL DAMAGES, WHETHER OR NOT MICROSOFT HAS BEEN ADVISED OF SUCH DAMAGES.</xsd:documentation>
  </xsd:annotation>
<!--
 Global types and attributes that can be used for schema annotations. 
  -->
- <xsd:simpleType name="sqlDbTypeEnum">
- <xsd:restriction base="xsd:string">
  <xsd:enumeration value="BigInt" />
  <xsd:enumeration value="Binary" />
  <xsd:enumeration value="Bit" />
  <xsd:enumeration value="Char" />
  <xsd:enumeration value="DateTime" />
  <xsd:enumeration value="Decimal" />
  <xsd:enumeration value="Float" />
  <xsd:enumeration value="Image" />
  <xsd:enumeration value="Int" />
  <xsd:enumeration value="Money" />
  <xsd:enumeration value="NChar" />
  <xsd:enumeration value="NText" />
<!--
 The sqlDbTypeEnum aligns with the .Net System.Data.SqlDbType enum and does not provide an entry for Numeric (which is mapped to Decimal). 
  -->
  <xsd:enumeration value="NVarChar" />
  <xsd:enumeration value="Real" />
  <xsd:enumeration value="SmallDateTime" />
  <xsd:enumeration value="SmallInt" />
  <xsd:enumeration value="SmallMoney" />
  <xsd:enumeration value="Text" />
  <xsd:enumeration value="Timestamp" />
  <xsd:enumeration value="TinyInt" />
  <xsd:enumeration value="Udt" />
  <xsd:enumeration value="UniqueIdentifier" />
  <xsd:enumeration value="VarBinary" />
  <xsd:enumeration value="VarChar" />
  <xsd:enumeration value="Variant" />
  <xsd:enumeration value="Xml" />
  </xsd:restriction>
  </xsd:simpleType>
- <xsd:simpleType name="sqlCompareOptionsEnum">
- <xsd:restriction base="xsd:string">
  <xsd:enumeration value="Default" />
  <xsd:enumeration value="None" />
  <xsd:enumeration value="IgnoreCase" />
  <xsd:enumeration value="IgnoreNonSpace" />
  <xsd:enumeration value="IgnoreKanaType" />
  <xsd:enumeration value="IgnoreWidth" />
  <xsd:enumeration value="BinarySort" />
  <xsd:enumeration value="BinarySort2" />
  </xsd:restriction>
  </xsd:simpleType>
- <xsd:simpleType name="sqlCompareOptionsList">
  <xsd:list itemType="sqltypes:sqlCompareOptionsEnum" />
  </xsd:simpleType>
  <xsd:attribute default="NVarChar" name="sqlDbType" type="sqltypes:sqlDbTypeEnum" />
  <xsd:attribute name="clrTypeName" type="xsd:string" />
  <xsd:attribute default="1" name="maxLength" type="xsd:long" />
  <xsd:attribute default="-1" name="localeId" type="xsd:int" />
  <xsd:attribute default="Default" name="sqlCompareOptions" type="sqltypes:sqlCompareOptionsList" />
  <xsd:attribute default="0" name="sqlCollationVersion" type="xsd:int" />
  <xsd:attribute default="0" name="sqlSortId" type="xsd:int" />
  <xsd:attribute default="0" name="scale" type="xsd:unsignedByte" />
  <xsd:attribute default="18" name="precision" type="xsd:unsignedByte" />
  <xsd:attribute name="xmlSchemaCollection" type="xsd:string" />
  <xsd:attribute name="sqlTypeAlias" type="xsd:string" />
<!--
 Global types that describe the base SQL types. 
  -->
- <xsd:simpleType name="char">
  <xsd:restriction base="xsd:string" />
  </xsd:simpleType>
- <xsd:simpleType name="nchar">
  <xsd:restriction base="xsd:string" />
  </xsd:simpleType>
- <xsd:simpleType name="varchar">
  <xsd:restriction base="xsd:string" />
  </xsd:simpleType>
- <xsd:simpleType name="nvarchar">
  <xsd:restriction base="xsd:string" />
  </xsd:simpleType>
- <xsd:simpleType name="text">
  <xsd:restriction base="xsd:string" />
  </xsd:simpleType>
- <xsd:simpleType name="ntext">
  <xsd:restriction base="xsd:string" />
  </xsd:simpleType>
- <xsd:simpleType name="varbinary">
  <xsd:restriction base="xsd:base64Binary" />
  </xsd:simpleType>
- <xsd:simpleType name="binary">
  <xsd:restriction base="xsd:base64Binary" />
  </xsd:simpleType>
- <xsd:simpleType name="p_w_picpath">
  <xsd:restriction base="xsd:base64Binary" />
  </xsd:simpleType>
- <xsd:simpleType name="timestamp">
- <xsd:restriction base="xsd:base64Binary">
  <xsd:maxLength value="8" />
  </xsd:restriction>
  </xsd:simpleType>
- <xsd:simpleType name="timestampNumeric">
<!--
 The timestampNumeric type supports a legacy format of timestamp. 
  -->
  <xsd:restriction base="xsd:long" />
  </xsd:simpleType>
- <xsd:simpleType name="decimal">
  <xsd:restriction base="xsd:decimal" />
  </xsd:simpleType>
- <xsd:simpleType name="numeric">
  <xsd:restriction base="xsd:decimal" />
  </xsd:simpleType>
- <xsd:simpleType name="bigint">
  <xsd:restriction base="xsd:long" />
  </xsd:simpleType>
- <xsd:simpleType name="int">
  <xsd:restriction base="xsd:int" />
  </xsd:simpleType>
- <xsd:simpleType name="smallint">
  <xsd:restriction base="xsd:short" />
  </xsd:simpleType>
- <xsd:simpleType name="tinyint">
  <xsd:restriction base="xsd:unsignedByte" />
  </xsd:simpleType>
- <xsd:simpleType name="bit">
  <xsd:restriction base="xsd:boolean" />
  </xsd:simpleType>
- <xsd:simpleType name="float">
  <xsd:restriction base="xsd:double" />
  </xsd:simpleType>
- <xsd:simpleType name="real">
  <xsd:restriction base="xsd:float" />
  </xsd:simpleType>
- <xsd:simpleType name="datetime">
- <xsd:restriction base="xsd:dateTime">
  <xsd:pattern value="((000[1-9])|(00[1-9][0-9])|(0[1-9][0-9]{2})|([1-9][0-9]{3}))-((0[1-9])|(1[012]))-((0[1-9])|([12][0-9])|(3[01]))T(([01][0-9])|(2[0-3]))(:[0-5][0-9]){2}(\.[0-9]{2}[037])?" />
  <xsd:maxInclusive value="9999-12-31T23:59:59.997" />
  <xsd:minInclusive value="1753-01-01T00:00:00.000" />
  </xsd:restriction>
  </xsd:simpleType>
- <xsd:simpleType name="smalldatetime">
- <xsd:restriction base="xsd:dateTime">
  <xsd:pattern value="((000[1-9])|(00[1-9][0-9])|(0[1-9][0-9]{2})|([1-9][0-9]{3}))-((0[1-9])|(1[012]))-((0[1-9])|([12][0-9])|(3[01]))T(([01][0-9])|(2[0-3]))(:[0-5][0-9])(:00)" />
  <xsd:maxInclusive value="2079-06-06T23:59:00" />
  <xsd:minInclusive value="1900-01-01T00:00:00" />
  </xsd:restriction>
  </xsd:simpleType>
- <xsd:simpleType name="money">
- <xsd:restriction base="xsd:decimal">
  <xsd:totalDigits value="19" />
  <xsd:fractionDigits value="4" />
  <xsd:maxInclusive value="922337203685477.5807" />
  <xsd:minInclusive value="-922337203685477.5808" />
  </xsd:restriction>
  </xsd:simpleType>
- <xsd:simpleType name="smallmoney">
- <xsd:restriction base="xsd:decimal">
  <xsd:totalDigits value="10" />
  <xsd:fractionDigits value="4" />
  <xsd:maxInclusive value="214748.3647" />
  <xsd:minInclusive value="-214748.3648" />
  </xsd:restriction>
  </xsd:simpleType>
- <xsd:simpleType name="uniqueidentifier">
- <xsd:restriction base="xsd:string">
  <xsd:pattern value="([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})|(\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\})" />
  </xsd:restriction>
  </xsd:simpleType>
<!--
 sql_variant directly maps to xsd:anyType 
  -->
- <xsd:complexType name="xml" mixed="true">
- <xsd:sequence>
  <xsd:any minOccurs="0" maxOccurs="unbounded" processContents="skip" />
  </xsd:sequence>
  </xsd:complexType>
<!--
 the following type is for FOR XML binary URL results only 
  -->
- <xsd:simpleType name="dbobject">
  <xsd:restriction base="xsd:anyURI" />
  </xsd:simpleType>
  </xsd:schema>
- <xsd:schema xmlns:xsd="[url]http://www.w3.org/2001/XMLSchema[/url]" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="[url]http://schemas.microsoft.com/sqlserver/2004/SOAP/types[/url]">
- <xsd:annotation>
  <xsd:documentation xml:lang="en">(c) Copyright 2004, Microsoft Corporation The following schema for Microsoft SQL Server is presented in XML format and is for informational purposes only. Microsoft Corporation ("Microsoft") may have trademarks, copyrights, or other intellectual property rights covering subject matter in the schema. Microsoft does not make any representation or warranty regarding the schema or any product or item developed based on the schema. The schema is provided to you on an AS IS basis. Microsoft disclaims all express, implied and statutory warranties, including but not limited to the implied warranties of merchantability, fitness for a particular purpose, and freedom from infringement. Without limiting the generality of the foregoing, Microsoft does not make any warranty of any kind that any item developed based on the schema, or any portion of the schema, will not infringe any copyright, patent, trade secret, or other intellectual property right of any person or entity in any country. It is your responsibility to seek licenses for such intellectual property rights where appropriate. MICROSOFT SHALL NOT BE LIABLE FOR ANY DAMAGES OF ANY KIND ARISING OUT OF OR IN CONNECTION WITH THE USE OF THE SCHEMA, INCLUDING WITHOUT LIMITATION, ANY DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL (INCLUDING ANY LOST PROFITS), PUNITIVE OR SPECIAL DAMAGES, WHETHER OR NOT MICROSOFT HAS BEEN ADVISED OF SUCH DAMAGES.</xsd:documentation>
  </xsd:annotation>
- <xsd:complexType name="SqlRowSet">
- <xsd:sequence maxOccurs="unbounded">
  <xsd:element ref="xsd:schema" />
  <xsd:any />
  </xsd:sequence>
  </xsd:complexType>
- <xsd:complexType name="SqlXml" mixed="true">
- <xsd:sequence>
  <xsd:any processContents="skip" />
  </xsd:sequence>
  </xsd:complexType>
- <xsd:simpleType name="SqlResultCode">
- <xsd:restriction base="xsd:int">
  <xsd:minInclusive value="0" />
  </xsd:restriction>
  </xsd:simpleType>
  <xsd:attribute name="IsDataSetWithSchema" type="xsd:boolean" />
  </xsd:schema>
- <xsd:schema xmlns:xsd="[url]http://www.w3.org/2001/XMLSchema[/url]" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="[url]http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlTransaction[/url]">
- <xsd:annotation>
  <xsd:documentation xml:lang="en">(c) Copyright 2004, Microsoft Corporation The following schema for Microsoft SQL Server is presented in XML format and is for informational purposes only. Microsoft Corporation ("Microsoft") may have trademarks, copyrights, or other intellectual property rights covering subject matter in the schema. Microsoft does not make any representation or warranty regarding the schema or any product or item developed based on the schema. The schema is provided to you on an AS IS basis. Microsoft disclaims all express, implied and statutory warranties, including but not limited to the implied warranties of merchantability, fitness for a particular purpose, and freedom from infringement. Without limiting the generality of the foregoing, Microsoft does not make any warranty of any kind that any item developed based on the schema, or any portion of the schema, will not infringe any copyright, patent, trade secret, or other intellectual property right of any person or entity in any country. It is your responsibility to seek licenses for such intellectual property rights where appropriate. MICROSOFT SHALL NOT BE LIABLE FOR ANY DAMAGES OF ANY KIND ARISING OUT OF OR IN CONNECTION WITH THE USE OF THE SCHEMA, INCLUDING WITHOUT LIMITATION, ANY DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL (INCLUDING ANY LOST PROFITS), PUNITIVE OR SPECIAL DAMAGES, WHETHER OR NOT MICROSOFT HAS BEEN ADVISED OF SUCH DAMAGES.</xsd:documentation>
  </xsd:annotation>
- <xsd:complexType name="SqlTransaction">
- <xsd:sequence minOccurs="1" maxOccurs="1">
  <xsd:element name="Descriptor" type="xsd:base64Binary" />
- <xsd:element name="Type">
- <xsd:simpleType>
- <xsd:restriction base="xsd:string">
  <xsd:enumeration value="Begin" />
  <xsd:enumeration value="Commit" />
  <xsd:enumeration value="Rollback" />
  <xsd:enumeration value="EnlistDTC" />
  <xsd:enumeration value="Defect" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
  </xsd:sequence>
  </xsd:complexType>
  </xsd:schema>
- <xsd:schema xmlns:xsd="[url]http://www.w3.org/2001/XMLSchema[/url]" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="[url]http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlRowCount[/url]">
- <xsd:annotation>
  <xsd:documentation xml:lang="en">(c) Copyright 2004, Microsoft Corporation The following schema for Microsoft SQL Server is presented in XML format and is for informational purposes only. Microsoft Corporation ("Microsoft") may have trademarks, copyrights, or other intellectual property rights covering subject matter in the schema. Microsoft does not make any representation or warranty regarding the schema or any product or item developed based on the schema. The schema is provided to you on an AS IS basis. Microsoft disclaims all express, implied and statutory warranties, including but not limited to the implied warranties of merchantability, fitness for a particular purpose, and freedom from infringement. Without limiting the generality of the foregoing, Microsoft does not make any warranty of any kind that any item developed based on the schema, or any portion of the schema, will not infringe any copyright, patent, trade secret, or other intellectual property right of any person or entity in any country. It is your responsibility to seek licenses for such intellectual property rights where appropriate. MICROSOFT SHALL NOT BE LIABLE FOR ANY DAMAGES OF ANY KIND ARISING OUT OF OR IN CONNECTION WITH THE USE OF THE SCHEMA, INCLUDING WITHOUT LIMITATION, ANY DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL (INCLUDING ANY LOST PROFITS), PUNITIVE OR SPECIAL DAMAGES, WHETHER OR NOT MICROSOFT HAS BEEN ADVISED OF SUCH DAMAGES.</xsd:documentation>
  </xsd:annotation>
- <xsd:complexType name="SqlRowCount">
- <xsd:sequence minOccurs="1" maxOccurs="1">
  <xsd:element name="Count" type="xsd:long" />
  </xsd:sequence>
  </xsd:complexType>
  </xsd:schema>
- <xsd:schema xmlns:xsd="[url]http://www.w3.org/2001/XMLSchema[/url]" xmlns:sqlmessage="[url]http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlMessage[/url]" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="[url]http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlMessage[/url]">
- <xsd:annotation>
  <xsd:documentation xml:lang="en">(c) Copyright 2004, Microsoft Corporation The following schema for Microsoft SQL Server is presented in XML format and is for informational purposes only. Microsoft Corporation ("Microsoft") may have trademarks, copyrights, or other intellectual property rights covering subject matter in the schema. Microsoft does not make any representation or warranty regarding the schema or any product or item developed based on the schema. The schema is provided to you on an AS IS basis. Microsoft disclaims all express, implied and statutory warranties, including but not limited to the implied warranties of merchantability, fitness for a particular purpose, and freedom from infringement. Without limiting the generality of the foregoing, Microsoft does not make any warranty of any kind that any item developed based on the schema, or any portion of the schema, will not infringe any copyright, patent, trade secret, or other intellectual property right of any person or entity in any country. It is your responsibility to seek licenses for such intellectual property rights where appropriate. MICROSOFT SHALL NOT BE LIABLE FOR ANY DAMAGES OF ANY KIND ARISING OUT OF OR IN CONNECTION WITH THE USE OF THE SCHEMA, INCLUDING WITHOUT LIMITATION, ANY DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL (INCLUDING ANY LOST PROFITS), PUNITIVE OR SPECIAL DAMAGES, WHETHER OR NOT MICROSOFT HAS BEEN ADVISED OF SUCH DAMAGES.</xsd:documentation>
  </xsd:annotation>
- <xsd:simpleType name="nonNegativeInteger">
- <xsd:restriction base="xsd:int">
  <xsd:minInclusive value="0" />
  </xsd:restriction>
  </xsd:simpleType>
- <xsd:complexType name="SqlMessage">
- <xsd:sequence minOccurs="1" maxOccurs="1">
  <xsd:element name="Class" type="sqlmessage:nonNegativeInteger" />
  <xsd:element name="LineNumber" type="sqlmessage:nonNegativeInteger" />
  <xsd:element name="Message" type="xsd:string" />
  <xsd:element name="Number" type="sqlmessage:nonNegativeInteger" />
  <xsd:element name="Procedure" type="xsd:string" minOccurs="0" />
  <xsd:element name="Server" type="xsd:string" minOccurs="0" />
  <xsd:element name="Source" type="xsd:string" />
  <xsd:element name="State" type="sqlmessage:nonNegativeInteger" />
  </xsd:sequence>
  </xsd:complexType>
  </xsd:schema>
- <xsd:schema xmlns:xsd="[url]http://www.w3.org/2001/XMLSchema[/url]" xmlns:sqlsoaptypes="[url]http://schemas.microsoft.com/sqlserver/2004/SOAP/types[/url]" xmlns:sqlmessage="[url]http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlMessage[/url]" xmlns:sqlrowcount="[url]http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlRowCount[/url]" xmlns:sqltransaction="[url]http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlTransaction[/url]" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="[url]http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlResultStream[/url]">
- <xsd:annotation>
  <xsd:documentation xml:lang="en">(c) Copyright 2004, Microsoft Corporation The following schema for Microsoft SQL Server is presented in XML format and is for informational purposes only. Microsoft Corporation ("Microsoft") may have trademarks, copyrights, or other intellectual property rights covering subject matter in the schema. Microsoft does not make any representation or warranty regarding the schema or any product or item developed based on the schema. The schema is provided to you on an AS IS basis. Microsoft disclaims all express, implied and statutory warranties, including but not limited to the implied warranties of merchantability, fitness for a particular purpose, and freedom from infringement. Without limiting the generality of the foregoing, Microsoft does not make any warranty of any kind that any item developed based on the schema, or any portion of the schema, will not infringe any copyright, patent, trade secret, or other intellectual property right of any person or entity in any country. It is your responsibility to seek licenses for such intellectual property rights where appropriate. MICROSOFT SHALL NOT BE LIABLE FOR ANY DAMAGES OF ANY KIND ARISING OUT OF OR IN CONNECTION WITH THE USE OF THE SCHEMA, INCLUDING WITHOUT LIMITATION, ANY DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL (INCLUDING ANY LOST PROFITS), PUNITIVE OR SPECIAL DAMAGES, WHETHER OR NOT MICROSOFT HAS BEEN ADVISED OF SUCH DAMAGES.</xsd:documentation>
  </xsd:annotation>
  <xsd:import namespace="[url]http://schemas.microsoft.com/sqlserver/2004/SOAP/types[/url]" />
  <xsd:import namespace="[url]http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlMessage[/url]" />
  <xsd:import namespace="[url]http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlRowCount[/url]" />
  <xsd:import namespace="[url]http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlTransaction[/url]" />
- <xsd:complexType name="SqlResultStream">
- <xsd:choice minOccurs="1" maxOccurs="unbounded">
  <xsd:element name="SqlRowSet" type="sqlsoaptypes:SqlRowSet" />
  <xsd:element name="SqlXml" type="sqlsoaptypes:SqlXml" />
  <xsd:element name="SqlMessage" type="sqlmessage:SqlMessage" />
  <xsd:element name="SqlRowCount" type="sqlrowcount:SqlRowCount" />
  <xsd:element name="SqlResultCode" type="sqlsoaptypes:SqlResultCode" />
  <xsd:element name="SqlTransaction" type="sqltransaction:SqlTransaction" />
  </xsd:choice>
  </xsd:complexType>
  </xsd:schema>
- <xsd:schema xmlns:xsd="[url]http://www.w3.org/2001/XMLSchema[/url]" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="[url]http://schemas.microsoft.com/sqlserver/2004/SOAP/Options[/url]">
- <xsd:annotation>
  <xsd:documentation xml:lang="en">(c) Copyright 2004, Microsoft Corporation The following schema for Microsoft SQL Server is presented in XML format and is for informational purposes only. Microsoft Corporation ("Microsoft") may have trademarks, copyrights, or other intellectual property rights covering subject matter in the schema. Microsoft does not make any representation or warranty regarding the schema or any product or item developed based on the schema. The schema is provided to you on an AS IS basis. Microsoft disclaims all express, implied and statutory warranties, including but not limited to the implied warranties of merchantability, fitness for a particular purpose, and freedom from infringement. Without limiting the generality of the foregoing, Microsoft does not make any warranty of any kind that any item developed based on the schema, or any portion of the schema, will not infringe any copyright, patent, trade secret, or other intellectual property right of any person or entity in any country. It is your responsibility to seek licenses for such intellectual property rights where appropriate. MICROSOFT SHALL NOT BE LIABLE FOR ANY DAMAGES OF ANY KIND ARISING OUT OF OR IN CONNECTION WITH THE USE OF THE SCHEMA, INCLUDING WITHOUT LIMITATION, ANY DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL (INCLUDING ANY LOST PROFITS), PUNITIVE OR SPECIAL DAMAGES, WHETHER OR NOT MICROSOFT HAS BEEN ADVISED OF SUCH DAMAGES.</xsd:documentation>
  </xsd:annotation>
- <xsd:element name="initialDatabase">
- <xsd:annotation>
  <xsd:documentation>Set initial database on login.</xsd:documentation>
  </xsd:annotation>
- <xsd:complexType>
- <xsd:attribute name="value" type="xsd:string" form="unqualified" use="required">
- <xsd:annotation>
  <xsd:documentation>The name of the initial database to attach to.</xsd:documentation>
  </xsd:annotation>
  </xsd:attribute>
- <xsd:attribute name="optional" default="false" type="xsd:boolean" form="unqualified">
- <xsd:annotation>
  <xsd:documentation>Whether the initial database is optional or not.</xsd:documentation>
  </xsd:annotation>
  </xsd:attribute>
- <xsd:attribute name="filename" type="xsd:string" form="unqualified">
- <xsd:annotation>
  <xsd:documentation>The filename of the database to attach to.</xsd:documentation>
  </xsd:annotation>
  </xsd:attribute>
  </xsd:complexType>
  </xsd:element>
- <xsd:element name="initialLanguage">
- <xsd:annotation>
  <xsd:documentation>Set initial language to set.</xsd:documentation>
  </xsd:annotation>
- <xsd:complexType>
- <xsd:attribute name="value" type="xsd:string" form="unqualified" use="required">
- <xsd:annotation>
  <xsd:documentation>The name of the initial language to set.</xsd:documentation>
  </xsd:annotation>
  </xsd:attribute>
- <xsd:attribute name="optional" default="false" type="xsd:boolean" form="unqualified">
- <xsd:annotation>
  <xsd:documentation>Whether the initial language is optional or not.</xsd:documentation>
  </xsd:annotation>
  </xsd:attribute>
  </xsd:complexType>
  </xsd:element>
- <xsd:element name="environmentChangeNotifications">
- <xsd:annotation>
  <xsd:documentation>Receive environment change notifications.</xsd:documentation>
  </xsd:annotation>
- <xsd:complexType>
- <xsd:attribute name="databaseChange" default="false" type="xsd:boolean" form="unqualified">
- <xsd:annotation>
  <xsd:documentation>Receive notifications of database changes.</xsd:documentation>
  </xsd:annotation>
  </xsd:attribute>
- <xsd:attribute name="languageChange" default="false" type="xsd:boolean" form="unqualified">
- <xsd:annotation>
  <xsd:documentation>Receive notifications of language changes.</xsd:documentation>
  </xsd:annotation>
  </xsd:attribute>
- <xsd:attribute name="transactionBoundary" default="false" type="xsd:boolean" form="unqualified">
- <xsd:annotation>
  <xsd:documentation>Receive notifications of transaction boundaries.</xsd:documentation>
  </xsd:annotation>
  </xsd:attribute>
  </xsd:complexType>
  </xsd:element>
- <xsd:element name="applicationName">
- <xsd:annotation>
  <xsd:documentation>Set the application name for the login.</xsd:documentation>
  </xsd:annotation>
- <xsd:complexType>
- <xsd:attribute name="value" type="xsd:string" form="unqualified" use="required">
- <xsd:annotation>
  <xsd:documentation>The application name to set for the login.</xsd:documentation>
  </xsd:annotation>
  </xsd:attribute>
  </xsd:complexType>
  </xsd:element>
- <xsd:element name="hostName">
- <xsd:annotation>
  <xsd:documentation>Set the host name for the login.</xsd:documentation>
  </xsd:annotation>
- <xsd:complexType>
- <xsd:attribute name="value" type="xsd:string" form="unqualified" use="required">
- <xsd:annotation>
  <xsd:documentation>The host name to set for the login.</xsd:documentation>
  </xsd:annotation>
  </xsd:attribute>
  </xsd:complexType>
  </xsd:element>
- <xsd:element name="clientPID">
- <xsd:annotation>
  <xsd:documentation>Set the client process ID for the login.</xsd:documentation>
  </xsd:annotation>
- <xsd:complexType>
- <xsd:attribute name="value" type="xsd:long" form="unqualified" use="required">
- <xsd:annotation>
  <xsd:documentation>The client process ID to set for the login.</xsd:documentation>
  </xsd:annotation>
  </xsd:attribute>
  </xsd:complexType>
  </xsd:element>
- <xsd:element name="clientNetworkID">
- <xsd:annotation>
  <xsd:documentation>Set the client network ID for the login.</xsd:documentation>
  </xsd:annotation>
- <xsd:complexType>
- <xsd:attribute name="value" type="xsd:base64Binary" form="unqualified" use="required">
- <xsd:annotation>
  <xsd:documentation>The client network ID to set for the login.</xsd:documentation>
  </xsd:annotation>
  </xsd:attribute>
  </xsd:complexType>
  </xsd:element>
- <xsd:element name="clientInterface">
- <xsd:annotation>
  <xsd:documentation>Set the client interface for the login.</xsd:documentation>
  </xsd:annotation>
- <xsd:complexType>
- <xsd:attribute name="value" type="xsd:string" form="unqualified" use="required">
- <xsd:annotation>
  <xsd:documentation>The client interface to set for the login.</xsd:documentation>
  </xsd:annotation>
  </xsd:attribute>
  </xsd:complexType>
  </xsd:element>
- <xsd:element name="notificationRequest">
- <xsd:annotation>
  <xsd:documentation>Requests query notifications for the request.</xsd:documentation>
  </xsd:annotation>
- <xsd:complexType>
- <xsd:attribute name="notificationId" type="xsd:string" form="unqualified" use="required">
- <xsd:annotation>
  <xsd:documentation>The notification identifier.</xsd:documentation>
  </xsd:annotation>
  </xsd:attribute>
- <xsd:attribute name="deliveryService" type="xsd:string" form="unqualified" use="required">
- <xsd:annotation>
  <xsd:documentation>The delivery service.</xsd:documentation>
  </xsd:annotation>
  </xsd:attribute>
- <xsd:attribute name="timeout" type="xsd:integer" form="unqualified">
- <xsd:annotation>
  <xsd:documentation>The timeout value.</xsd:documentation>
  </xsd:annotation>
  </xsd:attribute>
  </xsd:complexType>
  </xsd:element>
- <xsd:element name="sqlSession">
- <xsd:annotation>
  <xsd:documentation>SQL Server SOAP Session</xsd:documentation>
  </xsd:annotation>
- <xsd:complexType>
- <xsd:attribute name="initiate" default="false" type="xsd:boolean" form="unqualified">
- <xsd:annotation>
  <xsd:documentation>Set to 'true' to request to start a new session.</xsd:documentation>
  </xsd:annotation>
  </xsd:attribute>
- <xsd:attribute name="terminate" default="false" type="xsd:boolean" form="unqualified">
- <xsd:annotation>
  <xsd:documentation>Set to 'true' to request to terminate an existing session.</xsd:documentation>
  </xsd:annotation>
  </xsd:attribute>
- <xsd:attribute name="sessionId" type="xsd:base64Binary" form="unqualified">
- <xsd:annotation>
  <xsd:documentation>The ID of a session.</xsd:documentation>
  </xsd:annotation>
  </xsd:attribute>
- <xsd:attribute name="timeout" type="xsd:int" form="unqualified">
- <xsd:annotation>
  <xsd:documentation>The timeout in seconds before the session expires.</xsd:documentation>
  </xsd:annotation>
  </xsd:attribute>
- <xsd:attribute name="transactionDescriptor" type="xsd:base64Binary" form="unqualified">
- <xsd:annotation>
  <xsd:documentation>The descriptor of a transaction to enlist to.</xsd:documentation>
  </xsd:annotation>
  </xsd:attribute>
  </xsd:complexType>
  </xsd:element>
  </xsd:schema>
- <xsd:schema xmlns:xsd="[url]http://www.w3.org/2001/XMLSchema[/url]" xmlns:sqlparameter="[url]http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlParameter[/url]" xmlns:sqltypes="[url]http://schemas.microsoft.com/sqlserver/2004/sqltypes[/url]" targetNamespace="[url]http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlParameter[/url]" elementFormDefault="qualified" attributeFormDefault="qualified">
- <xsd:annotation>
  <xsd:documentation xml:lang="en">(c) Copyright 2004, Microsoft Corporation The following schema for Microsoft SQL Server is presented in XML format and is for informational purposes only. Microsoft Corporation ("Microsoft") may have trademarks, copyrights, or other intellectual property rights covering subject matter in the schema. Microsoft does not make any representation or warranty regarding the schema or any product or item developed based on the schema. The schema is provided to you on an AS IS basis. Microsoft disclaims all express, implied and statutory warranties, including but not limited to the implied warranties of merchantability, fitness for a particular purpose, and freedom from infringement. Without limiting the generality of the foregoing, Microsoft does not make any warranty of any kind that any item developed based on the schema, or any portion of the schema, will not infringe any copyright, patent, trade secret, or other intellectual property right of any person or entity in any country. It is your responsibility to seek licenses for such intellectual property rights where appropriate. MICROSOFT SHALL NOT BE LIABLE FOR ANY DAMAGES OF ANY KIND ARISING OUT OF OR IN CONNECTION WITH THE USE OF THE SCHEMA, INCLUDING WITHOUT LIMITATION, ANY DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL (INCLUDING ANY LOST PROFITS), PUNITIVE OR SPECIAL DAMAGES, WHETHER OR NOT MICROSOFT HAS BEEN ADVISED OF SUCH DAMAGES.</xsd:documentation>
  </xsd:annotation>
  <xsd:import namespace="[url]http://schemas.microsoft.com/sqlserver/2004/sqltypes[/url]" />
- <xsd:simpleType name="ParameterDirection">
- <xsd:restriction base="xsd:string">
  <xsd:enumeration value="Input" />
  <xsd:enumeration value="InputOutput" />
  </xsd:restriction>
  </xsd:simpleType>
- <xsd:complexType name="ArrayOfSqlParameter">
- <xsd:sequence>
  <xsd:element minOccurs="0" maxOccurs="unbounded" name="SqlParameter" type="sqlparameter:SqlParameter" />
  </xsd:sequence>
  </xsd:complexType>
- <xsd:complexType name="SqlParameter">
- <xsd:sequence>
  <xsd:element minOccurs="1" maxOccurs="1" name="Value" nillable="true" />
  </xsd:sequence>
  <xsd:attribute name="name" type="xsd:string" use="required" form="unqualified" />
  <xsd:attribute default="NVarChar" name="sqlDbType" type="sqltypes:sqlDbTypeEnum" use="optional" form="unqualified" />
  <xsd:attribute default="Input" name="direction" type="sqlparameter:ParameterDirection" use="optional" form="unqualified" />
  <xsd:attribute default="1" name="maxLength" type="xsd:long" use="optional" form="unqualified" />
  <xsd:attribute default="18" name="precision" type="xsd:unsignedByte" use="optional" form="unqualified" />
  <xsd:attribute default="0" name="scale" type="xsd:unsignedByte" use="optional" form="unqualified" />
  <xsd:attribute default="" name="clrTypeName" type="xsd:string" use="optional" form="unqualified" />
  <xsd:attribute default="Default" name="sqlCompareOptions" type="sqltypes:sqlCompareOptionsList" use="optional" form="unqualified" />
  <xsd:attribute default="-1" name="localeId" type="xsd:int" use="optional" form="unqualified" />
  <xsd:attribute default="0" name="sqlCollationVersion" type="xsd:int" use="optional" form="unqualified" />
  <xsd:attribute default="0" name="sqlSortId" type="xsd:int" use="optional" form="unqualified" />
  <xsd:attribute default="" name="xmlSchemaCollection" type="xsd:string" use="optional" form="unqualified" />
  </xsd:complexType>
  </xsd:schema>
- <xsd:schema xmlns:xsd="[url]http://www.w3.org/2001/XMLSchema[/url]" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="[url]http://schemas.microsoft.com/sqlserver/2004/SOAP[/url]" xmlns:sqltypes="[url]http://schemas.microsoft.com/sqlserver/2004/sqltypes[/url]" xmlns:sqlsoaptypes="[url]http://schemas.microsoft.com/sqlserver/2004/SOAP/types[/url]" xmlns:sqlrowcount="[url]http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlRowCount[/url]" xmlns:sqlmessage="[url]http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlMessage[/url]" xmlns:sqlresultstream="[url]http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlResultStream[/url]" xmlns:sqlparameter="[url]http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlParameter[/url]">
  <xsd:import namespace="[url]http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlResultStream[/url]" />
  <xsd:import namespace="[url]http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlParameter[/url]" />
- <xsd:element name="sqlbatch">
- <xsd:complexType>
- <xsd:sequence>
  <xsd:element minOccurs="1" maxOccurs="1" name="BatchCommands" type="xsd:string" />
  <xsd:element minOccurs="0" maxOccurs="1" name="Parameters" type="sqlparameter:ArrayOfSqlParameter" nillable="true" />
  </xsd:sequence>
  </xsd:complexType>
  </xsd:element>
- <xsd:element name="sqlbatchResponse">
- <xsd:complexType>
- <xsd:sequence>
  <xsd:element minOccurs="1" maxOccurs="1" name="sqlbatchResult" type="sqlresultstream:SqlResultStream" nillable="false" />
  <xsd:element minOccurs="0" maxOccurs="1" name="Parameters" type="sqlparameter:ArrayOfSqlParameter" nillable="true" />
  </xsd:sequence>
  </xsd:complexType>
  </xsd:element>
  </xsd:schema>
- <xsd:schema xmlns:xsd="[url]http://www.w3.org/2001/XMLSchema[/url]" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="[url]http://ajax.dtlaizi.com/Bbsdatabase[/url]" xmlns:sqltypes="[url]http://schemas.microsoft.com/sqlserver/2004/sqltypes[/url]" xmlns:sqlsoaptypes="[url]http://schemas.microsoft.com/sqlserver/2004/SOAP/types[/url]" xmlns:sqlrowcount="[url]http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlRowCount[/url]" xmlns:sqlmessage="[url]http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlMessage[/url]" xmlns:sqlresultstream="[url]http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlResultStream[/url]" xmlns:sqlparameter="[url]http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlParameter[/url]">
  <xsd:import namespace="[url]http://schemas.microsoft.com/sqlserver/2004/sqltypes[/url]" />
  <xsd:import namespace="[url]http://schemas.microsoft.com/sqlserver/2004/SOAP/types/SqlResultStream[/url]" />
- <xsd:element name="AddNewMsg">
- <xsd:complexType>
- <xsd:sequence>
  <xsd:element minOccurs="1" maxOccurs="1" name="BBSItem" type="sqltypes:int" nillable="true" />
  <xsd:element minOccurs="1" maxOccurs="1" name="PRECID" type="sqltypes:int" nillable="true" />
  <xsd:element minOccurs="1" maxOccurs="1" name="intSubID" type="sqltypes:int" nillable="true" />
- <xsd:element minOccurs="1" maxOccurs="1" name="StrTitel" nillable="true">
- <xsd:simpleType>
- <xsd:restriction base="sqltypes:nvarchar" sqltypes:localeId="1028" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth">
  <xsd:maxLength value="50" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
- <xsd:element minOccurs="1" maxOccurs="1" name="StrContext" nillable="true">
- <xsd:simpleType>
  <xsd:restriction base="sqltypes:ntext" sqltypes:localeId="1028" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth" />
  </xsd:simpleType>
  </xsd:element>
- <xsd:element minOccurs="1" maxOccurs="1" name="StrCreater" nillable="true">
- <xsd:simpleType>
- <xsd:restriction base="sqltypes:nvarchar" sqltypes:localeId="1028" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth">
  <xsd:maxLength value="50" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
- <xsd:element minOccurs="1" maxOccurs="1" name="DateCreateDate" nillable="true">
- <xsd:simpleType>
- <xsd:restriction base="sqltypes:nvarchar" sqltypes:localeId="1028" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth">
  <xsd:maxLength value="50" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
- <xsd:element minOccurs="1" maxOccurs="1" name="StrState" nillable="true">
- <xsd:simpleType>
- <xsd:restriction base="sqltypes:nvarchar" sqltypes:localeId="1028" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth">
  <xsd:maxLength value="50" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
- <xsd:element minOccurs="1" maxOccurs="1" name="StrReMark" nillable="true">
- <xsd:simpleType>
- <xsd:restriction base="sqltypes:nvarchar" sqltypes:localeId="1028" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth">
  <xsd:maxLength value="50" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
  </xsd:sequence>
  </xsd:complexType>
  </xsd:element>
- <xsd:element name="AddNewMsgResponse">
- <xsd:complexType>
- <xsd:sequence>
  <xsd:element minOccurs="1" maxOccurs="1" nillable="false" name="AddNewMsgResult" type="sqlresultstream:SqlResultStream" />
  </xsd:sequence>
  </xsd:complexType>
  </xsd:element>
- <xsd:element name="AddRecUser">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element minOccurs="1" maxOccurs="1" name="UserName" nillable="true">
- <xsd:simpleType>
- <xsd:restriction base="sqltypes:varchar" sqltypes:localeId="1028" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth">
  <xsd:maxLength value="50" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
- <xsd:element minOccurs="1" maxOccurs="1" name="Password" nillable="true">
- <xsd:simpleType>
- <xsd:restriction base="sqltypes:nvarchar" sqltypes:localeId="1028" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth">
  <xsd:maxLength value="50" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
- <xsd:element minOccurs="1" maxOccurs="1" name="Email" nillable="true">
- <xsd:simpleType>
- <xsd:restriction base="sqltypes:nvarchar" sqltypes:localeId="1028" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth">
  <xsd:maxLength value="50" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
- <xsd:element minOccurs="1" maxOccurs="1" name="Sex" nillable="true">
- <xsd:simpleType>
- <xsd:restriction base="sqltypes:nvarchar" sqltypes:localeId="1028" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth">
  <xsd:maxLength value="2" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
  <xsd:element minOccurs="1" maxOccurs="1" name="Birthday" type="sqltypes:datetime" nillable="true" />
- <xsd:element minOccurs="1" maxOccurs="1" name="Web" nillable="true">
- <xsd:simpleType>
- <xsd:restriction base="sqltypes:nvarchar" sqltypes:localeId="1028" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth">
  <xsd:maxLength value="50" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
- <xsd:element minOccurs="1" maxOccurs="1" name="QQ" nillable="true">
- <xsd:simpleType>
- <xsd:restriction base="sqltypes:nvarchar" sqltypes:localeId="1028" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth">
  <xsd:maxLength value="12" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
- <xsd:element minOccurs="1" maxOccurs="1" name="MSN" nillable="true">
- <xsd:simpleType>
- <xsd:restriction base="sqltypes:nvarchar" sqltypes:localeId="1028" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth">
  <xsd:maxLength value="50" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
- <xsd:element minOccurs="1" maxOccurs="1" name="TaobaoID" nillable="true">
- <xsd:simpleType>
- <xsd:restriction base="sqltypes:nvarchar" sqltypes:localeId="1028" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth">
  <xsd:maxLength value="50" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
- <xsd:element minOccurs="1" maxOccurs="1" name="ZhiFuBao" nillable="true">
- <xsd:simpleType>
- <xsd:restriction base="sqltypes:nvarchar" sqltypes:localeId="1028" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth">
  <xsd:maxLength value="50" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
- <xsd:element minOccurs="1" maxOccurs="1" name="Face" nillable="true">
- <xsd:simpleType>
  <xsd:restriction base="sqltypes:p_w_picpath" />
  </xsd:simpleType>
  </xsd:element>
- <xsd:element minOccurs="1" maxOccurs="1" name="Singer" nillable="true">
- <xsd:simpleType>
- <xsd:restriction base="sqltypes:nvarchar" sqltypes:localeId="1028" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth">
  <xsd:maxLength value="50" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
- <xsd:element minOccurs="1" maxOccurs="1" name="ZhiWoJS" nillable="true">
- <xsd:simpleType>
- <xsd:restriction base="sqltypes:nvarchar" sqltypes:localeId="1028" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth">
  <xsd:maxLength value="50" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
  <xsd:element minOccurs="1" maxOccurs="1" name="LoginCount" type="sqltypes:int" nillable="true" />
  <xsd:element minOccurs="1" maxOccurs="1" name="Online" type="sqltypes:real" nillable="true" />
  </xsd:sequence>
  </xsd:complexType>
  </xsd:element>
- <xsd:element name="AddRecUserResponse">
- <xsd:complexType>
- <xsd:sequence>
  <xsd:element minOccurs="1" maxOccurs="1" nillable="false" name="AddRecUserResult" type="sqlresultstream:SqlResultStream" />
  </xsd:sequence>
  </xsd:complexType>
  </xsd:element>
- <xsd:element name="CheckUserExist">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element minOccurs="1" maxOccurs="1" name="struser" nillable="true">
- <xsd:simpleType>
- <xsd:restriction base="sqltypes:varchar" sqltypes:localeId="1028" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth">
  <xsd:maxLength value="50" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
  <xsd:element minOccurs="1" maxOccurs="1" name="RecCnt" type="sqltypes:int" nillable="true" />
  </xsd:sequence>
  </xsd:complexType>
  </xsd:element>
- <xsd:element name="CheckUserExistResponse">
- <xsd:complexType>
- <xsd:sequence>
  <xsd:element minOccurs="1" maxOccurs="1" nillable="false" name="CheckUserExistResult" type="sqlresultstream:SqlResultStream" />
  <xsd:element minOccurs="0" maxOccurs="1" name="RecCnt" type="sqltypes:int" nillable="true" />
  </xsd:sequence>
  </xsd:complexType>
  </xsd:element>
- <xsd:element name="DataAccessList">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element minOccurs="1" maxOccurs="1" name="struser" nillable="true">
- <xsd:simpleType>
- <xsd:restriction base="sqltypes:varchar" sqltypes:localeId="1028" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth">
  <xsd:maxLength value="50" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
- <xsd:element minOccurs="1" maxOccurs="1" name="strpwd" nillable="true">
- <xsd:simpleType>
- <xsd:restriction base="sqltypes:nvarchar" sqltypes:localeId="1028" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth">
  <xsd:maxLength value="50" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
  <xsd:element minOccurs="1" maxOccurs="1" name="RecCnt" type="sqltypes:int" nillable="true" />
  </xsd:sequence>
  </xsd:complexType>
  </xsd:element>
- <xsd:element name="DataAccessListResponse">
- <xsd:complexType>
- <xsd:sequence>
  <xsd:element minOccurs="1" maxOccurs="1" nillable="false" name="DataAccessListResult" type="sqlresultstream:SqlResultStream" />
  <xsd:element minOccurs="0" maxOccurs="1" name="RecCnt" type="sqltypes:int" nillable="true" />
  </xsd:sequence>
  </xsd:complexType>
  </xsd:element>
- <xsd:element name="FindAllMsg">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element minOccurs="1" maxOccurs="1" name="StrSearch" nillable="true">
- <xsd:simpleType>
- <xsd:restriction base="sqltypes:nvarchar" sqltypes:localeId="1028" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth">
  <xsd:maxLength value="50" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
- <xsd:element minOccurs="1" maxOccurs="1" name="StrCreater" nillable="true">
- <xsd:simpleType>
- <xsd:restriction base="sqltypes:nvarchar" sqltypes:localeId="1028" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth">
  <xsd:maxLength value="20" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
- <xsd:element minOccurs="1" maxOccurs="1" name="StartDate" nillable="true">
- <xsd:simpleType>
- <xsd:restriction base="sqltypes:nvarchar" sqltypes:localeId="1028" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth">
  <xsd:maxLength value="20" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
- <xsd:element minOccurs="1" maxOccurs="1" name="EndDate" nillable="true">
- <xsd:simpleType>
- <xsd:restriction base="sqltypes:nvarchar" sqltypes:localeId="1028" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth">
  <xsd:maxLength value="20" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
- <xsd:element minOccurs="1" maxOccurs="1" name="StrBBSItem" nillable="true">
- <xsd:simpleType>
- <xsd:restriction base="sqltypes:nvarchar" sqltypes:localeId="1028" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth">
  <xsd:maxLength value="20" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
  </xsd:sequence>
  </xsd:complexType>
  </xsd:element>
- <xsd:element name="FindAllMsgResponse">
- <xsd:complexType>
- <xsd:sequence>
  <xsd:element minOccurs="1" maxOccurs="1" nillable="false" name="FindAllMsgResult" type="sqlresultstream:SqlResultStream" />
  </xsd:sequence>
  </xsd:complexType>
  </xsd:element>
- <xsd:element name="InsertIntoBBSObj">
- <xsd:complexType>
- <xsd:sequence>
  <xsd:element minOccurs="1" maxOccurs="1" name="ParentID" type="sqltypes:int" nillable="true" />
  <xsd:element minOccurs="1" maxOccurs="1" name="SubID" type="sqltypes:int" nillable="true" />
- <xsd:element minOccurs="1" maxOccurs="1" name="FunctionTitle" nillable="true">
- <xsd:simpleType>
- <xsd:restriction base="sqltypes:nvarchar" sqltypes:localeId="1028" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth">
  <xsd:maxLength value="50" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
- <xsd:element minOccurs="1" maxOccurs="1" name="FunctionReMark" nillable="true">
- <xsd:simpleType>
- <xsd:restriction base="sqltypes:nvarchar" sqltypes:localeId="1028" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth">
  <xsd:maxLength value="50" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
  </xsd:sequence>
  </xsd:complexType>
  </xsd:element>
- <xsd:element name="InsertIntoBBSObjResponse">
- <xsd:complexType>
- <xsd:sequence>
  <xsd:element minOccurs="1" maxOccurs="1" nillable="false" name="InsertIntoBBSObjResult" type="sqlresultstream:SqlResultStream" />
  </xsd:sequence>
  </xsd:complexType>
  </xsd:element>
- <xsd:element name="InterIntoBBSItem">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element minOccurs="1" maxOccurs="1" name="StrXML" nillable="true">
- <xsd:simpleType>
- <xsd:restriction base="sqltypes:nvarchar" sqltypes:localeId="1028" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth">
  <xsd:maxLength value="4000" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
  </xsd:sequence>
  </xsd:complexType>
  </xsd:element>
- <xsd:element name="InterIntoBBSItemResponse">
- <xsd:complexType>
- <xsd:sequence>
  <xsd:element minOccurs="1" maxOccurs="1" nillable="false" name="InterIntoBBSItemResult" type="sqlresultstream:SqlResultStream" />
  </xsd:sequence>
  </xsd:complexType>
  </xsd:element>
- <xsd:element name="ListAllMsg">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element minOccurs="1" maxOccurs="1" name="BBSItem" nillable="true">
- <xsd:simpleType>
- <xsd:restriction base="sqltypes:nvarchar" sqltypes:localeId="1028" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth">
  <xsd:maxLength value="50" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
  </xsd:sequence>
  </xsd:complexType>
  </xsd:element>
- <xsd:element name="ListAllMsgResponse">
- <xsd:complexType>
- <xsd:sequence>
  <xsd:element minOccurs="1" maxOccurs="1" nillable="false" name="ListAllMsgResult" type="sqlresultstream:SqlResultStream" />
  </xsd:sequence>
  </xsd:complexType>
  </xsd:element>
- <xsd:element name="ListBBSObject">
- <xsd:complexType>
  <xsd:sequence />
  </xsd:complexType>
  </xsd:element>
- <xsd:element name="ListBBSObjectResponse">
- <xsd:complexType>
- <xsd:sequence>
  <xsd:element minOccurs="1" maxOccurs="1" nillable="false" name="ListBBSObjectResult" type="sqlresultstream:SqlResultStream" />
  </xsd:sequence>
  </xsd:complexType>
  </xsd:element>
- <xsd:element name="ListBBsItem">
- <xsd:complexType>
  <xsd:sequence />
  </xsd:complexType>
  </xsd:element>
- <xsd:element name="ListBBsItemResponse">
- <xsd:complexType>
- <xsd:sequence>
  <xsd:element minOccurs="1" maxOccurs="1" nillable="false" name="ListBBsItemResult" type="sqlresultstream:SqlResultStream" />
  </xsd:sequence>
  </xsd:complexType>
  </xsd:element>
- <xsd:element name="ListUserProc">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element minOccurs="1" maxOccurs="1" name="UserName" nillable="true">
- <xsd:simpleType>
- <xsd:restriction base="sqltypes:nvarchar" sqltypes:localeId="1028" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth">
  <xsd:maxLength value="50" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
  </xsd:sequence>
  </xsd:complexType>
  </xsd:element>
- <xsd:element name="ListUserProcResponse">
- <xsd:complexType>
- <xsd:sequence>
  <xsd:element minOccurs="1" maxOccurs="1" nillable="false" name="ListUserProcResult" type="sqlresultstream:SqlResultStream" />
  </xsd:sequence>
  </xsd:complexType>
  </xsd:element>
- <xsd:element name="PrintUserInfo">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element minOccurs="1" maxOccurs="1" name="struser" nillable="true">
- <xsd:simpleType>
- <xsd:restriction base="sqltypes:varchar" sqltypes:localeId="1028" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth">
  <xsd:maxLength value="50" />
  </xsd:restriction>
  </xsd:simpleType>
  </xsd:element>
  </xsd:sequence>
  </xsd:complexType>
  </xsd:element>
- <xsd:element name="PrintUserInfoResponse">
- <xsd:complexType>
- <xsd:sequence>
  <xsd:element minOccurs="1" maxOccurs="1" nillable="false" name="PrintUserInfoResult" type="sqlresultstream:SqlResultStream" />
  </xsd:sequence>
  </xsd:complexType>
  </xsd:element>
  </xsd:schema>
  </wsdl:types>
- <wsdl:message name="sqlbatchSoapIn">
  <wsdl:part name="parameters" element="s0:sqlbatch" />
  </wsdl:message>
- <wsdl:message name="sqlbatchSoapOut">
  <wsdl:part name="parameters" element="s0:sqlbatchResponse" />
  </wsdl:message>
- <wsdl:message name="s1MsgAddNewMsgSoapIn">
  <wsdl:part name="parameters" element="s1:AddNewMsg" />
  </wsdl:message>
- <wsdl:message name="s1MsgAddNewMsgSoapOut">
  <wsdl:part name="parameters" element="s1:AddNewMsgResponse" />
  </wsdl:message>
- <wsdl:message name="s1MsgAddRecUserSoapIn">
  <wsdl:part name="parameters" element="s1:AddRecUser" />
  </wsdl:message>
- <wsdl:message name="s1MsgAddRecUserSoapOut">
  <wsdl:part name="parameters" element="s1:AddRecUserResponse" />
  </wsdl:message>
- <wsdl:message name="s1MsgCheckUserExistSoapIn">
  <wsdl:part name="parameters" element="s1:CheckUserExist" />
  </wsdl:message>
- <wsdl:message name="s1MsgCheckUserExistSoapOut">
  <wsdl:part name="parameters" element="s1:CheckUserExistResponse" />
  </wsdl:message>
- <wsdl:message name="s1MsgDataAccessListSoapIn">
  <wsdl:part name="parameters" element="s1:DataAccessList" />
  </wsdl:message>
- <wsdl:message name="s1MsgDataAccessListSoapOut">
  <wsdl:part name="parameters" element="s1:DataAccessListResponse" />
  </wsdl:message>
- <wsdl:message name="s1MsgFindAllMsgSoapIn">
  <wsdl:part name="parameters" element="s1:FindAllMsg" />
  </wsdl:message>
- <wsdl:message name="s1MsgFindAllMsgSoapOut">
  <wsdl:part name="parameters" element="s1:FindAllMsgResponse" />
  </wsdl:message>
- <wsdl:message name="s1MsgInsertIntoBBSObjSoapIn">
  <wsdl:part name="parameters" element="s1:InsertIntoBBSObj" />
  </wsdl:message>
- <wsdl:message name="s1MsgInsertIntoBBSObjSoapOut">
  <wsdl:part name="parameters" element="s1:InsertIntoBBSObjResponse" />
  </wsdl:message>
- <wsdl:message name="s1MsgInterIntoBBSItemSoapIn">
  <wsdl:part name="parameters" element="s1:InterIntoBBSItem" />
  </wsdl:message>
- <wsdl:message name="s1MsgInterIntoBBSItemSoapOut">
  <wsdl:part name="parameters" element="s1:InterIntoBBSItemResponse" />
  </wsdl:message>
- <wsdl:message name="s1MsgListAllMsgSoapIn">
  <wsdl:part name="parameters" element="s1:ListAllMsg" />
  </wsdl:message>
- <wsdl:message name="s1MsgListAllMsgSoapOut">
  <wsdl:part name="parameters" element="s1:ListAllMsgResponse" />
  </wsdl:message>
- <wsdl:message name="s1MsgListBBSObjectSoapIn">
  <wsdl:part name="parameters" element="s1:ListBBSObject" />
  </wsdl:message>
- <wsdl:message name="s1MsgListBBSObjectSoapOut">
  <wsdl:part name="parameters" element="s1:ListBBSObjectResponse" />
  </wsdl:message>
- <wsdl:message name="s1MsgListBBsItemSoapIn">
  <wsdl:part name="parameters" element="s1:ListBBsItem" />
  </wsdl:message>
- <wsdl:message name="s1MsgListBBsItemSoapOut">
  <wsdl:part name="parameters" element="s1:ListBBsItemResponse" />
  </wsdl:message>
- <wsdl:message name="s1MsgListUserProcSoapIn">
  <wsdl:part name="parameters" element="s1:ListUserProc" />
  </wsdl:message>
- <wsdl:message name="s1MsgListUserProcSoapOut">
  <wsdl:part name="parameters" element="s1:ListUserProcResponse" />
  </wsdl:message>
- <wsdl:message name="s1MsgPrintUserInfoSoapIn">
  <wsdl:part name="parameters" element="s1:PrintUserInfo" />
  </wsdl:message>
- <wsdl:message name="s1MsgPrintUserInfoSoapOut">
  <wsdl:part name="parameters" element="s1:PrintUserInfoResponse" />
  </wsdl:message>
- <wsdl:portType name="SelectRegRecSoap">
- <wsdl:operation name="sqlbatch">
  <wsdl:input message="tns:sqlbatchSoapIn" />
  <wsdl:output message="tns:sqlbatchSoapOut" />
  </wsdl:operation>
- <wsdl:operation name="AddNewMsg">
  <wsdl:input name="s1MsgAddNewMsgSoapIn" message="tns:s1MsgAddNewMsgSoapIn" />
  <wsdl:output name="s1MsgAddNewMsgSoapOut" message="tns:s1MsgAddNewMsgSoapOut" />
  </wsdl:operation>
- <wsdl:operation name="AddRecUser">
  <wsdl:input name="s1MsgAddRecUserSoapIn" message="tns:s1MsgAddRecUserSoapIn" />
  <wsdl:output name="s1MsgAddRecUserSoapOut" message="tns:s1MsgAddRecUserSoapOut" />
  </wsdl:operation>
- <wsdl:operation name="CheckUserExist">
  <wsdl:input name="s1MsgCheckUserExistSoapIn" message="tns:s1MsgCheckUserExistSoapIn" />
  <wsdl:output name="s1MsgCheckUserExistSoapOut" message="tns:s1MsgCheckUserExistSoapOut" />
  </wsdl:operation>
- <wsdl:operation name="DataAccessList">
  <wsdl:input name="s1MsgDataAccessListSoapIn" message="tns:s1MsgDataAccessListSoapIn" />
  <wsdl:output name="s1MsgDataAccessListSoapOut" message="tns:s1MsgDataAccessListSoapOut" />
  </wsdl:operation>
- <wsdl:operation name="FindAllMsg">
  <wsdl:input name="s1MsgFindAllMsgSoapIn" message="tns:s1MsgFindAllMsgSoapIn" />
  <wsdl:output name="s1MsgFindAllMsgSoapOut" message="tns:s1MsgFindAllMsgSoapOut" />
  </wsdl:operation>
- <wsdl:operation name="InsertIntoBBSObj">
  <wsdl:input name="s1MsgInsertIntoBBSObjSoapIn" message="tns:s1MsgInsertIntoBBSObjSoapIn" />
  <wsdl:output name="s1MsgInsertIntoBBSObjSoapOut" message="tns:s1MsgInsertIntoBBSObjSoapOut" />
  </wsdl:operation>
- <wsdl:operation name="InterIntoBBSItem">
  <wsdl:input name="s1MsgInterIntoBBSItemSoapIn" message="tns:s1MsgInterIntoBBSItemSoapIn" />
  <wsdl:output name="s1MsgInterIntoBBSItemSoapOut" message="tns:s1MsgInterIntoBBSItemSoapOut" />
  </wsdl:operation>
- <wsdl:operation name="ListAllMsg">
  <wsdl:input name="s1MsgListAllMsgSoapIn" message="tns:s1MsgListAllMsgSoapIn" />
  <wsdl:output name="s1MsgListAllMsgSoapOut" message="tns:s1MsgListAllMsgSoapOut" />
  </wsdl:operation>
- <wsdl:operation name="ListBBSObject">
  <wsdl:input name="s1MsgListBBSObjectSoapIn" message="tns:s1MsgListBBSObjectSoapIn" />
  <wsdl:output name="s1MsgListBBSObjectSoapOut" message="tns:s1MsgListBBSObjectSoapOut" />
  </wsdl:operation>
- <wsdl:operation name="ListBBsItem">
  <wsdl:input name="s1MsgListBBsItemSoapIn" message="tns:s1MsgListBBsItemSoapIn" />
  <wsdl:output name="s1MsgListBBsItemSoapOut" message="tns:s1MsgListBBsItemSoapOut" />
  </wsdl:operation>
- <wsdl:operation name="ListUserProc">
  <wsdl:input name="s1MsgListUserProcSoapIn" message="tns:s1MsgListUserProcSoapIn" />
  <wsdl:output name="s1MsgListUserProcSoapOut" message="tns:s1MsgListUserProcSoapOut" />
  </wsdl:operation>
- <wsdl:operation name="PrintUserInfo">
  <wsdl:input name="s1MsgPrintUserInfoSoapIn" message="tns:s1MsgPrintUserInfoSoapIn" />
  <wsdl:output name="s1MsgPrintUserInfoSoapOut" message="tns:s1MsgPrintUserInfoSoapOut" />
  </wsdl:operation>
  </wsdl:portType>
- <wsdl:binding name="SelectRegRecSoap" type="tns:SelectRegRecSoap">
  <soap:binding transport="[url]http://schemas.xmlsoap.org/soap/http[/url]" style="document" />
- <wsdl:operation name="sqlbatch">
  <soap:operation soapAction="[url]http://schemas.microsoft.com/sqlserver/2004/SOAPsqlbatch[/url]" style="document" />
- <wsdl:input>
  <soap:body use="literal" />
  </wsdl:input>
- <wsdl:output>
  <soap:body use="literal" />
  </wsdl:output>
  </wsdl:operation>
- <wsdl:operation name="AddNewMsg">
  <soap:operation soapAction="[url]http://ajax.dtlaizi.com/BbsdatabaseAddNewMsg[/url]" style="document" />
- <wsdl:input name="s1MsgAddNewMsgSoapIn">
  <soap:body use="literal" />
  </wsdl:input>
- <wsdl:output name="s1MsgAddNewMsgSoapOut">
  <soap:body use="literal" />
  </wsdl:output>
  </wsdl:operation>
- <wsdl:operation name="AddRecUser">
  <soap:operation soapAction="[url]http://ajax.dtlaizi.com/BbsdatabaseAddRecUser[/url]" style="document" />
- <wsdl:input name="s1MsgAddRecUserSoapIn">
  <soap:body use="literal" />
  </wsdl:input>
- <wsdl:output name="s1MsgAddRecUserSoapOut">
  <soap:body use="literal" />
  </wsdl:output>
  </wsdl:operation>
- <wsdl:operation name="CheckUserExist">
  <soap:operation soapAction="[url]http://ajax.dtlaizi.com/BbsdatabaseCheckUserExist[/url]" style="document" />
- <wsdl:input name="s1MsgCheckUserExistSoapIn">
  <soap:body use="literal" />
  </wsdl:input>
- <wsdl:output name="s1MsgCheckUserExistSoapOut">
  <soap:body use="literal" />
  </wsdl:output>
  </wsdl:operation>
- <wsdl:operation name="DataAccessList">
  <soap:operation soapAction="[url]http://ajax.dtlaizi.com/BbsdatabaseDataAccessList[/url]" style="document" />
- <wsdl:input name="s1MsgDataAccessListSoapIn">
  <soap:body use="literal" />
  </wsdl:input>
- <wsdl:output name="s1MsgDataAccessListSoapOut">
  <soap:body use="literal" />
  </wsdl:output>
  </wsdl:operation>
- <wsdl:operation name="FindAllMsg">
  <soap:operation soapAction="[url]http://ajax.dtlaizi.com/BbsdatabaseFindAllMsg[/url]" style="document" />
- <wsdl:input name="s1MsgFindAllMsgSoapIn">
  <soap:body use="literal" />
  </wsdl:input>
- <wsdl:output name="s1MsgFindAllMsgSoapOut">
  <soap:body use="literal" />
  </wsdl:output>
  </wsdl:operation>
- <wsdl:operation name="InsertIntoBBSObj">
  <soap:operation soapAction="[url]http://ajax.dtlaizi.com/BbsdatabaseInsertIntoBBSObj[/url]" style="document" />
- <wsdl:input name="s1MsgInsertIntoBBSObjSoapIn">
  <soap:body use="literal" />
  </wsdl:input>
- <wsdl:output name="s1MsgInsertIntoBBSObjSoapOut">
  <soap:body use="literal" />
  </wsdl:output>
  </wsdl:operation>
- <wsdl:operation name="InterIntoBBSItem">
  <soap:operation soapAction="[url]http://ajax.dtlaizi.com/BbsdatabaseInterIntoBBSItem[/url]" style="document" />
- <wsdl:input name="s1MsgInterIntoBBSItemSoapIn">
  <soap:body use="literal" />
  </wsdl:input>
- <wsdl:output name="s1MsgInterIntoBBSItemSoapOut">
  <soap:body use="literal" />
  </wsdl:output>
  </wsdl:operation>
- <wsdl:operation name="ListAllMsg">
  <soap:operation soapAction="[url]http://ajax.dtlaizi.com/BbsdatabaseListAllMsg[/url]" style="document" />
- <wsdl:input name="s1MsgListAllMsgSoapIn">
  <soap:body use="literal" />
  </wsdl:input>
- <wsdl:output name="s1MsgListAllMsgSoapOut">
  <soap:body use="literal" />
  </wsdl:output>
  </wsdl:operation>
- <wsdl:operation name="ListBBSObject">
  <soap:operation soapAction="[url]http://ajax.dtlaizi.com/BbsdatabaseListBBSObject[/url]" style="document" />
- <wsdl:input name="s1MsgListBBSObjectSoapIn">
  <soap:body use="literal" />
  </wsdl:input>
- <wsdl:output name="s1MsgListBBSObjectSoapOut">
  <soap:body use="literal" />
  </wsdl:output>
  </wsdl:operation>
- <wsdl:operation name="ListBBsItem">
  <soap:operation soapAction="[url]http://ajax.dtlaizi.com/BbsdatabaseListBBsItem[/url]" style="document" />
- <wsdl:input name="s1MsgListBBsItemSoapIn">
  <soap:body use="literal" />
  </wsdl:input>
- <wsdl:output name="s1MsgListBBsItemSoapOut">
  <soap:body use="literal" />
  </wsdl:output>
  </wsdl:operation>
- <wsdl:operation name="ListUserProc">
  <soap:operation soapAction="[url]http://ajax.dtlaizi.com/BbsdatabaseListUserProc[/url]" style="document" />
- <wsdl:input name="s1MsgListUserProcSoapIn">
  <soap:body use="literal" />
  </wsdl:input>
- <wsdl:output name="s1MsgListUserProcSoapOut">
  <soap:body use="literal" />
  </wsdl:output>
  </wsdl:operation>
- <wsdl:operation name="PrintUserInfo">
  <soap:operation soapAction="[url]http://ajax.dtlaizi.com/BbsdatabasePrintUserInfo[/url]" style="document" />
- <wsdl:input name="s1MsgPrintUserInfoSoapIn">
  <soap:body use="literal" />
  </wsdl:input>
- <wsdl:output name="s1MsgPrintUserInfoSoapOut">
  <soap:body use="literal" />
  </wsdl:output>
  </wsdl:operation>
  </wsdl:binding>
- <wsdl:service name="SelectRegRec">
- <wsdl:port name="SelectRegRec" binding="tns:SelectRegRecSoap">
  <soap:address location="[url]http://ajax.dtlaizi.com/Bbsdatabase[/url]" />
  </wsdl:port>
  </wsdl:service>
  </wsdl:definitions>
 
这个XML返回,你定义了所有的存储过程.