I have looked at the attachments example in the 1.1 release and
can see the DataHandler type mentioned as the return type for
the message in the WSDL.

Is it possible to use the DataHandler class and the AXIS roundtrip
tools?

I have a Java class with method...

public DataHandler getDocumentDataJavaClientOnly(String dst,
    String dmDocID, int versionNumber) throws Exception;


When I run Java2WSDL against this I get... <wsdl:message name="getDocumentDataJavaClientOnlyResponse"> <wsdl:part name="getDocumentDataJavaClientOnlyReturn" type="xsd:anyType"/> </wsdl:message>

I guess that Java2WSDL does not recognise the DataHandler type.
This is all in AXIS 1.1 has anyone tried the 1.2 alpha build for
this?

Ta,
Stuart.



Reply via email to