You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Davanum Srinivas (JIRA)" <ax...@ws.apache.org> on 2005/08/22 08:35:15 UTC

[jira] Commented: (AXIS-2173) inputSchema in WSDL processing cant handle space in file

    [ http://issues.apache.org/jira/browse/AXIS-2173?page=comments#action_12319545 ] 

Davanum Srinivas commented on AXIS-2173:
----------------------------------------

this is by design...could you work around it?

> 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