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

📄 loanassessor.wsdl

📁 Eclipse的插件
💻 WSDL
字号:
<definitions targetNamespace="http://tempuri.org/services/loanassessor"
             xmlns:tns="http://tempuri.org/services/loanassessor"
             xmlns:xsd="http://www.w3.org/2001/XMLSchema"
             xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
             xmlns:loandef="http://tempuri.org/services/loandefinitions"   
             xmlns="http://schemas.xmlsoap.org/wsdl/">

            
  <import namespace="http://tempuri.org/services/loandefinitions" 
          location="http://localhost:9080/bpws4j-samples/loanapproval/loandefinitions.wsdl"/>

  <message name="riskAssessmentMessage">
    <part name="risk" type="xsd:string"/>
  </message>   

  <portType name="riskAssessmentPT">
    <operation name="check">
      <input message="loandef:creditInformationMessage"/>
      <output message="tns:riskAssessmentMessage"/>
      <fault name="loanProcessFault" 
             message="loandef:loanRequestErrorMessage"/>
    </operation>
  </portType>

  <binding name="SOAPBinding" type="tns:riskAssessmentPT">
    <soap:binding style="rpc" 
                  transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="check">
      <soap:operation soapAction="" style="rpc"/>
      <input>
         <soap:body use="encoded" namespace="urn:loanassessor"
               encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
       </input>
       <output>
         <soap:body use="encoded" namespace="urn:loanassessor"
                 encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
       </output>
      </operation>
   </binding>

   <service name="LoanAssessor">
     <documentation>Loan Assessor Service</documentation>
     <port name="SOAPPort" binding="tns:SOAPBinding">
       <soap:address location="http://localhost:9080/bpws4j-samples/servlet/rpcrouter"/>
     </port>
   </service>

</definitions>

⌨️ 快捷键说明

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