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 bu...@apache.org on 2003/04/29 06:27:21 UTC

DO NOT REPLY [Bug 19412] New: - [PATCH] Allow multiple schemas to be inlined

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19412>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19412

[PATCH] Allow multiple schemas to be inlined

           Summary: [PATCH] Allow multiple schemas to be inlined
           Product: Axis
           Version: 1.0
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: WSDL processing
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: douglas.bitting@agile.com


A while back, I submitted a patch that allowed a schema definition to be 
inlined into generated WSDL:

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13981

This patch expands upon this and allows multiple schemas to be inlined.  With 
this patch, the wsdlInputSchema WSDD parameter (or -C Java2WSDL parameter) can 
now accept a space or comma delimited list of schema files.  For example:

    <parameter name="wsdlInputSchema" value="resource:base.xsd, 
resource:export.xsd"/>

(If the above word-wraps, it's a soft-wrap... there is no EOL anywhere in the 
above line)

Thanks,
--Doug