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 "Milan Kuchtiak (JIRA)" <ji...@apache.org> on 2008/03/14 13:00:09 UTC

[jira] Created: (AXIS2-3607) I18N problem with Axis Web Services

I18N problem with Axis Web Services
-----------------------------------

                 Key: AXIS2-3607
                 URL: https://issues.apache.org/jira/browse/AXIS2-3607
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
    Affects Versions: 1.3
            Reporter: Milan Kuchtiak


Cannot  set japanese or any other local name for Axis2 web service :

See for example the following services.xml  :
  <service name="BČislo" scope="application">
        <description>B service</description>
        <messageReceivers>
            <messageReceiver mep="http://www.w3.org/2004/08/wsdl/in-only" class="org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver"/>
            <messageReceiver mep="http://www.w3.org/2004/08/wsdl/in-out" class="org.apache.axis2.rpc.receivers.RPCMessageReceiver"/>
        </messageReceivers>
        <parameter name="ServiceClass">a.B</parameter>
    </service>

The web service WSDL URL is not accessible in such a case. Tested on Tomcat, GlassFish.

See also the Netbeans issue :
http://www.netbeans.org/issues/show_bug.cgi?id=127397

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org