Hi,

I'm trying to connect a C++ client to (someone else's) Axis server to retrieve a file object. The server wsdl for the service uses the DataHandler datatype from the http://xml.apache.org/xml-soap namespace but I have not been able to find an XSD or WSDL for the apache datatypes anywhere at apache.org (including the Axis and SOAP areas).

Does anyone have a link to where these datatypes are defined? Or if I have to download the SOAP or Axis package to get them, can you tell me where in the package they're tucked away?

... xmlns:apachesoap="http://xml.apache.org/xml-soap"; ....
...
   <wsdl:message name="getFileContentResponse">
      <wsdl:part name="getFileContentReturn" type="apachesoap:DataHandler"/>
   </wsdl:message>
...

Thanks,
---Dave



Reply via email to