Advertisement
Guest User

Untitled

a guest
Feb 24th, 2013
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.75 KB | None | 0 0
  1. <soapenv:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ws="http://www.jasperforge.org/jasperserver/ws" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">
  2.    <soapenv:Header/>
  3.    <soapenv:Body>
  4.       <ws:scheduleJob soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
  5.          <job xsi:type="ws:Job">
  6.             <reportUnitURI xsi:type="xsd:string">/reportUnitName</reportUnitURI>
  7.             <label xsi:type="xsd:string">label</label>
  8.             <description xsi:type="xsd:string">nodesc</description>
  9.             <simpleTrigger xsi:type="ws:JobSimpleTrigger">
  10.                <occurrenceCount xsi:type="xsd:int">1</occurrenceCount>
  11.             </simpleTrigger>
  12.             <parameters xsi:type="ws:ArrayOfJobParameter" soapenc:arrayType="ws:JobParameter[]"/>
  13.             <baseOutputFilename xsi:type="xsd:string">outname</baseOutputFilename>
  14.             <outputFormats xsi:type="ws:ArrayOf_xsd_string" soapenc:arrayType="xsd:string[]">
  15.                 <outputFormats xsi:type="xsd:string">HTML</outputFormats>
  16.             </outputFormats>
  17.             <repositoryDestination xsi:type="ws:JobRepositoryDestination">
  18.                <folderURI xsi:type="xsd:string">/</folderURI>
  19.                <sequentialFilenames xsi:type="xsd:boolean">true</sequentialFilenames>
  20.                <overwriteFiles xsi:type="xsd:boolean">false</overwriteFiles>
  21.                <outputDescription xsi:type="xsd:string">No desc</outputDescription>
  22.             </repositoryDestination>
  23.             <mailNotification xsi:type="ws:JobMailNotification" xsi:nil="true"/>
  24.          </job>
  25.       </ws:scheduleJob>
  26.    </soapenv:Body>
  27. </soapenv:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement