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

📄 calculatorservice.wsdl

📁 关于字符串的转换,格式方面的转换程序,可以用来在程序中的转换
💻 WSDL
字号:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?><!--  ~ Licensed to the Apache Software Foundation (ASF) under one  ~ or more contributor license agreements. See the NOTICE file  ~ distributed with this work for additional information  ~ regarding copyright ownership. The ASF licenses this file  ~ to you under the Apache License, Version 2.0 (the  ~ "License"); you may not use this file except in compliance  ~ with the License. You may obtain a copy of the License at  ~  ~ http://www.apache.org/licenses/LICENSE-2.0  ~  ~ Unless required by applicable law or agreed to in writing,  ~ software distributed under the License is distributed on an  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY  ~ KIND, either express or implied. See the License for the  ~ specific language governing permissions and limitations  ~ under the License.  --><definitions targetNamespace="http://calculator.jaxws.axis2.apache.org" name="CalculatorService"             xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"             xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://calculator.jaxws.axis2.apache.org"             xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">    <types>        <xsd:schema>            <xsd:import namespace="http://calculator.jaxws.axis2.apache.org"                        schemaLocation="CalculatorService_schema1.xsd"/>        </xsd:schema>    </types>    <message name="getTicket">        <part name="parameters" element="tns:getTicket"/>    </message>    <message name="getTicketResponse">        <part name="parameters" element="tns:getTicketResponse"/>    </message>    <message name="add">        <part name="parameters" element="tns:add"/>    </message>    <message name="addResponse">        <part name="parameters" element="tns:addResponse"/>    </message>    <message name="AddNumbersException">        <part name="fault" element="tns:AddNumbersException"/>    </message>    <portType name="Calculator">        <operation name="getTicket">            <input message="tns:getTicket"/>            <output message="tns:getTicketResponse"/>        </operation>        <operation name="add">            <input wsaw:Action="http://calculator.jaxws.axis2.apache.org/add" message="tns:add"/>            <output wsaw:Action="http://calculator.jaxws.axis2.apache.org/addResponse" message="tns:addResponse"/>            <fault message="tns:AddNumbersException" name="AddNumbersException"                   wsaw:Action="http://calculator.jaxws.axis2.apache.org/addFault"/>        </operation>    </portType>    <binding name="CalculatorServicePortBinding" type="tns:Calculator">        <wsaw:UsingAddressing/>        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>        <operation name="getTicket">            <soap:operation soapAction=""/>            <input>                <soap:body use="literal"/>            </input>            <output>                <soap:body use="literal"/>            </output>        </operation>        <operation name="add">            <soap:operation soapAction=""/>            <input>                <soap:body use="literal"/>            </input>            <output>                <soap:body use="literal"/>            </output>            <fault name="AddNumbersException">                <soap:fault name="AddNumbersException" use="literal"/>            </fault>        </operation>    </binding>    <service name="CalculatorService">        <port name="CalculatorServicePort" binding="tns:CalculatorServicePortBinding">            <soap:address location="REPLACE_WITH_ACTUAL_URL"/>        </port>    </service></definitions>

⌨️ 快捷键说明

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