Dear all,

I have been trying to return an integer array from a web service.  But I
am not able to do that.  The webservice call reaches the function executes
all the functionalities but does not return the integer array.  I am not
able to figure out the problem.  I am enclosing the code in this mail. 
Hoping for a reply :).

Regards
Happy

Attachment: SampleClient.java
Description: Binary data

Attachment: SampleService.java
Description: Binary data

<service name="SampleService" scope="application">
    <description>Sample 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">mytest.service.SampleService</parameter>

</service>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to