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 James Richardson <ja...@db.com> on 2005/01/12 16:32:06 UTC

DataHandler referenced but not defined

Hi,

I've been given some wsdl for a soap server for which I would like to
write a client. However I'm getting an error of 

Type {http://xx.com/yy}DataHandler is referenced but not defined.

This is using wsdl2java.

I would much appreciate it anybody could shed some light on this. Is it
that the server hasn't defined a mapping? Should I define a mapping
somewhere?

Thanks!!

James