You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "ant elder (JIRA)" <tu...@ws.apache.org> on 2006/08/22 10:21:17 UTC

[jira] Updated: (TUSCANY-446) tuscany::sca::model::Wsdl does not support WSDL with typed message parts

     [ http://issues.apache.org/jira/browse/TUSCANY-446?page=all ]

ant elder updated TUSCANY-446:
------------------------------

    Fix Version/s: Cpp-current

> 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
>          Issue Type: Improvement
>          Components: C++ SCA
>    Affects Versions: Cpp-current
>            Reporter: Andrew Borley
>             Fix For: Cpp-current
>
>
> 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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org