Jobs

Fetch XSD of an XML job

This API helps to get XSD of an XML job

GET/sdpw/configuration/process/xml/{id}/xsd
Query parameters None
Header None
Header/Parameter

None

Body None
Returns returns XSD file of an XML job
Required role None
Managed errors None

Example request

curl 'http://localhost:8080/sdpw/sdpw/configuration/process/xml/46447ced-0aff-4f54-a9e2-f7b51c9538b8/xsd'

Example response

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<application>
	<doc jersey:generatedBy="Jersey: 2.14 2014-12-11 07:22:06" />
	<grammars>
		<include href="http://localhost:8080/sdpw/sdpw/application.wadl/xsd0.xsd">
			<doc title="Generated" xml:lang="en" />
		</include>
	</grammars>
	<resources base="http://localhost:8080/sdpw/sdpw/">
		<resource path="configuration/process/xml/46447ced-0aff-4f54-a9e2-f7b51c9538b8/xsd">
			<method id="downloadXsd" name="GET">
			<response>
				<representation mediaType="application/octet-stream" />
			</response>
			</method>
		</resource>
	</resources>
 </application>