请教 
<types xmlns="http://schemas.xmlsoap.org/wsdl/"> 
        <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:HsCRMWebSrvIntf" xmlns="urn:HsCRMWebSrvIntf"> 
                <xs:complexType name="TReturnInfo"> 
                        <xs:sequence> 
                                <xs:element name="RtnMsg" type="xs:string"/> 
                                <xs:element name="OutputPara" type="xs:string"/> 
                                <xs:element name="ReturnCode" type="xs:int"/> 
                        </xs:sequence> 
                </xs:complexType> 
        </xs:schema> 
</types> 
 
读取                                <xs:element name="RtnMsg" type="xs:string"/> 
                                <xs:element name="OutputPara" type="xs:string"/> 
                                <xs:element name="ReturnCode" type="xs:int"/> 
这里面的值! 
代码形式应该是xsd格式的! |