Here's my services.xml too :-)

</serviceGroup>
   <service name="DialogueService">
           <description>Prototype of the dialogue 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="ServiceObjectSupplier" locked="false"> org.apache.axis2.extensions.spring.receivers.SpringServletContextObjectSupplier
       </parameter>
<parameter name="SpringBeanName" locked="false">dialogueService</parameter> <operation name="getDatabases" mep="http://www.w3.org/2004/08/wsdl/in-out"; /> </service>
</serviceGroup>

Ronald

Deepal Jayasinghe wrote:
Hi Ronald;

Can you please send us the source code , that will help us to find out
the issue.

Thanks
Deepal

Hello,

After working with Axis1.x for some time now I just started working
with Axis2. It works pretty nice out of the box until I tried
returning a List or Array of objects.
I read in some posting that I should get the latest snapshot release
to get this working but that did not help.
I get:* IllegalArgumentException: null rcl*

Does anyone know how I can resolve this? Returning a String or a
complex object works fine by the way.

specs:
I work /code first/; I have a simple webservice operation that should
return a List or an Array of objects. That's it.

Roepie



Reply via email to