Created
April 16, 2015 15:52
-
-
Save Mugi4ok/5de2445704749b872c7c to your computer and use it in GitHub Desktop.
WSDLs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<wsdl:definitions targetNamespace="http://localhost:8084/axis/Params.jws" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://localhost:8084/axis/Params.jws" xmlns:intf="http://localhost:8084/axis/Params.jws" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | |
<!--WSDL created by Apache Axis version: 1.4 | |
Built on Apr 22, 2006 (06:55:48 PDT)--> | |
<wsdl:message name="setKeyRequest"> | |
<wsdl:part name="key" type="xsd:int"/> | |
</wsdl:message> | |
<wsdl:message name="getValueRequest"> | |
</wsdl:message> | |
<wsdl:message name="setKeyResponse"> | |
</wsdl:message> | |
<wsdl:message name="getKeyRequest"> | |
</wsdl:message> | |
<wsdl:message name="getKeyResponse"> | |
<wsdl:part name="getKeyReturn" type="xsd:int"/> | |
</wsdl:message> | |
<wsdl:message name="putRequest"> | |
<wsdl:part name="key" type="xsd:int"/> | |
<wsdl:part name="value" type="xsd:string"/> | |
</wsdl:message> | |
<wsdl:message name="setValueResponse"> | |
</wsdl:message> | |
<wsdl:message name="setValueRequest"> | |
<wsdl:part name="value" type="xsd:string"/> | |
</wsdl:message> | |
<wsdl:message name="getValueResponse"> | |
<wsdl:part name="getValueReturn" type="xsd:string"/> | |
</wsdl:message> | |
<wsdl:message name="putResponse"> | |
</wsdl:message> | |
<wsdl:portType name="Params"> | |
<wsdl:operation name="put" parameterOrder="key value"> | |
<wsdl:input message="impl:putRequest" name="putRequest"/> | |
<wsdl:output message="impl:putResponse" name="putResponse"/> | |
</wsdl:operation> | |
<wsdl:operation name="getValue"> | |
<wsdl:input message="impl:getValueRequest" name="getValueRequest"/> | |
<wsdl:output message="impl:getValueResponse" name="getValueResponse"/> | |
</wsdl:operation> | |
<wsdl:operation name="getKey"> | |
<wsdl:input message="impl:getKeyRequest" name="getKeyRequest"/> | |
<wsdl:output message="impl:getKeyResponse" name="getKeyResponse"/> | |
</wsdl:operation> | |
<wsdl:operation name="setValue" parameterOrder="value"> | |
<wsdl:input message="impl:setValueRequest" name="setValueRequest"/> | |
<wsdl:output message="impl:setValueResponse" name="setValueResponse"/> | |
</wsdl:operation> | |
<wsdl:operation name="setKey" parameterOrder="key"> | |
<wsdl:input message="impl:setKeyRequest" name="setKeyRequest"/> | |
<wsdl:output message="impl:setKeyResponse" name="setKeyResponse"/> | |
</wsdl:operation> | |
</wsdl:portType> | |
<wsdl:binding name="ParamsSoapBinding" type="impl:Params"> | |
<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> | |
<wsdl:operation name="put"> | |
<wsdlsoap:operation soapAction=""/> | |
<wsdl:input name="putRequest"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://DefaultNamespace" use="encoded"/> | |
</wsdl:input> | |
<wsdl:output name="putResponse"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8084/axis/Params.jws" use="encoded"/> | |
</wsdl:output> | |
</wsdl:operation> | |
<wsdl:operation name="getValue"> | |
<wsdlsoap:operation soapAction=""/> | |
<wsdl:input name="getValueRequest"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://DefaultNamespace" use="encoded"/> | |
</wsdl:input> | |
<wsdl:output name="getValueResponse"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8084/axis/Params.jws" use="encoded"/> | |
</wsdl:output> | |
</wsdl:operation> | |
<wsdl:operation name="getKey"> | |
<wsdlsoap:operation soapAction=""/> | |
<wsdl:input name="getKeyRequest"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://DefaultNamespace" use="encoded"/> | |
</wsdl:input> | |
<wsdl:output name="getKeyResponse"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8084/axis/Params.jws" use="encoded"/> | |
</wsdl:output> | |
</wsdl:operation> | |
<wsdl:operation name="setValue"> | |
<wsdlsoap:operation soapAction=""/> | |
<wsdl:input name="setValueRequest"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://DefaultNamespace" use="encoded"/> | |
</wsdl:input> | |
<wsdl:output name="setValueResponse"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8084/axis/Params.jws" use="encoded"/> | |
</wsdl:output> | |
</wsdl:operation> | |
<wsdl:operation name="setKey"> | |
<wsdlsoap:operation soapAction=""/> | |
<wsdl:input name="setKeyRequest"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://DefaultNamespace" use="encoded"/> | |
</wsdl:input> | |
<wsdl:output name="setKeyResponse"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8084/axis/Params.jws" use="encoded"/> | |
</wsdl:output> | |
</wsdl:operation> | |
</wsdl:binding> | |
<wsdl:service name="ParamsService"> | |
<wsdl:port binding="impl:ParamsSoapBinding" name="Params"> | |
<wsdlsoap:address location="http://localhost:8084/axis/Params.jws"/> | |
</wsdl:port> | |
</wsdl:service> | |
</wsdl:definitions> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<wsdl:definitions targetNamespace="http://localhost:8084/axis/RefObject.jws" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://localhost:8084/axis/RefObject.jws" xmlns:intf="http://localhost:8084/axis/RefObject.jws" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | |
<!--WSDL created by Apache Axis version: 1.4 | |
Built on Apr 22, 2006 (06:55:48 PDT)--> | |
<wsdl:message name="getReturnTypeResponse"> | |
<wsdl:part name="getReturnTypeReturn" type="xsd:string"/> | |
</wsdl:message> | |
<wsdl:message name="setNameResponse"> | |
</wsdl:message> | |
<wsdl:message name="getIdResponse"> | |
<wsdl:part name="getIdReturn" type="xsd:int"/> | |
</wsdl:message> | |
<wsdl:message name="getReturnTypeRequest"> | |
</wsdl:message> | |
<wsdl:message name="setReturnTypeResponse"> | |
</wsdl:message> | |
<wsdl:message name="getNameRequest"> | |
</wsdl:message> | |
<wsdl:message name="setIdResponse"> | |
</wsdl:message> | |
<wsdl:message name="setReturnTypeRequest"> | |
<wsdl:part name="returnType" type="xsd:string"/> | |
</wsdl:message> | |
<wsdl:message name="setIdRequest"> | |
<wsdl:part name="id" type="xsd:int"/> | |
</wsdl:message> | |
<wsdl:message name="setDescriptionResponse"> | |
</wsdl:message> | |
<wsdl:message name="getDescriptionRequest"> | |
</wsdl:message> | |
<wsdl:message name="getIdRequest"> | |
</wsdl:message> | |
<wsdl:message name="setDescriptionRequest"> | |
<wsdl:part name="description" type="xsd:string"/> | |
</wsdl:message> | |
<wsdl:message name="setNameRequest"> | |
<wsdl:part name="name" type="xsd:string"/> | |
</wsdl:message> | |
<wsdl:message name="getNameResponse"> | |
<wsdl:part name="getNameReturn" type="xsd:string"/> | |
</wsdl:message> | |
<wsdl:message name="getDescriptionResponse"> | |
<wsdl:part name="getDescriptionReturn" type="xsd:string"/> | |
</wsdl:message> | |
<wsdl:portType name="RefObject"> | |
<wsdl:operation name="getName"> | |
<wsdl:input message="impl:getNameRequest" name="getNameRequest"/> | |
<wsdl:output message="impl:getNameResponse" name="getNameResponse"/> | |
</wsdl:operation> | |
<wsdl:operation name="getReturnType"> | |
<wsdl:input message="impl:getReturnTypeRequest" name="getReturnTypeRequest"/> | |
<wsdl:output message="impl:getReturnTypeResponse" name="getReturnTypeResponse"/> | |
</wsdl:operation> | |
<wsdl:operation name="getId"> | |
<wsdl:input message="impl:getIdRequest" name="getIdRequest"/> | |
<wsdl:output message="impl:getIdResponse" name="getIdResponse"/> | |
</wsdl:operation> | |
<wsdl:operation name="setName" parameterOrder="name"> | |
<wsdl:input message="impl:setNameRequest" name="setNameRequest"/> | |
<wsdl:output message="impl:setNameResponse" name="setNameResponse"/> | |
</wsdl:operation> | |
<wsdl:operation name="getDescription"> | |
<wsdl:input message="impl:getDescriptionRequest" name="getDescriptionRequest"/> | |
<wsdl:output message="impl:getDescriptionResponse" name="getDescriptionResponse"/> | |
</wsdl:operation> | |
<wsdl:operation name="setDescription" parameterOrder="description"> | |
<wsdl:input message="impl:setDescriptionRequest" name="setDescriptionRequest"/> | |
<wsdl:output message="impl:setDescriptionResponse" name="setDescriptionResponse"/> | |
</wsdl:operation> | |
<wsdl:operation name="setReturnType" parameterOrder="returnType"> | |
<wsdl:input message="impl:setReturnTypeRequest" name="setReturnTypeRequest"/> | |
<wsdl:output message="impl:setReturnTypeResponse" name="setReturnTypeResponse"/> | |
</wsdl:operation> | |
<wsdl:operation name="setId" parameterOrder="id"> | |
<wsdl:input message="impl:setIdRequest" name="setIdRequest"/> | |
<wsdl:output message="impl:setIdResponse" name="setIdResponse"/> | |
</wsdl:operation> | |
</wsdl:portType> | |
<wsdl:binding name="RefObjectSoapBinding" type="impl:RefObject"> | |
<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> | |
<wsdl:operation name="getName"> | |
<wsdlsoap:operation soapAction=""/> | |
<wsdl:input name="getNameRequest"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://DefaultNamespace" use="encoded"/> | |
</wsdl:input> | |
<wsdl:output name="getNameResponse"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8084/axis/RefObject.jws" use="encoded"/> | |
</wsdl:output> | |
</wsdl:operation> | |
<wsdl:operation name="getReturnType"> | |
<wsdlsoap:operation soapAction=""/> | |
<wsdl:input name="getReturnTypeRequest"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://DefaultNamespace" use="encoded"/> | |
</wsdl:input> | |
<wsdl:output name="getReturnTypeResponse"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8084/axis/RefObject.jws" use="encoded"/> | |
</wsdl:output> | |
</wsdl:operation> | |
<wsdl:operation name="getId"> | |
<wsdlsoap:operation soapAction=""/> | |
<wsdl:input name="getIdRequest"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://DefaultNamespace" use="encoded"/> | |
</wsdl:input> | |
<wsdl:output name="getIdResponse"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8084/axis/RefObject.jws" use="encoded"/> | |
</wsdl:output> | |
</wsdl:operation> | |
<wsdl:operation name="setName"> | |
<wsdlsoap:operation soapAction=""/> | |
<wsdl:input name="setNameRequest"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://DefaultNamespace" use="encoded"/> | |
</wsdl:input> | |
<wsdl:output name="setNameResponse"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8084/axis/RefObject.jws" use="encoded"/> | |
</wsdl:output> | |
</wsdl:operation> | |
<wsdl:operation name="getDescription"> | |
<wsdlsoap:operation soapAction=""/> | |
<wsdl:input name="getDescriptionRequest"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://DefaultNamespace" use="encoded"/> | |
</wsdl:input> | |
<wsdl:output name="getDescriptionResponse"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8084/axis/RefObject.jws" use="encoded"/> | |
</wsdl:output> | |
</wsdl:operation> | |
<wsdl:operation name="setDescription"> | |
<wsdlsoap:operation soapAction=""/> | |
<wsdl:input name="setDescriptionRequest"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://DefaultNamespace" use="encoded"/> | |
</wsdl:input> | |
<wsdl:output name="setDescriptionResponse"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8084/axis/RefObject.jws" use="encoded"/> | |
</wsdl:output> | |
</wsdl:operation> | |
<wsdl:operation name="setReturnType"> | |
<wsdlsoap:operation soapAction=""/> | |
<wsdl:input name="setReturnTypeRequest"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://DefaultNamespace" use="encoded"/> | |
</wsdl:input> | |
<wsdl:output name="setReturnTypeResponse"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8084/axis/RefObject.jws" use="encoded"/> | |
</wsdl:output> | |
</wsdl:operation> | |
<wsdl:operation name="setId"> | |
<wsdlsoap:operation soapAction=""/> | |
<wsdl:input name="setIdRequest"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://DefaultNamespace" use="encoded"/> | |
</wsdl:input> | |
<wsdl:output name="setIdResponse"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8084/axis/RefObject.jws" use="encoded"/> | |
</wsdl:output> | |
</wsdl:operation> | |
</wsdl:binding> | |
<wsdl:service name="RefObjectService"> | |
<wsdl:port binding="impl:RefObjectSoapBinding" name="RefObject"> | |
<wsdlsoap:address location="http://localhost:8084/axis/RefObject.jws"/> | |
</wsdl:port> | |
</wsdl:service> | |
</wsdl:definitions> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<wsdl:definitions targetNamespace="http://localhost:8084/axis/WinAPIAxisRPC.jws" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://localhost:8084/axis/WinAPIAxisRPC.jws" xmlns:intf="http://localhost:8084/axis/WinAPIAxisRPC.jws" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns1="http://www.nothing.com/winapi" xmlns:tns2="http://DefaultNamespace" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> | |
<!--WSDL created by Apache Axis version: 1.4 | |
Built on Apr 22, 2006 (06:55:48 PDT)--> | |
<wsdl:types> | |
<schema targetNamespace="http://DefaultNamespace" xmlns="http://www.w3.org/2001/XMLSchema"> | |
<import namespace="http://www.nothing.com/winapi"/> | |
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/> | |
<complexType name="RefObject"> | |
<sequence> | |
<element name="description" nillable="true" type="xsd:string"/> | |
<element name="id" type="xsd:int"/> | |
<element name="name" nillable="true" type="xsd:string"/> | |
<element name="returnType" nillable="true" type="xsd:string"/> | |
</sequence> | |
</complexType> | |
</schema> | |
<schema targetNamespace="http://www.nothing.com/winapi" xmlns="http://www.w3.org/2001/XMLSchema"> | |
<import namespace="http://DefaultNamespace"/> | |
<import namespace="http://schemas.xmlsoap.org/soap/encoding/"/> | |
<complexType name="ArrayOfRefObjects"> | |
<complexContent> | |
<restriction base="soapenc:Array"> | |
<attribute ref="soapenc:arrayType" wsdl:arrayType="tns2:RefObject[]"/> | |
</restriction> | |
</complexContent> | |
</complexType> | |
</schema> | |
</wsdl:types> | |
<wsdl:message name="testMethodRequest"> | |
</wsdl:message> | |
<wsdl:message name="createFunctionRequest"> | |
<wsdl:part name="name" type="xsd:string"/> | |
<wsdl:part name="description" type="xsd:string"/> | |
<wsdl:part name="returnType" type="xsd:string"/> | |
</wsdl:message> | |
<wsdl:message name="createParameterResponse"> | |
<wsdl:part name="createParameterReturn" type="xsd:boolean"/> | |
</wsdl:message> | |
<wsdl:message name="deleteParameterRequest"> | |
<wsdl:part name="key" type="xsd:int"/> | |
</wsdl:message> | |
<wsdl:message name="updateFunctionRequest"> | |
<wsdl:part name="id" type="xsd:int"/> | |
<wsdl:part name="name" type="xsd:string"/> | |
<wsdl:part name="description" type="xsd:string"/> | |
<wsdl:part name="returnType" type="xsd:string"/> | |
</wsdl:message> | |
<wsdl:message name="deleteFunctionResponse"> | |
<wsdl:part name="deleteFunctionReturn" type="xsd:boolean"/> | |
</wsdl:message> | |
<wsdl:message name="updateParameterResponse"> | |
<wsdl:part name="updateParameterReturn" type="xsd:boolean"/> | |
</wsdl:message> | |
<wsdl:message name="createFunctionResponse"> | |
<wsdl:part name="createFunctionReturn" type="xsd:boolean"/> | |
</wsdl:message> | |
<wsdl:message name="deleteFunctionRequest"> | |
<wsdl:part name="key" type="xsd:int"/> | |
</wsdl:message> | |
<wsdl:message name="updateParameterRequest"> | |
<wsdl:part name="id" type="xsd:int"/> | |
<wsdl:part name="param" type="xsd:string"/> | |
<wsdl:part name="fId" type="xsd:int"/> | |
</wsdl:message> | |
<wsdl:message name="testMethodResponse"> | |
<wsdl:part name="testMethodReturn" type="tns2:RefObject"/> | |
</wsdl:message> | |
<wsdl:message name="updateFunctionResponse"> | |
<wsdl:part name="updateFunctionReturn" type="xsd:boolean"/> | |
</wsdl:message> | |
<wsdl:message name="createParameterRequest"> | |
<wsdl:part name="param" type="xsd:string"/> | |
<wsdl:part name="fId" type="xsd:int"/> | |
</wsdl:message> | |
<wsdl:message name="getFunctionByPKRequest"> | |
<wsdl:part name="key" type="xsd:int"/> | |
</wsdl:message> | |
<wsdl:message name="deleteParameterResponse"> | |
<wsdl:part name="deleteParameterReturn" type="xsd:boolean"/> | |
</wsdl:message> | |
<wsdl:message name="getFunctionByPKResponse"> | |
<wsdl:part name="getFunctionByPKReturn" type="tns2:RefObject"/> | |
</wsdl:message> | |
<wsdl:message name="getAllRequest"> | |
</wsdl:message> | |
<wsdl:message name="getAllResponse"> | |
<wsdl:part name="getAllReturn" type="tns1:ArrayOfRefObjects"/> | |
</wsdl:message> | |
<wsdl:portType name="WinAPIAxisRPC"> | |
<wsdl:operation name="getAll"> | |
<wsdl:input message="impl:getAllRequest" name="getAllRequest"/> | |
<wsdl:output message="impl:getAllResponse" name="getAllResponse"/> | |
</wsdl:operation> | |
<wsdl:operation name="testMethod"> | |
<wsdl:input message="impl:testMethodRequest" name="testMethodRequest"/> | |
<wsdl:output message="impl:testMethodResponse" name="testMethodResponse"/> | |
</wsdl:operation> | |
<wsdl:operation name="updateFunction" parameterOrder="id name description returnType"> | |
<wsdl:input message="impl:updateFunctionRequest" name="updateFunctionRequest"/> | |
<wsdl:output message="impl:updateFunctionResponse" name="updateFunctionResponse"/> | |
</wsdl:operation> | |
<wsdl:operation name="deleteFunction" parameterOrder="key"> | |
<wsdl:input message="impl:deleteFunctionRequest" name="deleteFunctionRequest"/> | |
<wsdl:output message="impl:deleteFunctionResponse" name="deleteFunctionResponse"/> | |
</wsdl:operation> | |
<wsdl:operation name="getFunctionByPK" parameterOrder="key"> | |
<wsdl:input message="impl:getFunctionByPKRequest" name="getFunctionByPKRequest"/> | |
<wsdl:output message="impl:getFunctionByPKResponse" name="getFunctionByPKResponse"/> | |
</wsdl:operation> | |
<wsdl:operation name="updateParameter" parameterOrder="id param fId"> | |
<wsdl:input message="impl:updateParameterRequest" name="updateParameterRequest"/> | |
<wsdl:output message="impl:updateParameterResponse" name="updateParameterResponse"/> | |
</wsdl:operation> | |
<wsdl:operation name="createParameter" parameterOrder="param fId"> | |
<wsdl:input message="impl:createParameterRequest" name="createParameterRequest"/> | |
<wsdl:output message="impl:createParameterResponse" name="createParameterResponse"/> | |
</wsdl:operation> | |
<wsdl:operation name="deleteParameter" parameterOrder="key"> | |
<wsdl:input message="impl:deleteParameterRequest" name="deleteParameterRequest"/> | |
<wsdl:output message="impl:deleteParameterResponse" name="deleteParameterResponse"/> | |
</wsdl:operation> | |
<wsdl:operation name="createFunction" parameterOrder="name description returnType"> | |
<wsdl:input message="impl:createFunctionRequest" name="createFunctionRequest"/> | |
<wsdl:output message="impl:createFunctionResponse" name="createFunctionResponse"/> | |
</wsdl:operation> | |
</wsdl:portType> | |
<wsdl:binding name="WinAPIAxisRPCSoapBinding" type="impl:WinAPIAxisRPC"> | |
<wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> | |
<wsdl:operation name="getAll"> | |
<wsdlsoap:operation soapAction=""/> | |
<wsdl:input name="getAllRequest"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://DefaultNamespace" use="encoded"/> | |
</wsdl:input> | |
<wsdl:output name="getAllResponse"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8084/axis/WinAPIAxisRPC.jws" use="encoded"/> | |
</wsdl:output> | |
</wsdl:operation> | |
<wsdl:operation name="testMethod"> | |
<wsdlsoap:operation soapAction=""/> | |
<wsdl:input name="testMethodRequest"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://DefaultNamespace" use="encoded"/> | |
</wsdl:input> | |
<wsdl:output name="testMethodResponse"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8084/axis/WinAPIAxisRPC.jws" use="encoded"/> | |
</wsdl:output> | |
</wsdl:operation> | |
<wsdl:operation name="updateFunction"> | |
<wsdlsoap:operation soapAction=""/> | |
<wsdl:input name="updateFunctionRequest"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://DefaultNamespace" use="encoded"/> | |
</wsdl:input> | |
<wsdl:output name="updateFunctionResponse"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8084/axis/WinAPIAxisRPC.jws" use="encoded"/> | |
</wsdl:output> | |
</wsdl:operation> | |
<wsdl:operation name="deleteFunction"> | |
<wsdlsoap:operation soapAction=""/> | |
<wsdl:input name="deleteFunctionRequest"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://DefaultNamespace" use="encoded"/> | |
</wsdl:input> | |
<wsdl:output name="deleteFunctionResponse"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8084/axis/WinAPIAxisRPC.jws" use="encoded"/> | |
</wsdl:output> | |
</wsdl:operation> | |
<wsdl:operation name="getFunctionByPK"> | |
<wsdlsoap:operation soapAction=""/> | |
<wsdl:input name="getFunctionByPKRequest"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://DefaultNamespace" use="encoded"/> | |
</wsdl:input> | |
<wsdl:output name="getFunctionByPKResponse"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8084/axis/WinAPIAxisRPC.jws" use="encoded"/> | |
</wsdl:output> | |
</wsdl:operation> | |
<wsdl:operation name="updateParameter"> | |
<wsdlsoap:operation soapAction=""/> | |
<wsdl:input name="updateParameterRequest"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://DefaultNamespace" use="encoded"/> | |
</wsdl:input> | |
<wsdl:output name="updateParameterResponse"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8084/axis/WinAPIAxisRPC.jws" use="encoded"/> | |
</wsdl:output> | |
</wsdl:operation> | |
<wsdl:operation name="createParameter"> | |
<wsdlsoap:operation soapAction=""/> | |
<wsdl:input name="createParameterRequest"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://DefaultNamespace" use="encoded"/> | |
</wsdl:input> | |
<wsdl:output name="createParameterResponse"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8084/axis/WinAPIAxisRPC.jws" use="encoded"/> | |
</wsdl:output> | |
</wsdl:operation> | |
<wsdl:operation name="deleteParameter"> | |
<wsdlsoap:operation soapAction=""/> | |
<wsdl:input name="deleteParameterRequest"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://DefaultNamespace" use="encoded"/> | |
</wsdl:input> | |
<wsdl:output name="deleteParameterResponse"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8084/axis/WinAPIAxisRPC.jws" use="encoded"/> | |
</wsdl:output> | |
</wsdl:operation> | |
<wsdl:operation name="createFunction"> | |
<wsdlsoap:operation soapAction=""/> | |
<wsdl:input name="createFunctionRequest"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://DefaultNamespace" use="encoded"/> | |
</wsdl:input> | |
<wsdl:output name="createFunctionResponse"> | |
<wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8084/axis/WinAPIAxisRPC.jws" use="encoded"/> | |
</wsdl:output> | |
</wsdl:operation> | |
</wsdl:binding> | |
<wsdl:service name="WinAPIAxisRPCService"> | |
<wsdl:port binding="impl:WinAPIAxisRPCSoapBinding" name="WinAPIAxisRPC"> | |
<wsdlsoap:address location="http://localhost:8084/axis/WinAPIAxisRPC.jws"/> | |
</wsdl:port> | |
</wsdl:service> | |
</wsdl:definitions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment