Please Assist,
I've searched high and low for a solution for this, but alas, I've turned to the mailing list.
I was handed a project which uses WSDL2Java to create a bunch of Java objects for use with SOAP client/server communication. I am able to use tcpmon to view the SOAP communication back and forth. I have also located the file which constructs my client queries (using these created java objects). So my question is this:
How do I print out the XML that is represented by all these java objects before they're converted into SOAP? Do I use the Bean serializer somehow?
How else am I going to be able to verify that the java object code I'm writing is valid with my xsd?
Thanks in advance,
Gregg Pollack