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

Back to the top