Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
blob: 320ff10a0c25a922ba77757a39cd3bde4e032704 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:tns="http://tempuri.org/one.wsdl"
	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="one"
	targetNamespace="http://tempuri.org/one.wsdl">
	
	<wsdl:message name="Message">
		<wsdl:part name="Message" type="xsd:string"></wsdl:part>
	</wsdl:message>
</wsdl:definitions>

Back to the top