[ 
https://issues.apache.org/jira/browse/TUSCANY-3916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Simon Laws closed TUSCANY-3916.
-------------------------------

    Resolution: Fixed

A while back at 1167202 the WSDL representation was changed for an internal 
representation that serializes the internal Tuscany model to XML which looks 
like:

<wstxns1:interfaceContract 
xmlns:wstxns1="http://tuscany.apache.org/xmlns/sca/1.1";>
    <wstxns1:interface isRemotable="true">
        <wstxns1:operation name="foo1" isDynamic="false"
            isNonBlocking="false" isWrapperStyle="false">
            <wstxns1:input>
                <wstxns1:dataType dataBinding="java:complexType">
                    <wstxns1:generic>class
                        
org.apache.tuscany.sca.itest.interfaces.ParameterObject</wstxns1:generic>
                    <wstxns1:logicalXMLType>
                        <wstxns1:xmlType>NoType</wstxns1:xmlType>
                    </wstxns1:logicalXMLType>
                    
<wstxns1:physical>org.apache.tuscany.sca.itest.interfaces.ParameterObject</wstxns1:physical>
                </wstxns1:dataType>
                <wstxns1:dataType dataBinding="java:simpleType">
                    <wstxns1:generic>class java.lang.String</wstxns1:generic>
                    <wstxns1:logicalXMLType>
                        
<wstxns1:xmlType>{http://www.w3.org/2001/XMLSchema}string</wstxns1:xmlType>
                    </wstxns1:logicalXMLType>
                    <wstxns1:physical>java.lang.String</wstxns1:physical>
                </wstxns1:dataType>
            </wstxns1:input>
            <wstxns1:output>
                <wstxns1:dataType dataBinding="java:simpleType">
                    <wstxns1:generic>class java.lang.String</wstxns1:generic>
                    <wstxns1:logicalXMLType>
                        
<wstxns1:xmlType>{http://www.w3.org/2001/XMLSchema}string</wstxns1:xmlType>
                    </wstxns1:logicalXMLType>
                    <wstxns1:physical>java.lang.String</wstxns1:physical>
                </wstxns1:dataType>
            </wstxns1:output>
            <wstxns1:fault />
        </wstxns1:operation>

etc.

I'll close this issue now as this format doesn't depend on imports or any 
resolution in remote nodes. 
                
> When we pass interface descriptions via the registry is must be complete or 
> the target node must be provided with a mechanism for retrieving the interface
> ----------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-3916
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3916
>             Project: Tuscany
>          Issue Type: Bug
>          Components: SCA Java Runtime
>    Affects Versions: Java-SCA-2.0
>         Environment: All
>            Reporter: Simon Laws
>             Fix For: Java-SCA-2.0
>
>
> We are currently add function to serializing WSDL documents via the registry 
> but those WSDL serializations can have includes/imports that the remote node 
> won't be able to satisfy. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to