DEFSOAP


A DEFSOAP statement mark the embedded xml data island used to configure a SOAP server object. The DEFSOAP statement should only be created and edited via the workbench. This allows you to set the following things;

Internally the XML looks like this.

: DEFSOAP SoapServerDefinition
:
<xmlData>
	<soap service="KCMLTest">
		<interface name="Interop" version="1.1">
			<namespace value="http://www.kcml.com/Interop"/>
			<endpoint value="http://localhost:801/Interop"/>
		</interface>
		<wsdl version="1.1">
			<namespace value="http://www.kcml.com/wsdl/Interop"/>
		</wsdl>
	</soap>
</xmlData>