Re: namespace errors

2004-02-27 Thread Brian Shields
thanks scott. The DataHandler i am using contains an xml file, a way around using DataHandlers is to put the XML file into a string which can be done using JDOMs XMLOutputter. Regards, Brian.Scott Nichol <[EMAIL PROTECTED]> wrote: You get the error because Sun's implementation does not know about t

Re: namespace errors

2004-02-26 Thread Scott Nichol
only mail from specific mail lists. - Original Message - From: "Brian Shields" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 26, 2004 12:05 PM Subject: namespace errors Hi All, I have created a webservice using apache soap. One of the s

namespace errors

2004-02-26 Thread Brian Shields
Hi All, I have created a webservice using apache soap. One of the service methods accepts a DataHandler object from the javax.activation package. This appears in the WSDL file as a DataHandler from the http://xml.apache.org/xml-soapĀ This is giving a "model error" when stubs are created from a JWSDP