⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mappoint.wsdl

📁 微软的行业应用解决方案实例!非常优秀的Windows Mobile开发案例
💻 WSDL
📖 第 1 页 / 共 5 页
字号:
      <s:element name="CustomerInfoRenderHeader" type="tns:CustomerInfoRenderHeader" />
      <s:complexType name="CustomerInfoRenderHeader">
        <s:complexContent mixed="false">
          <s:extension base="tns:CustomerInfoHeader" />
        </s:complexContent>
      </s:complexType>
      <s:element name="UserInfoRenderHeader" type="tns:UserInfoRenderHeader" />
      <s:complexType name="UserInfoRenderHeader">
        <s:complexContent mixed="false">
          <s:extension base="tns:UserInfoHeader" />
        </s:complexContent>
      </s:complexType>
      <s:element name="ConvertToPoint">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="latLong" type="tns:ArrayOfLatLong" />
            <s:element minOccurs="0" maxOccurs="1" name="view" type="tns:MapView" />
            <s:element minOccurs="1" maxOccurs="1" name="width" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="height" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfPixelCoord">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="PixelCoord" nillable="true" type="tns:PixelCoord" />
        </s:sequence>
      </s:complexType>
      <s:element name="ConvertToPointResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ConvertToPointResult" type="tns:ArrayOfPixelCoord" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ConvertToLatLong">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="pixels" type="tns:ArrayOfPixelCoord" />
            <s:element minOccurs="0" maxOccurs="1" name="view" type="tns:MapView" />
            <s:element minOccurs="1" maxOccurs="1" name="width" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="height" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ConvertToLatLongResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ConvertToLatLongResult" type="tns:ArrayOfLatLong" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetBestMapView">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="locations" type="tns:ArrayOfLocation" />
            <s:element minOccurs="0" maxOccurs="1" name="dataSourceName" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetBestMapViewResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetBestMapViewResult" type="tns:MapViewRepresentations" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetLineDriveMap">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="specification" type="tns:LineDriveMapSpecification" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="LineDriveMapSpecification">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Route" type="tns:Route" />
          <s:element minOccurs="0" maxOccurs="1" name="Options" type="tns:LineDriveMapOptions" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="LineDriveMapOptions">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Format" type="tns:ImageFormat" />
          <s:element minOccurs="0" maxOccurs="1" default="ReturnImage" name="ReturnType" type="tns:MapReturnType" />
          <s:element minOccurs="0" maxOccurs="1" default="Smaller" name="FontSize" type="tns:MapFontSize" />
          <s:element minOccurs="1" maxOccurs="1" name="PaletteType" type="tns:PaletteType" />
          <s:element minOccurs="0" maxOccurs="1" name="DestinationIconDataSource" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="DestinationIconName" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:simpleType name="PaletteType">
        <s:restriction base="s:string">
          <s:enumeration value="Color" />
          <s:enumeration value="GrayScale" />
          <s:enumeration value="Monochrome" />
        </s:restriction>
      </s:simpleType>
      <s:complexType name="LineDriveMapImage">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="MimeData" type="tns:MimeData" />
          <s:element minOccurs="0" maxOccurs="1" name="Url" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="View" type="tns:MapViewRepresentations" />
          <s:element minOccurs="1" maxOccurs="1" name="FirstDirectionID" type="s:int" />
          <s:element minOccurs="1" maxOccurs="1" name="LastDirectionID" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="ArrayOfLineDriveMapImage">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="LineDriveMapImage" nillable="true" type="tns:LineDriveMapImage" />
        </s:sequence>
      </s:complexType>
      <s:element name="GetLineDriveMapResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetLineDriveMapResult" type="tns:ArrayOfLineDriveMapImage" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetVersionInfoSoapIn">
    <wsdl:part name="parameters" element="tns:GetVersionInfo" />
  </wsdl:message>
  <wsdl:message name="GetVersionInfoSoapOut">
    <wsdl:part name="parameters" element="tns:GetVersionInfoResponse" />
  </wsdl:message>
  <wsdl:message name="GetVersionInfoCustomerInfoHeader">
    <wsdl:part name="CustomerInfoHeader" element="tns:CustomerInfoHeader" />
  </wsdl:message>
  <wsdl:message name="GetVersionInfoUserInfoHeader">
    <wsdl:part name="UserInfoHeader" element="tns:UserInfoHeader" />
  </wsdl:message>
  <wsdl:message name="GetCountryRegionInfoSoapIn">
    <wsdl:part name="parameters" element="tns:GetCountryRegionInfo" />
  </wsdl:message>
  <wsdl:message name="GetCountryRegionInfoSoapOut">
    <wsdl:part name="parameters" element="tns:GetCountryRegionInfoResponse" />
  </wsdl:message>
  <wsdl:message name="GetCountryRegionInfoCustomerInfoHeader">
    <wsdl:part name="CustomerInfoHeader" element="tns:CustomerInfoHeader" />
  </wsdl:message>
  <wsdl:message name="GetCountryRegionInfoUserInfoHeader">
    <wsdl:part name="UserInfoHeader" element="tns:UserInfoHeader" />
  </wsdl:message>
  <wsdl:message name="GetEntityTypesSoapIn">
    <wsdl:part name="parameters" element="tns:GetEntityTypes" />
  </wsdl:message>
  <wsdl:message name="GetEntityTypesSoapOut">
    <wsdl:part name="parameters" element="tns:GetEntityTypesResponse" />
  </wsdl:message>
  <wsdl:message name="GetEntityTypesCustomerInfoHeader">
    <wsdl:part name="CustomerInfoHeader" element="tns:CustomerInfoHeader" />
  </wsdl:message>
  <wsdl:message name="GetEntityTypesUserInfoHeader">
    <wsdl:part name="UserInfoHeader" element="tns:UserInfoHeader" />
  </wsdl:message>
  <wsdl:message name="GetDataSourceInfoSoapIn">
    <wsdl:part name="parameters" element="tns:GetDataSourceInfo" />
  </wsdl:message>
  <wsdl:message name="GetDataSourceInfoSoapOut">
    <wsdl:part name="parameters" element="tns:GetDataSourceInfoResponse" />
  </wsdl:message>
  <wsdl:message name="GetDataSourceInfoCustomerInfoHeader">
    <wsdl:part name="CustomerInfoHeader" element="tns:CustomerInfoHeader" />
  </wsdl:message>
  <wsdl:message name="GetDataSourceInfoUserInfoHeader">
    <wsdl:part name="UserInfoHeader" element="tns:UserInfoHeader" />
  </wsdl:message>
  <wsdl:message name="GetGreatCircleDistancesSoapIn">
    <wsdl:part name="parameters" element="tns:GetGreatCircleDistances" />
  </wsdl:message>
  <wsdl:message name="GetGreatCircleDistancesSoapOut">
    <wsdl:part name="parameters" element="tns:GetGreatCircleDistancesResponse" />
  </wsdl:message>
  <wsdl:message name="GetGreatCircleDistancesCustomerInfoHeader">
    <wsdl:part name="CustomerInfoHeader" element="tns:CustomerInfoHeader" />
  </wsdl:message>
  <wsdl:message name="GetGreatCircleDistancesUserInfoHeader">
    <wsdl:part name="UserInfoHeader" element="tns:UserInfoHeader" />
  </wsdl:message>
  <wsdl:message name="FindSoapIn">
    <wsdl:part name="parameters" element="tns:Find" />
  </wsdl:message>
  <wsdl:message name="FindSoapOut">
    <wsdl:part name="parameters" element="tns:FindResponse" />
  </wsdl:message>
  <wsdl:message name="FindCustomerInfoFindHeader">
    <wsdl:part name="CustomerInfoFindHeader" element="tns:CustomerInfoFindHeader" />
  </wsdl:message>
  <wsdl:message name="FindUserInfoFindHeader">
    <wsdl:part name="UserInfoFindHeader" element="tns:UserInfoFindHeader" />
  </wsdl:message>
  <wsdl:message name="FindAddressSoapIn">
    <wsdl:part name="parameters" element="tns:FindAddress" />
  </wsdl:message>
  <wsdl:message name="FindAddressSoapOut">
    <wsdl:part name="parameters" element="tns:FindAddressResponse" />
  </wsdl:message>
  <wsdl:message name="FindAddressCustomerInfoFindHeader">
    <wsdl:part name="CustomerInfoFindHeader" element="tns:CustomerInfoFindHeader" />
  </wsdl:message>
  <wsdl:message name="FindAddressUserInfoFindHeader">
    <wsdl:part name="UserInfoFindHeader" element="tns:UserInfoFindHeader" />
  </wsdl:message>
  <wsdl:message name="ParseAddressSoapIn">
    <wsdl:part name="parameters" element="tns:ParseAddress" />
  </wsdl:message>
  <wsdl:message name="ParseAddressSoapOut">
    <wsdl:part name="parameters" element="tns:ParseAddressResponse" />
  </wsdl:message>
  <wsdl:message name="ParseAddressCustomerInfoFindHeader">
    <wsdl:part name="CustomerInfoFindHeader" element="tns:CustomerInfoFindHeader" />
  </wsdl:message>
  <wsdl:message name="ParseAddressUserInfoFindHeader">
    <wsdl:part name="UserInfoFindHeader" element="tns:UserInfoFindHeader" />
  </wsdl:message>
  <wsdl:message name="GetLocationInfoSoapIn">
    <wsdl:part name="parameters" element="tns:GetLocationInfo" />
  </wsdl:message>
  <wsdl:message name="GetLocationInfoSoapOut">
    <wsdl:part name="parameters" element="tns:GetLocationInfoResponse" />
  </wsdl:message>
  <wsdl:message name="GetLocationInfoCustomerInfoFindHeader">
    <wsdl:part name="CustomerInfoFindHeader" element="tns:CustomerInfoFindHeader" />
  </wsdl:message>
  <wsdl:message name="GetLocationInfoUserInfoFindHeader">
    <wsdl:part name="UserInfoFindHeader" element="tns:UserInfoFindHeader" />
  </wsdl:message>
  <wsdl:message name="FindNearbySoapIn">
    <wsdl:part name="parameters" element="tns:FindNearby" />
  </wsdl:message>
  <wsdl:message name="FindNearbySoapOut">
    <wsdl:part name="parameters" element="tns:FindNearbyResponse" />
  </wsdl:message>
  <wsdl:message name="FindNearbyCustomerInfoFindHeader">
    <wsdl:part name="CustomerInfoFindHeader" element="tns:CustomerInfoFindHeader" />
  </wsdl:message>
  <wsdl:message name="FindNearbyUserInfoFindHeader">
    <wsdl:part name="UserInfoFindHeader" element="tns:UserInfoFindHeader" />
  </wsdl:message>
  <wsdl:message name="FindByPropertySoapIn">
    <wsdl:part name="parameters" element="tns:FindByProperty" />
  </wsdl:message>
  <wsdl:message name="FindByPropertySoapOut">
    <wsdl:part name="parameters" element="tns:FindByPropertyResponse" />
  </wsdl:message>
  <wsdl:message name="FindByPropertyCustomerInfoFindHeader">
    <wsdl:part name="CustomerInfoFindHeader" element="tns:CustomerInfoFindHeader" />
  </wsdl:message>
  <wsdl:message name="FindByPropertyUserInfoFindHeader">
    <wsdl:part name="UserInfoFindHeader" element="tns:UserInfoFindHeader" />
  </wsdl:message>
  <wsdl:message name="FindByIDSoapIn">
    <wsdl:part name="parameters" element="tns:FindByID" />
  </wsdl:message>
  <wsdl:message name="FindByIDSoapOut">
    <wsdl:part name="parameters" element="tns:FindByIDResponse" />
  </wsdl:message>
  <wsdl:message name="FindByIDCustomerInfoFindHeader">
    <wsdl:part name="CustomerInfoFindHeader" element="tns:CustomerInfoFindHeader" />
  </wsdl:message>
  <wsdl:message name="FindByIDUserInfoFindHeader">
    

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -