DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5213>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5213 DOMCount example cannot validate a SOAP message [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-01-03 10:55 ------- This is more a question than a bug report, so it's more likely to get a response if you post it to the xerces-j-user mailing list. 1. The type of element "Session" is a simple type, which doesn't allow attributes. So the parser is right to report an error for "SOAP- ENV:mustUnderstand". 2. For one instance document, there is at most one schema grammar bound to a given namespace. In your example, you are trying to bind two schema documents to the same "http://www.divatv.com/schemas/vod" namespace, so the second one is ignored by the parser. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
