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/16 21:38:27 UTC

No serializer found Error

I have published a service that is passed a byte array and that returns a
byte array as its return type. I am using ByteArrayHolder to do this,
why would I get this error?

	java.io.IOException: No serializer found for class
	javax.xml.rpc.holders.ByteArrayHolder in registry
		org.apache.axis.encoding.SerializationContextImpl@551d7f
Thanks,
Vidula