Thank you so very much.

I suspected something like this, especially after investigating a well-formed SOAP service (from Melissa Data) and working through the client code generated by WSDL2Java for it.

I'm pretty new to all of this so I have to keep looking up everything. And it seems that everything I'm learning involves twelve other things to learn as well. ;)

Gotta love it . . .

Elaine

Anne Thomas Manes wrote:
Ah -- I see. This DataSet is coming from a .NET service (probably
generated by ADO.NET), and then stuffed into the SOAP message as a
string. Unfortunately, because the string starts with the <?xml>
declaration, you won't be able to get Axis to process it for you. You
are going to have to extract the string and then process it using SAX
or DOM.

You need to go abuse the card processing folks. This is what's known
as a "worst practice".

Anne


<~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Computers are useless. They can only give you answers. | -- Pablo Picasso -- <~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~






Reply via email to