Re: Reusing code

2002-09-11 Thread Owen D Burroughs
one update done in Soap, which added javadoc and fixed a pair of bugs (a pair of lines that read "int rest = len-off;" in the original code were changed to "int rest = len"). Does WSIF have an Axis dependency? Scott Nichol - Original Message - From: "Owen D Burrough

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