You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Christoph Ludwig (JIRA)" <ax...@ws.apache.org> on 2008/12/10 14:00:47 UTC

[jira] Closed: (AXIS-2682) wsdl2Java generates invalid empty string namespaces

     [ https://issues.apache.org/jira/browse/AXIS-2682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christoph Ludwig closed AXIS-2682.
----------------------------------

    Resolution: Invalid

The mistake was on my side, I think.

> wsdl2Java generates invalid empty string namespaces
> ---------------------------------------------------
>
>                 Key: AXIS-2682
>                 URL: https://issues.apache.org/jira/browse/AXIS-2682
>             Project: Axis
>          Issue Type: Bug
>          Components: WSDL processing
>    Affects Versions: 1.4
>         Environment: Eclipse 3.2 on Mac OS 10.4.10 (Intel)
>            Reporter: Christoph Ludwig
>         Attachments: bytearray.wsdl
>
>
> I generated with WSDL2Java a service skeleton and client stubs for the attached WSDL which I used for interoperability tests. When I investigated errors, I found the following in the generated SOAP request:
>   <?xml version="1.0" encoding="UTF-8"?>
>      <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
>         <soapenv:Body>
>            <AcceptBase64 xmlns="http://www.textgrid.de/tests/bytearray/">
>               <data xmlns="">SGVsbG8gV29ybGQh</data>
>               <length xmlns="">12</length>
>            </AcceptBase64>
>         </soapenv:Body>
>      </soapenv:Envelope>
> Note the empty namespaces in the data and length elements. The W3C recommendation "Namespaces in XML 1.0" states explicitly: "The empty string, though it is a legal URI reference, cannot be used as a namespace name" (http://www.w3.org/TR/xml-names/#iri-use). 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.