apachesoap: DataHandler
Hi all, I'm a newbie here.
I am using Netbeans 5.5 with Enterprise pack to consume a web service for my company on a WSDL created using Apache Axis 1.4
I followed the tutorial and added the web service client in my project.
However, during the wscompile process, an error occurred.
Error is:
modeler error: invalid entity name: "DataHandler" (in namespace: "http://xml.apache.org/xml-soap")
The part in the WSDL causing the error is:
<wsdl:message name="getAgentChangesResponse">
<wsdl:part name="getAgentChangesReturn" type="apachesoap:DataHandler" />
</wsdl:message>
I have no control over the Apache server and hence I have tried the methods mentioned in the forum to solve the problem but of no avail.
Please anyone who have any idea on the problem, kindly enlighten me.
atantc

