Hi Chris, How is the weather like in Boulder nowaday. I used to live in C Sprins before and I enjoyed.
Back to the BASE64 stuff on your client side, you can either write own code or download the available source from the various places, e.g., c or c++. Or just rewite in c++ by borrowing the ideas from the java source code. It should not be too difficult to do so. I as an individual wrote the encoding/decoding code before in java, including BASE64. Pae ----- Original Message ----- From: "Chris Malley" <[EMAIL PROTECTED]> To: "soap-user" <[EMAIL PROTECTED]> Sent: Thursday, December 20, 2001 7:02 AM Subject: Base64 encoding > I have a set of SOAP services that send XML documents > as parameters and responses. Since these XML documents > will be enbedded in SOAP documents, I'm Base64 (aka, MIME) > encoding them. I'm using the Apache SOAP Base64 class to > do the encoding/decoding on the server. > > My problem is on the client side. My client is implemented > in C++ using Microsoft SOAP v2, and I'm having trouble finding > something similar to handle base64 for the client. I'm fairly > new to Windows development, so the answer may be staring me > in the face. Any pointers? > > Second question: Is this encoding really necessary, or > could I just send the embedded documents unencoded? > > Sorry to ask this on the Apache SOAP list, but I haven't > gotten anywhere on the Microsoft lists. Thanks, > > -Chris > > -- > Chris Malley > PixelZoom, Inc. Voice: +1.303.494.8849 > 835 Orman Drive EMail: [EMAIL PROTECTED] > Boulder CO 80303-2616
