DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=28220>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=28220

Fatal Error:The prefix "xmlns" cannot be bound to any namespace explicitly

           Summary: Fatal Error:The prefix "xmlns" cannot be bound to any
                    namespace explicitly
           Product: Xerces2-J
           Version: 2.6.2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: JAXP
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


My xml contains this:
<name xml:lang="en">

once it is passed to org.apache.xerces.jaxp.SAXParserImpl.parser method,
'xmlns:xml="http://www.w3.org/XML/1998/namespace";' is added:

<name xml:lang="en" xmlns:xml="http://www.w3.org/XML/1998/namespace";>

if sending a request containing above, got an error from Microsoft UDDI registry
server reply:
Fatal Error: URI=null Line=1: The prefix "xmlns" cannot be bound to any
namespace explicitly; neither can the namespace for "xmlns" be bound to any
prefix explicitly.

The same problem is also posted at
http://www.mail-archive.com/[EMAIL PROTECTED]/msg18211.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to