tuscany::sca::model::Wsdl does not support WSDL with typed message parts
------------------------------------------------------------------------
Key: TUSCANY-446
URL: http://issues.apache.org/jira/browse/TUSCANY-446
Project: Tuscany
Type: Improvement
Components: C++ SCA
Versions: Cpp-current
Reporter: Andrew Borley
Wsdl.cpp does not support WSDL with typed message parts e.g:
<wsdl:message name="doStringResponseMsg">
<wsdl:part name="doStringResponse" type="xsd:string"/>
</wsdl:message>
<wsdl:message name="doStringRequestMsg">
<wsdl:part name="doStringRequest" type="xsd:string"/>
</wsdl:message>
It currently requires WSDL with element message parts where the element is
defined in the types schema e.g.:
<wsdl:message name="doStringResponseMsg">
<wsdl:part name="doStringResponse" element="tns:doStringResponse"/>
</wsdl:message>
<wsdl:message name="doStringRequestMsg">
<wsdl:part name="doStringRequest" element="tns:doStringRequest"/>
</wsdl:message>
This is required for RPC-style SOAP EntryPoint calls (and perhaps for WS
External Service - TUSCANY-430)
--
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]