Jian, because it's an odd problem and it seems somehow to be linked to namespace problem - which parser do you use? If you are using the original Sun environment then chances are high you are using the Crimson parser included in Sun's JDK. If this is te case please use Xerces or any other parser that supports namespaces correctly.
Regards, Werner > -----Ursprüngliche Nachricht----- > Von: Fang Jian [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 14. November 2005 23:07 > An: [email protected] > Betreff: Re: Unable to create envelope from given source > > Hi Dims, > > Forgot to put the entire error message. When the > following method threw an exception, > > throw new SOAPExceptionImpl("Unable to create envelope > from given source: ", ex); > > The error message is as follows, > > "javax.xml.transform.TransformerException: > org.w3c.dom.DOMException: NAMESPACE_ERR: An attempt is > made to create or change an object in a way which is > incorrect with regard to namespaces." > > Thanks in advance, > > Jian > > > > > __________________________________ > Yahoo! FareChase: Search multiple travel sites in one click. > http://farechase.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
