:
Subject: Re: Reusing code
10/09/2002 17:33
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
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