----- Original Message ----- From: "Patricia Doyle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 01, 2002 12:18 PM Subject: Re: Char!!!!
> I want to return java.io.File object from method in webservice. But when I > create a WSDL file from JavaToWSDL tool it creates a complex type named > java.io.File and in it two of element which are separatorChar and > pathSeparatorChar are of char type. When I generate Java files using > WSDLToJava tool it tries to create a class DefaultNamespace._char. Is their > any way to around it??? I dont think you should be returning file objects. Strings that map to files, maybe, but not file objects. What is the recipient meant to do? What if the recipient isnt a java system?