[ 
http://issues.apache.org/jira/browse/AXIS2-1326?page=comments#action_12441021 ] 
            
Davanum Srinivas commented on AXIS2-1326:
-----------------------------------------

Deepal,

Can u please upload the java code?

thanks,
dims

> Error in invoking a service , when service uses two types of message 
> receivers.
> -------------------------------------------------------------------------------
>
>                 Key: AXIS2-1326
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1326
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>            Reporter: Deepal Jayasinghe
>            Priority: Blocker
>
> I deployed a service with the following services.xml , everything has gone 
> well but when I try to invoke the echoString I got the following exception as 
> well.
> <service name="SampleService1">
>     <description>
>         This is sample service 1
>     </description>
>     <parameter name="ServiceClass" locked="false">
>         org.apachecon.us.sample.SampleService1</parameter>
>     <operation name="echoString">
>         <messageReceiver
>                 class="org.apache.axis2.rpc.receivers.RPCMessageReceiver"/>
>     </operation>
>     <operation name="echoOM">
>         <messageReceiver
>                 
> class="org.apache.axis2.receivers.RawXMLINOutMessageReceiver"/>
>     </operation>
> </service>
> Caused by: java.lang.Exception: org.apache.axis2.AxisFault: Exception 
> occurred while trying to invoke service method echoString; nested exception 
> is: 
>       java.lang.IllegalArgumentException: wrong number of arguments

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to