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

using XML as a string in Java client

2001-07-26 Thread Pete Roth
I am trying to write a Java Client using the Apache libraries with a MS (Microsoft .NET beta 2) server. Is there anyway to pass the XML just as a string to the Call object (or some other way) when using the Java Apache SOAP libraries? The XML the Apache libs generate does not work for my server