Hi,

I used the "C(" character in services.xml  for service:name attribute :

<?xml version="1.0" encoding="UTF-8"?>
<service name="C(Service" scope="application">
       <description>C(Service 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">i18n.CService</parameter>
</service>

Looks like the service wsdl is not available for this particular web service.
Is Axis2 supporting internationalization for service names ?

When listing web services in my browser, I get :


   Available services


   ?Service <http://localhost:8080/axis2/services/?Service?wsdl>

Service EPR : http://localhost:8080/axis2/services/?Service


       Service Description : ?Service

/Service Status : Active/
/Available Operations/

   * hello

Reply via email to