(Sorry if you see this twice.)
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.
The difficulty seems to be coming from
<wsdl:message name="getPositionsResponse">
<wsdl:part name="returnqname" type="tns1:DataHandler"/>
</wsdl:message>
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?
The
Thanks!!
James