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
