Getting BIRT iHub System printer information
The following operation requests all available information about a printer named MIRTH:
<SOAP-ENV:Header>
<TargetVolume>radium</TargetVolume>
<AuthId>E4yxAKHFJg9FY0JssYijJI5XvkJqDOs</AuthId>
<Locale>en_US</Locale>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<GetSystemPrinters>
<PrinterName>MIRTH</PrinterName>
</GetSystemPrinters>
</SOAP-ENV:Body>
The preceding request returns all available information about the printer.
<SOAP-ENV:Body>
<GetSystemPrintersResponse>
<Printers>
<Printer>
<Name>MIRTH</Name>
<Manufacturer>HP</Manufacturer>
<Model>HP LaserJet 4050 Series PS</Model>
<Location>Near Sales Area</Location>
<Description>4050N</Description>
<Orientation>PORTRAIT</Orientation>
<PageSize>Letter</PageSize>
<Scale>100</Scale>
<Resolution>300 X 300</Resolution>
<NumberOfCopies>1</NumberOfCopies>
<Collation>false</Collation>
<PaperTray>Automatically Select</PaperTray>
<Duplex>SIMPLEX</Duplex> <ColorMode>true</ColorMode>
<SupportOrientation>true</SupportOrientation>
<OrientationOptions>
<String>PORTRAIT</String>
<String>LANDSCAPE</String>
<String>AUTO</String>
</OrientationOptions>
<SupportPageSize>true</SupportPageSize>
<PageSizeOptions>
<String>Letter</String>
<String>Letter Small</String>
…
</PageSizeOptions>
<SupportScale>true</SupportScale>
<ScaleOptions>
<Integer>100</Integer>
</ScaleOptions>
<SupportResolution>true</SupportResolution>
<ResolutionOptions>
<String>300 X 300</String>
<String>600 X 600</String>
</ResolutionOptions>
<SupportNumberOfCopies>false</SupportNumberOfCopies>
<SupportCollation>true</SupportCollation>
<SupportPaperTray>true</SupportPaperTray>
<PaperTrayOptions>
<String>Automatically Select</String>
…
</PaperTrayOptions>
<SupportDuplex>true</SupportDuplex>
<DuplexOptions >
<String>SIMPLEX</String>
…
</DuplexOptions>
<SupportColorMode>false</SupportColorMode>
<ColorModeOptions>
<String>true</String>
</ColorModeOptions>
</Printer>
</Printers>
</GetSystemPrintersResponse>
</SOAP-ENV:Body>