Problems with XMLOutput/InputFactory and Namespace prefixes
-----------------------------------------------------------
Key: TUSCANY-2645
URL: https://issues.apache.org/jira/browse/TUSCANY-2645
Project: Tuscany
Issue Type: Bug
Components: Java SCA Assembly Model
Affects Versions: Java-SCA-1.3
Reporter: Tobias Arnold
Fix For: Java-SCA-1.3.1
For example this part of a wsdl file:
<plnk:partnerLinkType name="HelloPartnerLinkType">
is trasformed to
<{http://schemas.xmlsoap.org/ws/2004/03/partner-link/}partnerLinkType
name="HelloPartnerLinkType">
which is malformed.
The problem occurs for example if you try to use the web service of the
helloworld-bepl-example.
I have the same problem when I try to write an sca composite file via the
XMLOutputFactory. So I think it's a general Problem.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.