You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Vidula Pant <vp...@cs.nyu.edu> on 2002/04/17 23:56:04 UTC

byte arrays

I'm having trouble accessing a service that takes a byte array as a
parameter and returns a byte array. Do I need to call registerTypeMapping()
to do this?
If not, how do I go about it? Simple "byte[]" does not seem to work?
Please help, I have spent way too much time trying to get all this to
work.
-Vidula
p.s. I tried ByteArrayHolder but ran into too many issues.