Re: Error during Envelope.unmarshall()
I believe you are loading an XML parser that does not support namespaces. Scott - Original Message - From: "Shaffin Bhanji" <[EMAIL PROTECTED]> To: "SOAP DEV (E-mail)" <[EMAIL PROTECTED]> Sent: Wednesday, July 04, 2001 2:57 PM Subject: Error during En
Error during Envelope.unmarshall()
Hell All, I have a Servlet that accepts a SOAP Message, and using the following function parses the message and constructs a string to return back to the calling function. The function is as follows: //***CODE START** public