Hi,
I am trying to send an array of
string from my web service.
When i try to compile client, following error comes:
incompatible types
[javac] found : java.util.List<java.lang.String>
[javac] required: java.lang.String[] I am using Sun Application Server to deploy my web service application.
Can anybody help me in this regard?