Base64 encoding

2007-02-21 Thread Venky Vasant
A file when it is encoded using Apache's Base64 and stored in database (sqlserver), all the blank spaces (whitespace) are converted to "?" its kind of a html tag with a white space if this is not the right forum, please let me know where should i post this Thanks Venkat

Re: Building SOAP enevlopes aroun a regular XML

2007-02-02 Thread Venky Vasant
from WSDLs. If you Google for these APIs you can find descriptions of how to use them; perhaps they are adequate to your purpose. Axis also provides an example of dynamic invocation which uses the Call interfaces. Jeff On 2/1/07, Venky Vasant <[EMAIL PROTECTED]> wrote: Hello I have

Building SOAP enevlopes aroun a regular XML

2007-02-01 Thread Venky Vasant
Hello I have used Apache Axis and have written a client which connects to webservices and gets response using Invoke, it worked fine for me thanks for this one. Unfortunately my requirement is to write a client which builds SOAP XML from the regular XML myself and may be read WSDL (i am guessi