19 lines
822 B
XML
19 lines
822 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<wsdl:definitions xmlns:tns="http://serviceplatformen.dk/xml/schemas/ServiceplatformFault/1/"
|
|
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
|
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
|
|
name="ServiceplatformFaultMessage"
|
|
targetNamespace="http://serviceplatformen.dk/xml/schemas/ServiceplatformFault/1/">
|
|
|
|
<wsdl:types>
|
|
<xsd:schema targetNamespace="http://serviceplatformen.dk/xml/schemas/ServiceplatformFault/1/">
|
|
<xsd:include schemaLocation="ServiceplatformFault_1.xsd"/>
|
|
</xsd:schema>
|
|
</wsdl:types>
|
|
|
|
<wsdl:message name="ServiceplatformFault">
|
|
<wsdl:part name="error" element="tns:ServiceplatformFault"/>
|
|
</wsdl:message>
|
|
|
|
</wsdl:definitions>
|