Commit 1be0906d by Patryk Czarnik

Fragmenty dokumentacji w WSDL

parent a0323a81
......@@ -63,6 +63,9 @@
</xsd:element>
<xsd:complexType name="DwaInty">
<xsd:annotation>
<xsd:documentation>Typ obejmuje dwie liczby całkowite</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="arg1" type="xsd:int"/>
<xsd:element name="arg2" type="xsd:int"/>
......@@ -126,6 +129,9 @@
<wsdl:output message="tns:witajResponse"/>
</wsdl:operation>
<wsdl:operation name="add">
<wsdl:documentation>
Operacja dodaje dwie liczby.
</wsdl:documentation>
<wsdl:input message="tns:addRequest"/>
<wsdl:output message="tns:addResponse"/>
</wsdl:operation>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment