You can get the request and response buffers programmatically by explicitly creating a SOAPHTTPConnection, calling setRequestBuffer and setResponseBuffer, and associating the connection with the call by calling Call#setSOAPTransport.
Alternatively, you can sniff with any of the many tools available. Since the traffic is really going over the network (not just localhost), you can just fire up tcpdump (UNIX) or Network Monitor (Win2k). You can alternatively use any of the relays (e.g. Apache SOAP TcpTunnelGui) or proxies (e.g. proxyTrace from pocketsoap.com). Scott Nichol ----- Original Message ----- From: "Justin F. Knotzke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 03, 2002 1:52 PM Subject: Re: What is this Error? > On Tue, Dec 03, 2002 at 12:28:43PM -0500, Scott Nichol wrote: > > Basically, your client has received a response that does not appear to > > be valid XML (or at least the XML parser cannot parse it). > > Just to make sure I installed the latest XML Parser (Apache Xerces). > I was using Crimson and I made sure Xerces was at the top of my > Classpath. I still get the same error. > > I was trying to call addGroup() in the Journyx API after having > created my GroupRecord in the same fashion as UserRecord which you so > kindly showed me. > > Is it safe to say that the bug is on Journyx's side? Is there a way I > can get Apache-SOAP to print out the envelope so that I can send it to > the vendor or do I have to run a IP Sniffer.. > > Thanks again > Justin. > > -- > Justin F. Knotzke > [EMAIL PROTECTED] > http://www.shampoo.ca > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>