On 28 Jul 2004, <[EMAIL PROTECTED]> wrote:
@@ -106,8 +113,13 @@ * The local WSDL file to parse; either url or srcFile is * required. @param srcFile name of WSDL file */ - public void setSrcFile(File srcFile) { - this.srcFile = srcFile; + public void setSrcFile(String srcFileName) {
I know this is not backwards compatible, but I think we don't reasonable expect anybody to use this task from Java, do we?
+ Mono 1.0's wsdl doesn't deal with absolute paths
ahh, those slack little monkeys :)
I have some changes pending to up WSDL support to work better with WSE2.0's version (there are some some extra options). the extraOptions field is broken there as it only takes one option, my fault :)
What I would like to do is add fileset support to the WSDL so that I could supply a set of files as separate schemas.
actually, an XML catalog is really what I want to generate, but WSDL.exe just takes the list of schemas after the first WSDL file.
Does mono handle a list of schemas/urls to schemas after the first file?
-Steve
ps, Stefan, does this mean you are writing SOAP stuff?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]