You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xmlbeans.apache.org by xm...@xml.apache.org on 2004/09/29 22:08:32 UTC

[jira] Commented: (XMLBEANS-59) Iterate Wsdl Imports

The following comment has been added to this issue:

     Author: Jacob Danner
    Created: Wed, 29 Sep 2004 1:08 PM
       Body:
This appears to work. Using the WSDL reference below:
http://devresource.hp.com/drc/specifications/wsrf/interfaces/WS-BrokeredNotification-1-0.wsdl

command lines:
1) scomp <without -dl>
results in:
H:\xml\xml-xmlbeans\v2\Jira_59\WS-BrokeredNotification-1-0.wsdl:124: error: src-
resolve: element 'CreationTime@http://www.ibm.com/xmlns/stdwip/web-services/WS-B
rokeredNotification' not found.

2) scomp -dl
results in:
Time to build schema type system: 23.515 seconds
Time to generate code: 2.157 seconds
Time to compile code: 7.593 seconds
Compiled types to: xmltypes.jar

---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/XMLBEANS-59?page=comments#action_53513

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/XMLBEANS-59

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XMLBEANS-59
    Summary: Iterate Wsdl Imports
       Type: New Feature

     Status: Open
   Priority: Major

    Project: XMLBeans
 Components: 
             Compiler
   Versions:
             unspecified

   Assignee: Jacob Danner
   Reporter: Sal Campana

    Created: Tue, 14 Sep 2004 12:45 PM
    Updated: Wed, 29 Sep 2004 1:08 PM
Environment: n/a

Description:
When a WSDL file is passed to schema compiler it should iterate any WSDL imports and compile the schemas from them.

Since the WSDL file is importing another WSDL with a potential schema block, it is useful to generate the types from the imports since they are probably referenced in the WSDL (why else import them)....

This could be an option to SchemaCompiler, a flag for turning this feature on and off for backward compatibility....


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: dev-help@xmlbeans.apache.org