[
https://issues.apache.org/jira/browse/TUSCANY-3478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mike Edwards resolved TUSCANY-3478.
-----------------------------------
Resolution: Fixed
Fixed in OASIS SVN - revision 550
> ASM_12003 typo in wsdl file
> ---------------------------
>
> Key: TUSCANY-3478
> URL: https://issues.apache.org/jira/browse/TUSCANY-3478
> Project: Tuscany
> Issue Type: Bug
> Components: OASIS Compliance - OASIS
> Reporter: ant elder
>
> There's a typo in the
> sca-assembly\ASM_12003\src\main\resources\Service1b.wsdl file so that the 2nd
> block comment opeing "<!--" string is missing the exclamation mark character
> which causes an XML parsing error processing the wsdl file. The diff to fix
> the problem is:
> Index: src/main/resources/Service1b.wsdl
> ===================================================================
> --- src/main/resources/Service1b.wsdl (revision 549)
> +++ src/main/resources/Service1b.wsdl (working copy)
> @@ -5,7 +5,7 @@
> * OASIS trademark, IPR and other policies apply.
> *
> -->
> -<--
> +<!--
> * An example of a WSDL with an xsi:scemaLocation reference to an XSD file
> * Service1z.xsd, that does not exist at the location identified
> -->
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.