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 "G.D.N.C.Pathiragoda (JIRA)" <ji...@apache.org> on 2007/11/09 10:06:50 UTC

[jira] Created: (AXIS2-3330) The generated services.xml file is not validate

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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Assigned: (AXIS2-3330) The generated services.xml file is not validate

Posted by "Lahiru Sandakith (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lahiru Sandakith reassigned AXIS2-3330:
---------------------------------------

    Assignee: Lahiru Sandakith

> 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
>            Assignee: Lahiru Sandakith
>
> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS2-3330) The generated services.xml file is not validate

Posted by "Lahiru Sandakith (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-3330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lahiru Sandakith resolved AXIS2-3330.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: nightly

Fixed in trunk with Committed revision 596524.


> 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
>            Assignee: Lahiru Sandakith
>             Fix For: nightly
>
>
> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org