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: b9e39b74e0d95638abcde80468fe5ade0a4ec5d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:tns="http://www.example.com/wsdl/test-1.0.wsdl"
	xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
	xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="test-1.0"
	targetNamespace="http://www.example.com/wsdl/test-1.0.wsdl"
	xmlns:wsdl1="http://www.example.com/wsdl/import-1.0.wsdl">
	<wsdl:import namespace="http://www.example.com/wsdl/import-1.0.wsdl"
		location="import-1.0.wsdl" />
</wsdl:definitions>

Back to the top