i am developing a web service..and accessing it through servlet in netbeans.. i want to write service which takes byte[][] as an input and returns byte[][] as output..but in web services as am observing we cant access byte[][]..i mean it consider it as list..so i want to convert byte[][] in any other data type to pass it to we service..u have any suggestions for it??