[ http://issues.apache.org/jira/browse/TUSCANY-419?page=all ]
Venkatakrishnan updated TUSCANY-419:
------------------------------------
Attachment: tuscany-sca-tools patch 24-May.txt
tuscany-sca-plugins patch 24-May.txt
Hi... here are a couple of patches that will be required for this feature.
1) A tool that would generate and xml instance from an xsd (either an xsd file
or a wsdl file)
2) A maven plugin for this tool. Here is a sample of how this plugin could be
used: -
<plugin>
<groupId>org.apache.tuscany.sca.plugins</groupId>
<artifactId>tuscany-plugin-xmlfromxsd</artifactId>
<executions>
<execution>
<configuration>
<sourceXSD>${basedir}/src/main/resources/wsdl/interopdoc.wsdl</sourceXSD>
<schemaTypeName>ComplexDocument</schemaTypeName>
<schemaTypeNamespaceURI>http://soapinterop.org/</schemaTypeNamespaceURI>
</configuration>
<goals>
<goal>generate</goal>
</goals>
</execution>
</executions>
</plugin>
Hope this helps!
> Template XML for JavaScript components
> --------------------------------------
>
> Key: TUSCANY-419
> URL: http://issues.apache.org/jira/browse/TUSCANY-419
> Project: Tuscany
> Type: New Feature
> Components: Java SCA JavaScript Container
> Versions: Java-M2
> Reporter: ant elder
> Priority: Critical
> Fix For: Java-M2
> Attachments: tuscany-sca-plugins patch 24-May.txt, tuscany-sca-tools patch
> 24-May.txt
>
> Provide a template XML facility for JavaScript components
--
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]