[ http://issues.apache.org/jira/browse/AXIS-2173?page=comments#action_12319633 ]
Ravi Kumar commented on AXIS-2173: ---------------------------------- Dims, Apart from not using schema with spaces in file path, I can't think of a workaround. Am curious what is the design consideration for space AND comma -Ravi > inputSchema in WSDL processing cant handle space in file > -------------------------------------------------------- > > Key: AXIS-2173 > URL: http://issues.apache.org/jira/browse/AXIS-2173 > Project: Apache Axis > Type: Bug > Versions: 1.2.1 > Reporter: Ravi Kumar > > In class fromjava.Emitter and in the createTypes(...) method .... > StringTokenizer tokenizer = new StringTokenizer(inputSchema, ", "); > //delimitter of SPACE and COMMA > needs to be changed to only comma delimiter > StringTokenizer tokenizer = new StringTokenizer(inputSchema, ","); > //delimitter of COMMA only -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
