Hi there,
I am consuming one web service from given by my client. But inside that it wants ArrayOfArrayOfstring value . The webservice platform is in ASP and we are consuming it with java. I have tried a lot approaches to construct the same object but unable to do that. Because there is no constructor/setter/getter methods to create the same and type casting gives the errors. Any help would be greatly appreciated.
For your reference these are the codes.
//ArrayOfstring.java
At there end they used to get the variable like this.
Thanks in advance !