Re: Reusing code

2002-09-11 Thread Owen D Burroughs
: Subject: Re: Reusing code 10/09/2002 17:33

Re: Reusing code

2002-09-10 Thread Scott Nichol
s" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, September 10, 2002 9:42 AM Subject: Reusing code Hi, I'm currently working on a class for Apache WSIF that will use HTTP Proxy Authorization. This will require base64 encoding and I'd like to resuse the code from

Reusing code

2002-09-10 Thread Owen D Burroughs
Hi, I'm currently working on a class for Apache WSIF that will use HTTP Proxy Authorization. This will require base64 encoding and I'd like to resuse the code from the org.apache.soap.encoding.soapenc.Base64 class. I have two questions regarding this: 1) WSIF does not have a dependency on Apache