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

Back to the top