Hello guys, I have read ur email from last month and figured that u r dealing with some invalid xml characters and Gary said he changed some setting on weblogic. Could anyone tell me exactly what was changed on weblogic side.
Thanks Praveen ----- Original Message ----- From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, June 15, 2004 11:57 AM Subject: RE: Invalid XML Character Unicode > > > Hello Sandeep, > > Yes looks like it. so we changed some parameter on the web logic and it > started working well after that. > > Did you change the encoding in the Axis ? > > Thanks for your help. > > Thanks and Regards, > > === > Gary Grewal > > > > |---------+----------------------------> > | | [EMAIL PROTECTED]| > | | on.edu | > | | | > | | 06/14/2004 05:51 | > | | PM | > | | Please respond to| > | | axis-user | > | | | > |---------+----------------------------> > >--------------------------------------------------------------------------- ------------------------------------| > | | > | To: [EMAIL PROTECTED] | > | cc: | > | Subject: RE: Invalid XML Character Unicode | > >--------------------------------------------------------------------------- ------------------------------------| > > > > > Gary, > > I had the same exception. Looks to me that the data producing this > exception > is binary and probably needs Base64 encoding. I tried sending byte codes > wrapped in a String object and landed in the same pool. > > Sandeep Advani > Grid Research Lab, Binghamton University > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, June 14, 2004 6:07 PM > To: [EMAIL PROTECTED] > Subject: Invalid XML Character Unicode > > > > Hello , > > First Time I got the following > > faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException > faultSubcode: > faultString: org.xml.sax.SAXParseException: An invalid XML character > (Unicode: 0x0) was found in the value of attribute "href". > faultActor: > faultNode: > faultDetail: > > Second time the exception looked like ::- > > faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException > faultSubcode: > faultString: org.xml.sax.SAXParseException: Element type > "ns101:MarketClie" must be followed by either attribute > specifications, ">" or "/>". > faultActor: > faultNode: > faultDetail: > {http://xml.apache.org/axis/}stackTrace: > org.xml.sax.SAXParseException: Element type "ns101:MarketClie" > must be followed by either attribute specifications, ">" or > "/>". > at > org.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1213) > at > org.apache.xerces.framework.XMLDocumentScanner.reportFatalXMLError(XMLDocume > > ntScanner.java:579) > at > org.apache.xerces.framework.XMLDocumentScanner.abortMarkup(XMLDocumentScanne > > r.java:628) > at > org.apache.xerces.framework.XMLDocumentScanner.scanElement(XMLDocumentScanne > > r.java:1800) > at > org.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.dispatch(XM > > LDocumentScanner.java:1182) > > > Any ideas on this. > > Thanks and Regards, > > === > Gary Grewal > > > > > > This communication is for informational purposes only. It is not intended > as > an offer or solicitation for the purchase or sale of any financial > instrument > or as an official confirmation of any transaction. All market prices, data > and other information are not warranted as to completeness or accuracy and > are subject to change without notice. Any comments or statements made > herein > do not necessarily reflect those of J.P. Morgan Chase & Co., its > subsidiaries and affiliates. > > > > > > > > > > > This communication is for informational purposes only. It is not intended as > an offer or solicitation for the purchase or sale of any financial instrument > or as an official confirmation of any transaction. All market prices, data > and other information are not warranted as to completeness or accuracy and > are subject to change without notice. Any comments or statements made herein > do not necessarily reflect those of J.P. Morgan Chase & Co., its > subsidiaries and affiliates. > > >
