Hello,
i try to create a new print job on DFE with jdf. Anyone can help me with that.
I can send a JMF to DFE to get some information back e.g. installed material.
But i don't know how to create a new print job with JDF
I send the JMF like this:
— Get Material
do shell script "curl -X POST -d '<JMF xmlns"http://www.CIP4.org/JDFSchema_1_1"
DeviceID"AA209A83-3727-4559-8B85-8B3242BAF95D" SenderID"MIS"
TimeStamp"2000-07-25T12:32:48+02:00" Version"1.3">
<Query ID"Q1" Type"Resource">
<ResourceQuParams ResourceName"Media"
ResourceDetails"Brief"/>
</Query>
</JMF> ' --header "Content-Type: application/vnd.cip4-jmf+xml" 192.168.15.197:4411/JDFP/JMF"
Would be nice if someone has any ideas.
i try to create a new print job on DFE with jdf. Anyone can help me with that.
I can send a JMF to DFE to get some information back e.g. installed material.
But i don't know how to create a new print job with JDF
I send the JMF like this:
— Get Material
do shell script "curl -X POST -d '<JMF xmlns"http://www.CIP4.org/JDFSchema_1_1"
DeviceID"AA209A83-3727-4559-8B85-8B3242BAF95D" SenderID"MIS"
TimeStamp"2000-07-25T12:32:48+02:00" Version"1.3">
<Query ID"Q1" Type"Resource">
<ResourceQuParams ResourceName"Media"
ResourceDetails"Brief"/>
</Query>
</JMF> ' --header "Content-Type: application/vnd.cip4-jmf+xml" 192.168.15.197:4411/JDFP/JMF"
Would be nice if someone has any ideas.