本来是call webservice返回xml使用的现在测试。给了个GetUpdateResponse.xsd的文件,让我call这个~~可是不会用呀~怎么用呢? 第一次用这东西~~囧  ~<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
  xmlns:tas="http://test.com/testsync"
  targetNamespace="http://test.com/testsync" elementFormDefault="qualified"><xs:include schemaLocation="TB_PROFILE.xsd" /><xs:element name="GetUpdateResponse" type="tas:GetUpdateResponseType"/><xs:complexType name="GetUpdateResponseType">
<xs:all>
<xs:element name="lastRequest" type="tas:dateTimeType" minOccurs="1"/>
<xs:element name="Errors" type="tas:ErrorsType" minOccurs="0"/>
<xs:element name="TB_PROFILES" type="tas:TB_PROFILESType" minOccurs="0"/>
</xs:all>
</xs:complexType></xs:schema>