Hi -- I use the XFireSpringServlet, and I cannot seem to ever return an object that returns a byte[] for one of its properties. I keep getting a byte length of 0. I can return a String[] okay, so I thought I would try returning a Byte[], but then my generated stubs (from WsGenTask) includes a ArrayOfByte.java which ends up in the package java.lang, which causes problems because java.lang is not an allowed package name.
Any clues? Thanks Betty
