KanikaVarma / sudzc

Automatically exported from code.google.com/p/sudzc
0 stars 0 forks source link

sudzc cannot handle multiple namespaces #66

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Running SUDzC on a WSDL which has multiple namespaces
2.
3.

What is the expected output? What do you see instead?
The namespaces should be included in generated XML

What version of the product are you using? On what operating system?
svn version
190 jkichline

Please provide any additional information below.
The WSDL that I am working on, has multiple namespaces, and In SUDZ-C there is 
scope to handle only one namespace. Is it possible to handle multiple 
namespaces.?

For Example. my wsdl contains following namespaces. But the xml request from 
generated files does not handle all the namespaces.

<xsd:schema 
targetNamespace="http://mywebsite.my-domain.com/centrio.web.centrioAccount.Proxy
/Imports">
    <xsd:import 
                    schemaLocation="http://mywebsiteTestingDomain.my-domain.in/centrioAccountService/centrioAccount.svc?xsd=xsd0"
             namespace="http://mywebsite.my-domain.com/centrio.web.centrioAccount.Proxy/"/>
        <xsd:import
                    schemaLocation="http://mywebsiteTestingDomain.my-domain.in/centrioAccountService/centrioAccount.svc?xsd=xsd1" 
                    namespace="http://schemas.microsoft.com/2003/10/Serialization/"/>

         <xsd:import 
                    schemaLocation="http://mywebsiteTestingDomain.my-domain.in/centrioAccountService/centrioAccount.svc?xsd=xsd2" 
                    namespace="http://mywebsite.my-domain.com/centrio.web.Common.Proxy.Types/"/>
        <xsd:import 
                    schemaLocation="http://mywebsiteTestingDomain.my-domain.in/centrioAccountService/centrioAccount.svc?xsd=xsd3" 
                    namespace="http://mywebsite.my-domain.com/centrio.web.Common.Proxy.Types.Enums/"/>
        <xsd:import 
                    schemaLocation="http://mywebsiteTestingDomain.my-domain.in/centrioAccountService/centrioAccount.svc?xsd=xsd4" 
                    namespace="http://mywebsite.my-domain.com/centrio.web.centrioAccount.Proxy.Types/"/>
</xsd:schema>

Original issue reported on code.google.com by cent...@gmail.com on 19 Jul 2013 at 10:05

GoogleCodeExporter commented 9 years ago
Can we expect this feature ?

Original comment by suryas...@gmail.com on 8 Jan 2014 at 8:47