Re: using XML as a string in Java client

2001-07-26 Thread Pete Roth
libraries. Does anyone know how to do this? Thanks. Peter Roth Telemetry Technologies Inc. p: 404.231.0021 ext. 1290 e: [EMAIL PROTECTED] [EMAIL PROTECTED] Wrote: List: soap-dev Subject: Re: using XML as a string in Java client From: [EMAIL PROTECTED] Date: 2001-07-26 13:31

Re: using XML as a string in Java client

2001-07-26 Thread dswanson1
Peter, We're doing exactly what you're trying to do...I would recommend not building a string and converting to xml...here is a test method that uses the apache utils package for writing out a dom document to a string protected static String getSourceDocument(String aURL) throws Except