Please provide a sample java code to use the journal window while requesting job status.. i searched the sample's but its not listed.
The use of the various Windows is pretty straightforward - you would just include a start and end time in your code/XML.
Which specific API function are you interested in using?
Am interested in statusoptions journal window (minutes).
OK, so to use this, you would just specify a value for the StatusOptions.JournalWindow.Minutes element in your input. This would tell the system how many minutes ago to start looking for events.
If you look at the samples for JobDeliveryStatus (C# or Visual Basic) it should be pretty easy to extend them to also set the Minutes value.
Thank you, i looked into the C# & VB samples its straightforward, but am facing some issues in java, like the statusOptionsType.setJournalWindow() method is expecting a SOAPElement. Is that possible to provide java sample ?
I don't have a specific sample for JobDeliveryStatus with Java.
Have you looked at the Java JobSubmit sample (https://apiforums.easylink.com/content/java-sample-jobsubmit-fax)? This might give you a place to start with using the API, even though it's using a different function.