Example: Detail creation factory POST request

POST /objectserver/oslc/factory/detail HTTP/1.1
	Accept: application/rdf+xml
	Authorization: Basic dGVzdHVzZXIwMTpuZXRjb29s
	Content-Type: application/rdf+xml
	Host: localhost
	Connection: keep-alive
	Content-Length: 771

	<?xml version="1.0" encoding="UTF-8"?>
	<rdf:RDF 	xmlns:dcterms="http://purl.org/dc/terms/"
			xmlns:crtv="http://open-services.net/ns/crtv#"
			xmlns:oslc="http://open-services.net/ns/core#"
			xmlns:oslcem="http://jazz.net/ns/ism/event/omnibus#"		
			xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
			xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
	<rdf:Description rdf:about="http://localhost/">
	<rdf:type rdf:resource="http://jazz.net/ns/ism/event/omnibus#Detail"/>
	<oslcem:attrValue>0</oslcem:attrValue>
	<oslcem:sequence>0</oslcem:sequence>
	<oslcem:detailName>EventDetail0</oslcem:detailName>
	<oslcem:detailValue>This is a test detail generated by the JUnit OSLC Detail Tests.</oslcem:detailValue>
	<oslcem:event rdf:resource="http://localhost/objectserver/oslc/event/12711%3ANCOMS"/>
	</rdf:Description>
	</rdf:RDF>