RE: [U2] SOAP Call in Unidata

2008-01-21 Thread Steve Long
Thanks Simon, that helped a ton! The SOAP request is being constructed properly, but one thing I noticed is the POST reads HTTP\1.0. The default on my system is 1.1, and I added the SOAPSetDefault to force it. The web service states it expects 1.1 or 1.2. Could this be what's preventing me from

[U2] forms / imaging / doc overlay software

2008-01-21 Thread Terry Stennette
Hello U2 group, Anyone out there using and / or have a recommendation for a forms imaging / document overlay software package that runs in a Universe / AIX environment. Goal being to use the software rather than buy pre-printed forms. Any ideas would be appreciated. Thanks, Terry ---

[U2] Slave Printing Problem

2008-01-21 Thread Bessel, Karen
Turning auxiliary port on/off using CHAR(18) and (20) - I have also tried (24) (20). After the CHAR(18)/(24), the slave output is turned on but it does not capture any of the output. This is occurring with both proc BP type output. If I run the proc/BP to spooler hold, there is printed output

RE: [U2] SOAP Call in Unidata

2008-01-21 Thread Symeon Breen
Hi Steve - you have to set the HTTP Default parameter called VERSION TO 1.1. - I Cant remember of the top of my head if this is done in setHTTPDefault or setSOAPDefault. Ie.g. err = setHTTPDefault(VERSION,1.1) Rgds Symeon. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [U2] forms / imaging / doc overlay software

2008-01-21 Thread Norman Morgan
Anyone out there using and / or have a recommendation for a forms imaging / document overlay software package that runs in a Universe / AIX environment. Goal being to use the software rather than buy pre-printed forms. Any ideas would be appreciated. One package I am aware of is Optio.

RE: [U2] forms / imaging / doc overlay software

2008-01-21 Thread Brutzman, Bill
1. Consider www.Optio.com. 2. Consider www.brianleach.co.uk/ --Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Terry Stennette Sent: Monday, January 21, 2008 2:41 PM To: u2-users@listserver.u2ug.org Subject: [U2] forms / imaging / doc overlay

RE: [U2] forms / imaging / doc overlay software

2008-01-21 Thread Baker Hughes
Terry, 3 vendors come to mind at present, no order or endorsement intended: www.stamina.com.au - visage (I think you can just use the forms as standalone although it's a full-blown 4gl) www.binarystar.com - mvlaser www.synergetic-data.com - unforms hth, -Baker -Original Message- From:

RE: [U2] forms / imaging / doc overlay software

2008-01-21 Thread Brutzman, Bill
We use HP GL/2... it works with HP LaserJet printers and it is free. I have sample source code if there is interest. --Bill --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/

RE: [U2] Slave Printing Problem

2008-01-21 Thread Tim Stokes
Is this a dumb terminal or a terminal emulator? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bessel, Karen Sent: Monday, January 21, 2008 3:33 PM To: u2-users@listserver.u2ug.org Subject: [U2] Slave Printing Problem Turning auxiliary port on/off

[U2] RE: Slave Printing Problem

2008-01-21 Thread Baker Hughes
What emulator are you using? [Assuming you are using an emulator and not an actual terminal 8-) ] If Accuterm, make sure you have selected the default printer. Tools, Settings, 8-Printer tab, click radial button - use default. hth, -Baker -Original Message- From: [EMAIL PROTECTED]

RE: [U2] SOAP Call in Unidata

2008-01-21 Thread Steve Long
Perfect! I've got it working. Thanks for your help Symeon. Steve From: [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Subject: RE: [U2] SOAP Call in Unidata Date: Mon, 21 Jan 2008 20:07:34 + Hi Steve - you have to set the HTTP Default parameter called VERSION TO 1.1. - I Cant

RE: [U2] Slave Printing Problem

2008-01-21 Thread rbl000
Is this a terminal or a PC? If terminal, what manufacturer, model, etc.? If PC what terminal emulation software are you using? Richard Lewis Nu Skin Enterprises --- On Mon 01/21, Bessel, Karen [EMAIL PROTECTED] wrote: From: Bessel, Karen [mailto: [EMAIL PROTECTED] To:

Re: [U2] Slave Printing Problem

2008-01-21 Thread Ken Hall
Karen - The slave output depends on the TERM setting, terminal emulation and terminal emulator that you are using. Each emulator and terminal type may have different CHAR characters that need to be used. Generally you use the @(-n) functions in BASIC to turn on/off these functions. Also, some

Re: [U2] forms / imaging / doc overlay software

2008-01-21 Thread Bob Rasmussen
On Mon, 21 Jan 2008, Terry Stennette wrote: Hello U2 group, Anyone out there using and / or have a recommendation for a forms imaging / document overlay software package that runs in a Universe / AIX environment. Goal being to use the software rather than buy pre-printed forms. Any ideas

RE: [U2] forms / imaging / doc overlay software

2008-01-21 Thread Boydell, Stuart
We use a2ps (gnu - free) | Pstill www.pstill.com (+/- $70). This generates PDFs to file, printer, e-mail or opening in your emulator (capability dependant). Can help you with our uvbasic wrapper if you want it. Stuart -Original Message- Anyone out there using and / or have a