• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/samples/ssl/
1<?xml version="1.0" encoding="UTF-8"?>
2<definitions name="ssl"
3 targetNamespace="urn:ssl"
4 xmlns:tns="urn:ssl"
5 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
6 xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
7 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
8 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
9 xmlns:ns="urn:ssl"
10 xmlns:SOAP="http://schemas.xmlsoap.org/wsdl/soap/"
11 xmlns:MIME="http://schemas.xmlsoap.org/wsdl/mime/"
12 xmlns:DIME="http://schemas.xmlsoap.org/ws/2002/04/dime/wsdl/"
13 xmlns:WSDL="http://schemas.xmlsoap.org/wsdl/"
14 xmlns="http://schemas.xmlsoap.org/wsdl/">
15
16<types>
17
18 <schema targetNamespace="urn:ssl"
19  xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
20  xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
21  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
23  xmlns:ns="urn:ssl"
24  xmlns="http://www.w3.org/2001/XMLSchema"
25  elementFormDefault="unqualified"
26  attributeFormDefault="unqualified">
27  <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
28 </schema>
29
30</types>
31
32<message name="addRequest">
33 <part name="a" type="xsd:double"/>
34 <part name="b" type="xsd:double"/>
35</message>
36
37<message name="addResponse">
38 <part name="result" type="xsd:double"/>
39</message>
40
41<portType name="sslPortType">
42 <operation name="add">
43  <documentation>Service definition of function ns__add</documentation>
44  <input message="tns:addRequest"/>
45  <output message="tns:addResponse"/>
46 </operation>
47</portType>
48
49<binding name="ssl" type="tns:sslPortType">
50 <SOAP:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
51 <operation name="add">
52  <SOAP:operation style="rpc" soapAction=""/>
53  <input>
54     <SOAP:body use="encoded" namespace="urn:ssl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
55  </input>
56  <output>
57     <SOAP:body use="encoded" namespace="urn:ssl" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
58  </output>
59 </operation>
60</binding>
61
62<service name="ssl">
63 <documentation>gSOAP 2.7.11 generated service definition</documentation>
64 <port name="ssl" binding="tns:ssl">
65  <SOAP:address location="https://localhost:18081"/>
66 </port>
67</service>
68
69</definitions>
70