The generated services.xml file is not validate
------------------------------------------------
Key: AXIS2-3330
URL: https://issues.apache.org/jira/browse/AXIS2-3330
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: Tools
Environment: Windows NT
Reporter: G.D.N.C.Pathiragoda
I try to deploy a service using Axis2 IDEA plugin.I have make a service and
automatically generating service.xml but when I go to depploy the service there
is a validation error in service.xml the generated code is
<serviceGroup><service name="NameService" >
<description>
Please Type your service description here
</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"
locked="false">service.NameService</parameter>
<excludeOperations>
<operation>getStrings2</operation>
<operation>getStrings</operation>
<operation>setnames</operation>
<operation>getStrings4</operation>
<operation>getStrings5</operation>
<operation>getNames</operation>
<operation>getStrings3</operation>
</excludeOperations>
</service>
</serviceGroup>
problem is on
<excludeOperations>
<operation>getStrings2</operation>
<operation>getStrings</operation>
<operation>setnames</operation>
<operation>getStrings4</operation>
<operation>getStrings5</operation>
<operation>getNames</operation>
<operation>getStrings3</operation>
</excludeOperations>
tags.
I think the problem with operation tags that have created.Whats the purpose of
operatin tags.when i delete operatin tags it validate properly.But i want to
know how to validate it properly with operation tags.Thank you
--
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]