Created
January 23, 2014 05:05
-
-
Save ozcan/8573192 to your computer and use it in GitHub Desktop.
This file contains 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://services.ozcanesen.com" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="http://services.ozcanesen.com" xmlns:intf="http://services.ozcanesen.com" 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 elementFormDefault="qualified" targetNamespace="http://services.ozcanesen.com" xmlns="http://www.w3.org/2001/XMLSchema"> | |
<element name="topla"> | |
<complexType> | |
<sequence> | |
<element name="i" type="xsd:int"/> | |
<element name="j" type="xsd:int"/> | |
</sequence> | |
</complexType> | |
</element> | |
<element name="toplaResponse"> | |
<complexType> | |
<sequence> | |
<element name="toplaReturn" type="xsd:int"/> | |
</sequence> | |
</complexType> | |
</element> | |
</schema> | |
</wsdl:types> | |
<wsdl:message name="toplaRequest"> | |
<wsdl:part element="impl:topla" name="parameters"> | |
</wsdl:part> | |
</wsdl:message> | |
<wsdl:message name="toplaResponse"> | |
<wsdl:part element="impl:toplaResponse" name="parameters"> | |
</wsdl:part> | |
</wsdl:message> | |
<wsdl:portType name="Islem"> | |
<wsdl:operation name="topla"> | |
<wsdl:input message="impl:toplaRequest" name="toplaRequest"> | |
</wsdl:input> | |
<wsdl:output message="impl:toplaResponse" name="toplaResponse"> | |
</wsdl:output> | |
</wsdl:operation> | |
</wsdl:portType> | |
<wsdl:binding name="IslemSoapBinding" type="impl:Islem"> | |
<wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> | |
<wsdl:operation name="topla"> | |
<wsdlsoap:operation soapAction=""/> | |
<wsdl:input name="toplaRequest"> | |
<wsdlsoap:body use="literal"/> | |
</wsdl:input> | |
<wsdl:output name="toplaResponse"> | |
<wsdlsoap:body use="literal"/> | |
</wsdl:output> | |
</wsdl:operation> | |
</wsdl:binding> | |
<wsdl:service name="IslemService"> | |
<wsdl:port binding="impl:IslemSoapBinding" name="Islem"> | |
<wsdlsoap:address location="http://localhost:8080/SimpleSOAPExample/services/Islem"/> | |
</wsdl:port> | |
</wsdl:service> | |
</wsdl:definitions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment