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 getting data returned?  Is there
another way to specify the HTTP version to use?

Steve



 From: [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Subject: RE: [U2]
SOAP Call in Unidata Date: Sun, 20 Jan 2008 16:05:16 +  Hi Steve - you
need to turn on protocol logging - this captures all the http request and
response.  Before the soap/http stuff do err= protocolLogging(logfile.log,
ON, 10) and at the end do err= protocolLogging(logfile.log, OFF, 10) The
output is in logfile.log.Rgds Symeon   -Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve Long Sent: 18
January 2008 21:50 To: u2-users@listserver.u2ug.org Subject: [U2] SOAP Call
in Unidata  Hi all -  I am using the Unidata functions to create a SOAP
call to an external webservice. I am accessing the service, but its not
getting the data I am passing. Does anyone know of an easy way I can view the
XML created by the Unidata methods?  Thanks,  Steve Long Spyderweb
Technical Services, Inc. --- u2-users mailing list
u2-users@listserver.u2ug.org To unsubscribe please visit
http://listserver.u2ug.org/ --- u2-users mailing list
u2-users@listserver.u2ug.org To unsubscribe please visit
http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[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-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[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
so it's not an issue with selection criteria/data/etc.



This is a really old version of UV (9.5.1.1).



Any ideas?
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


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 PROTECTED] On Behalf Of Steve Long
Sent: 21 January 2008 17:41
To: u2-users@listserver.u2ug.org
Subject: RE: [U2] SOAP Call in Unidata

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 getting data returned?  Is there
another way to specify the HTTP version to use?

Steve



 From: [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Subject: RE: [U2]
SOAP Call in Unidata Date: Sun, 20 Jan 2008 16:05:16 +  Hi Steve - you
need to turn on protocol logging - this captures all the http request and
response.  Before the soap/http stuff do err= protocolLogging(logfile.log,
ON, 10) and at the end do err= protocolLogging(logfile.log, OFF, 10) The
output is in logfile.log.Rgds Symeon   -Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve Long Sent: 18
January 2008 21:50 To: u2-users@listserver.u2ug.org Subject: [U2] SOAP Call
in Unidata  Hi all -  I am using the Unidata functions to create a SOAP
call to an external webservice. I am accessing the service, but its not
getting the data I am passing. Does anyone know of an easy way I can view the
XML created by the Unidata methods?  Thanks,  Steve Long Spyderweb
Technical Services, Inc. --- u2-users mailing list
u2-users@listserver.u2ug.org To unsubscribe please visit
http://listserver.u2ug.org/ --- u2-users mailing list
u2-users@listserver.u2ug.org To unsubscribe please visit
http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


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.  It does forms overlay printing and
a lot more...for quite a lot of money. 

If you are using printers like the newer HP LJ4250's which can take an
inexpensive flash memory card, you can store the forms overlays as PCL
macros in the printer.  Then about 2 or three lines of code added to
your forms printing program will merge the form overlay with the
content.  This has the added benefit of not consuming network bandwidth
to transmit the form each time it is printed.

===
Norman Morgan  [EMAIL PROTECTED]  http://www.brake.com
===
The pure and simple truth is rarely pure and never simple
===
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


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 software


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-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Terry Stennette
Sent: Monday, January 21, 2008 1:41 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] forms / imaging / doc overlay software

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-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


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 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
so it's not an issue with selection criteria/data/etc.



This is a really old version of UV (9.5.1.1).



Any ideas?
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


[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] [mailto:[EMAIL PROTECTED] On Behalf Of Bessel, Karen
Sent: Monday, January 21, 2008 2:33 PM
To: u2-users@listserver.u2ug.org
Subject: [U2] Slave Printing Problem

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 so it's not an issue 
with selection criteria/data/etc.



This is a really old version of UV (9.5.1.1).



Any ideas?
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


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
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 PROTECTED]
On Behalf Of Steve Long Sent: 21 January 2008 17:41 To:
u2-users@listserver.u2ug.org Subject: RE: [U2] SOAP Call in Unidata  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 getting data
returned? Is there another way to specify the HTTP version to use?  Steve
From: [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Subject:
RE: [U2] SOAP Call in Unidata Date: Sun, 20 Jan 2008 16:05:16 +  Hi
Steve - you need to turn on protocol logging - this captures all the http
request and response.  Before the soap/http stuff do err=
protocolLogging(logfile.log, ON, 10) and at the end do err=
protocolLogging(logfile.log, OFF, 10) The output is in logfile.log.  
 Rgds Symeon   -Original Message- From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steve Long Sent: 18
January 2008 21:50 To: u2-users@listserver.u2ug.org Subject: [U2] SOAP Call
in Unidata  Hi all -  I am using the Unidata functions to create a SOAP
call to an external webservice. I am accessing the service, but its not
getting the data I am passing. Does anyone know of an easy way I can view
the XML created by the Unidata methods?  Thanks,  Steve Long Spyderweb
Technical Services, Inc. --- u2-users mailing list
u2-users@listserver.u2ug.org To unsubscribe please visit
http://listserver.u2ug.org/ --- u2-users mailing list
u2-users@listserver.u2ug.org To unsubscribe please visit
http://listserver.u2ug.org/ --- u2-users mailing list
u2-users@listserver.u2ug.org To unsubscribe please visit
http://listserver.u2ug.org/ --- u2-users mailing list
u2-users@listserver.u2ug.org To unsubscribe please visit
http://listserver.u2ug.org/
---
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 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: u2-users@listserver.u2ug.org
Date: Mon, 21 Jan 2008 14:33:04 -0600
Subject: [U2] Slave Printing Problem

Turning auxiliary port on/off using CHAR(18) and (20) - I have alsotried (24)  
(20).After the CHAR(18)/(24), the slave output is turned on but it does 
notcapture any of the output. This is occurring with both proc  BP typeoutput. 
If I run the proc/BP to spooler hold, there is printed outputso it's not an 
issue with selection criteria/data/etc.This is a really old version of UV 
(9.5.1.1).Any ideas?---u2-users mailing [EMAIL PROTECTED] unsubscribe 
please visit http://listserver.u2ug.org/

___
No banners. No pop-ups. No kidding.
Make My Way  your home on the Web - http://www.myway.com
---
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 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 emulators will only 
display the slave output to the screen while others will also capture 
it to a file on your PC. You need to read the documentation and/or 
help for your emulator to find out how to use slave on/off, which 
usually sends the output to the locally default printer.


Ken

At 12:33 PM 1/21/2008, you wrote:

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
so it's not an issue with selection criteria/data/etc.



This is a really old version of UV (9.5.1.1).



Any ideas?
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


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
 would be appreciated.

[Ad] If you will consider a solution that leverages a Windows PC as a 
printer server, you will get lower cost and more features. For $300 you 
can purchase Print Wizard Server Edition. It can combine your EXISTING 
reports with a form file that you can create in FIVE MINUTES, and print it 
on any Windows-supported printer.

To create your form image from a PDF, XLS, DOC, etc. format, just 
print-to-file with a Laserjet driver. That is all.

Regards,
Bob Rasmussen,   President,   Rasmussen Software, Inc.

personal e-mail: [EMAIL PROTECTED]
 company e-mail: [EMAIL PROTECTED]
  voice: (US) 503-624-0360 (9:00-6:00 Pacific Time)
fax: (US) 503-624-0760
web: http://www.anzio.com
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/


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 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.

 
**
This email message and any files transmitted with it are confidential and 
intended solely for the use of addressed recipient(s). If you have received 
this communication in error, please reply to this e-mail to notify the sender 
of its incorrect delivery and then delete it and your reply.  It is your 
responsibility to check this email and any attachments for viruses and defects 
before opening or sending them on. Spotless collects information about you to 
provide and market our services. For information about use, disclosure and 
access, see our privacy policy at http://www.spotless.com.au 
Please consider our environment before printing this email. 
** 
---
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/