ctcc_common_faults_2_0.wsdl

来自「一个ISAG Server的模拟器」· WSDL 代码 · 共 19 行

WSDL
19
字号
<?xml version="1.0" encoding="UTF-8"?>
<!-- July 14, 2005 -->
<wsdl:definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:ctcc_common_xsd="http://www.chinatelecom.com.cn/schema/ctcc/common/v2_1" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="common_faults" targetNamespace="http://www.chinatelecom.com.cn/wsdl/ctcc/common/v2_0/faults">

   <wsdl:types>
      <xsd:schema elementFormDefault="qualified">
         <xsd:import namespace="http://www.chinatelecom.com.cn/schema/ctcc/common/v2_1" schemaLocation="ctcc_common_types_2_1.xsd"/>
      </xsd:schema>
   </wsdl:types>

   <wsdl:message name="ServiceException">
      <wsdl:part element="ctcc_common_xsd:ServiceException" name="ServiceException"/>
   </wsdl:message>

   <wsdl:message name="PolicyException">
      <wsdl:part element="ctcc_common_xsd:PolicyException" name="PolicyException"/>
   </wsdl:message>
</wsdl:definitions>

⌨️ 快捷键说明

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