Hi Anjana.
Your dataservice work fine, with some differences in the implementation with
respect to  my data service but show all data types fine.

I send you the full wsdl of my service with the default namespace and the
dataservice .dbs taken from WSAS.

I try it in the DataService Server 2.5.1 with the same result.

Thanks,
Ing. Jorge Infante Osorio.
J´Dpto Soluciones SOA.
CDAE.
UCI

De: carbon-dev-boun...@wso2.org [mailto:carbon-dev-boun...@wso2.org] En
nombre de Anjana Fernando
Enviado el: domingo, 15 de mayo de 2011 0:50
Para: carbon-dev@wso2.org; carbon-dev@wso2.org
Asunto: Re: [Carbon-dev] problem in data service with sub queries.

Hi Jorge,

I made somewhat of a similar data service (without the input params), I'm
attaching the data service and it's WSDL here, can you please deploy that
and see if you get the same problem? (it's based in the samples, so you can
just deploy it) .. because I can't seem to reproduce the problem. And also,
can you attach the full WSDL of the data service you've. 

Cheers,
Anjana.
On Sun, May 15, 2011 at 4:14 AM, Jorge Infante Osorio <jorg...@uci.cu>
wrote:
Thanks a lot Anjana.
 
In this case If I delete the operation related with the query that doesn’t 
appear  in the wsdl, it appear again in the wsdl.
 
 
Before delete the operation:
 
<xs:complexType name="tramites">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="tramite"
nillable="true" type="ax239:tramite"/>
</xs:sequence>
</xs:complexType>
 
<xs:element name="tramites" type="ax239:tramites"/>
 
<xs:complexType name="tramite">
<xs:sequence>
<xs:element minOccurs="0" name="ls_tramites_merc" nillable="true"
type="ax239:ls_tramites_merc"/>
</xs:sequence>
</xs:complexType>
 
After delete the operation obtenerTramitesPublicosPorPersona:
 
<xs:complexType name="tramites">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="tramite"
nillable="true" type="ax235:tramite"/>
</xs:sequence>
</xs:complexType>
 
<xs:element name="tramites" type="ax235:tramites"/>
 
<xs:complexType name="tramite">
<xs:sequence>
<xs:element minOccurs="0" name="ls_tramites_merc" nillable="true"
type="ax235:ls_tramites_merc"/>
<xs:element minOccurs="0" name="ls_tramites_publ" nillable="true"
type="ax235:ls_tramites_publ"/>
</xs:sequence>
</xs:complexType>
 
It´s not a namespace problem. I change the namespace of the two subqueries
with the same result:
 
<xs:complexType name="tramites">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="tramite"
nillable="true" type="ax239:tramite"/>
</xs:sequence>
</xs:complexType>
 
<xs:element name="tramites" type="ax239:tramites"/>
 
<xs:complexType name="tramite">
<xs:sequence>
<xs:element minOccurs="0" name="ls_tramites_merc" nillable="true"
type="ax240:ls_tramites_merc"/>
</xs:sequence>
</xs:complexType>
 
Only appear one query.   The element in the namespace with prefix ax238
doesn’t show.
 
Thanks,
Ing. Jorge Infante Osorio.
J´Dpto Soluciones SOA.
CDAE.
UCI
 
De: carbon-dev-boun...@wso2.org [mailto:carbon-dev-boun...@wso2.org] En
nombre de Anjana Fernando
Enviado el: sábado, 14 de mayo de 2011 6:13
Para: carbon-dev@wso2.org
Asunto: Re: [Carbon-dev] problem in data service with sub queries.
 
Hi Jorge, 
 
I'll take a look at it and let you know.
 
Cheers,
Anjana.
On Sat, May 14, 2011 at 1:35 AM, Jorge Infante Osorio <jorg...@uci.cu>
wrote:
Sorry the delay.
 
Attach a sample data Service with the same problem.
 
The query with the two queries as result only show one of them. And all are
in the same namespace as you can see in the generate wsdl.
 
 
Thanks,
Ing. Jorge Infante Osorio.
J´Dpto Soluciones SOA.
CDAE.
UCI
De: Sumedha Rubasinghe [mailto:sume...@wso2.com]
Enviado el: jueves, 14 de abril de 2011 12:40
Para: Jorge Infante Osorio
CC: carbon-dev@wso2.org
Asunto: Re: [Carbon-dev] problem in data service with sub queries.
 
Hi Jorge,
Is it possible for you to attach the data service for our reference?
/sumedha
On Wed, Apr 13, 2011 at 10:53 AM, Jorge Infante Osorio <jorg...@uci.cu>
wrote:
Thanks Sumedha.
 
When I implemented the data Service it was as you say. All the queries have
different namespaces. The data service don´t generate the wsdl as I need.
After that, I change the namespace thinking that this was the error but with
no success.
 
Now I change again the namespace.
 
If all the result types are the same they cannot be in the same namespace,
and this is not the case. The queries results are different.
 
My doubt are in the relation between the operation and the changes in WSDL,
this is right in this way?
I think that the operations, is appears or not,  don´t  modified the data
schema generation in wsdl in this case, and it do.
 
 
Here is  a part of wsdl:
 
                 xmlns:ax233="http://uci.cu/servicios/schema/query4";
                 xmlns:ax227="http://uci.cu/servicios/schema/query1";
                 xmlns:ax232="http://uci.cu/servicios/schema/query2";
                 xmlns:ax234="http://uci.cu/servicios/schema/query3";
 
<xs:complexType name="query4">
               <xs:sequence>
                   <xs:element maxOccurs="unbounded" minOccurs="0"
name="query4" nillable="true" type="ax233:quer4"/>
               </xs:sequence>
           </xs:complexType>
           <xs:element name="query4" type="ax233:query4"/>
           <xs:complexType name="quer4">
               <xs:sequence>
                   <xs:element minOccurs="0" name="query3 " nillable="true"
type="ax234:query3"/>
               </xs:sequence>
           </xs:complexType>
 
If I <!-- --> the query1, query2 and query3 operation the data schema are
generate just fine.
 
Jorge.
 
De: Sumedha Rubasinghe [mailto:sume...@wso2.com]
Enviado el: martes, 12 de abril de 2011 22:40
Para: carbon-dev@wso2.org
CC: Jorge Infante Osorio
Asunto: Re: [Carbon-dev] problem in data service with sub queries.
 
Hi Jorge,
It seems your using same namespace for all result types in all four queries.
Unless all the result types are the same you cannot do this. Use four
different namespace definitions for four result types in your queries.
 
/sumedha
 
 
 
On Wed, Apr 13, 2011 at 7:52 AM, Jorge Infante Osorio <jorg...@uci.cu>
wrote:
More information about this issue:
 
All this work fine with try it I don´t know why, but in the WSDL schema  I
don´t see the element with the three elements that reference the complex
type of the queries.
 
For example:
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";
                 xmlns:ns1="http://ws.wso2.org/dataservice";
                 xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl";
                 xmlns:http1="http://schemas.xmlsoap.org/wsdl/http/";
 
xmlns:ax229="http://mpprij.gob.ve/servicios/schema/bienespersonajuridica";
                 xmlns:xs="http://www.w3.org/2001/XMLSchema";
 
xmlns:ax228="http://mpprij.gob.ve/servicios/schema/bienespersona";
                 xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";
                 xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/";
                 xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/";
                 targetNamespace="http://ws.wso2.org/dataservice";>
   <wsdl:documentation />
.....
           <xs:complexType name="query4">
               <xs:sequence>
                   <xs:element maxOccurs="unbounded" minOccurs="0" name="
query4row " nillable="true" type="ax228: query4row " />
               </xs:sequence>
           </xs:complexType>
 
           <xs:element name="query4" type="ax228:query4" />
 
           <xs:complexType name="query4row">
               <xs:sequence>
                   <xs:element minOccurs="0" name="query2" nillable="true"
type="ax228:query2" />
               </xs:sequence>
           </xs:complexType>
 
Ax228:query1 and Ax228:query3 are missing.
 
If I comments the operations of queries 1 and 3 and regenerate the WSDL,
this happen.
 
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/";
                 xmlns:ns1="http://ws.wso2.org/dataservice";
                 xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl";
                 xmlns:http1="http://schemas.xmlsoap.org/wsdl/http/";
 
xmlns:ax230="http://mpprij.gob.ve/servicios/schema/bienespersonajuridica";
                 xmlns:xs="http://www.w3.org/2001/XMLSchema";
 
xmlns:ax231="http://mpprij.gob.ve/servicios/schema/bienespersona";
                 xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";
                 xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/";
                 xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/";
                 targetNamespace="http://ws.wso2.org/dataservice";>
   <wsdl:documentation />
.....
           <xs:complexType name="query4">
               <xs:sequence>
                   <xs:element maxOccurs="unbounded" minOccurs="0" name="
query4row " nillable="true" type="ax231: query4row " />
               </xs:sequence>
           </xs:complexType>
 
           <xs:element name="query4" type="ax231:query4" />
 
           <xs:complexType name=" query4row ">
               <xs:sequence>
                   <xs:element minOccurs="0" name="query1 " nillable="true"
type="ax231: query1 " />
                   <xs:element minOccurs="0" name="query2" nillable="true"
type="ax231: query2 " />
                   <xs:element minOccurs="0" name="query3" nillable="true"
type="ax231: query3 " />
               </xs:sequence>
           </xs:complexType>
 
Jorge.
 
-----Mensaje original-----
De: carbon-dev-boun...@wso2.org [mailto:carbon-dev-boun...@wso2.org] En
nombre de Jorge Infante Osorio
Enviado el: martes, 12 de abril de 2011 18:59
Para: carbon-dev@wso2.org
Asunto: [Carbon-dev] problem in data service with sub queries.
 
Hi all.
I use WSAS 3.2.1 with DataServices.
 
I have a dataservice with some queries:
query1
query2
query3
query4: that use the query1, query2 and query3 as it output results.
 
All the queries are in the same schema namespace.
 
If I made only an operation for query4 all this work fine.
 
If I create operations for query1,query2 and query3 them the operation for
query4 don´t work well, it show me only one sub query in the result not the
three.
 
This not a normal behavior, anyone can help me in this?
 
Ing. Jorge Infante Osorio.
J´Dpto Soluciones SOA.
CDAE.
UCI
 
 
_______________________________________________
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
_______________________________________________
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 
_______________________________________________
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 
 
-- 
Anjana Fernando
Senior Software Engineer
WSO2 Inc. | http://wso2.com
lean . enterprise . middleware

_______________________________________________
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev



-- 
Anjana Fernando
Senior Software Engineer
WSO2 Inc. | http://wso2.com
lean . enterprise . middleware
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; xmlns:ns1="http://ws.wso2.org/dataservice"; xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"; xmlns:http1="http://schemas.xmlsoap.org/wsdl/http/"; xmlns:xs="http://www.w3.org/2001/XMLSchema"; xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"; xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"; xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"; targetNamespace="http://ws.wso2.org/dataservice";>
    <wsdl:documentation />
    <wsdl:types>
        <xs:schema xmlns:ns="http://ws.wso2.org/dataservice"; attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://ws.wso2.org/dataservice";>
            <xs:element name="DataServiceFault" type="xs:string" />
            <xs:element name="obtenerTramitesPublicosPorPersona">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="carnet" nillable="true" type="xs:string" />
                        <xs:element minOccurs="0" name="pasaporte" nillable="true" type="xs:string" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:complexType name="ls_tramites_publ">
                <xs:sequence>
                    <xs:element maxOccurs="unbounded" minOccurs="0" name="TramitePublico" nillable="true" type="ns1:TramitePublico" />
                </xs:sequence>
            </xs:complexType>
            <xs:element name="ls_tramites_publ" type="ns1:ls_tramites_publ" />
            <xs:complexType name="TramitePublico">
                <xs:sequence>
                    <xs:element name="carnet" nillable="true" type="xs:string" />
                    <xs:element name="foto" nillable="true" type="xs:string" />
                    <xs:element name="nombres" nillable="true" type="xs:string" />
                    <xs:element name="apellidos" nillable="true" type="xs:string" />
                    <xs:element name="numero_tramite" nillable="true" type="xs:string" />
                    <xs:element name="actos" nillable="true" type="xs:string" />
                    <xs:element name="pasos" nillable="true" type="xs:string" />
                    <xs:element name="fecha_inicio" nillable="true" type="xs:date" />
                    <xs:element name="fecha_fin" nillable="true" type="xs:date" />
                    <xs:element name="rol" nillable="true" type="xs:string" />
                    <xs:element name="no_matriculacion" nillable="true" type="xs:string" />
                    <xs:element name="no_catastral" nillable="true" type="xs:string" />
                    <xs:element name="tomo" nillable="true" type="xs:string" />
                    <xs:element name="folio" nillable="true" type="xs:string" />
                    <xs:element name="nombre_inmueble" nillable="true" type="xs:string" />
                    <xs:element name="tipo_inmueble" nillable="true" type="xs:string" />
                    <xs:element name="valor_venta" nillable="true" type="xs:float" />
                </xs:sequence>
            </xs:complexType>
            <xs:element name="obtenerTramitesPorPersona">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="carnet" nillable="true" type="xs:string" />
                        <xs:element minOccurs="0" name="pasaporte" nillable="true" type="xs:string" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:complexType name="tramites">
                <xs:sequence>
                    <xs:element maxOccurs="unbounded" minOccurs="0" name="tramite" nillable="true" type="ns1:tramite" />
                </xs:sequence>
            </xs:complexType>
            <xs:element name="tramites" type="ns1:tramites" />
            <xs:complexType name="tramite">
                <xs:sequence>
                    <xs:element minOccurs="0" name="ls_tramites_merc" nillable="true" type="ns1:ls_tramites_merc" />
                </xs:sequence>
            </xs:complexType>
            <xs:complexType name="ls_tramites_merc">
                <xs:sequence>
                    <xs:element maxOccurs="unbounded" minOccurs="0" name="TramiteMercantil" nillable="true" type="ns1:TramiteMercantil" />
                </xs:sequence>
            </xs:complexType>
            <xs:element name="ls_tramites_merc" type="ns1:ls_tramites_merc" />
            <xs:complexType name="TramiteMercantil">
                <xs:sequence>
                    <xs:element name="carnet" nillable="true" type="xs:string" />
                    <xs:element name="foto" nillable="true" type="xs:string" />
                    <xs:element name="nombres" nillable="true" type="xs:string" />
                    <xs:element name="apellidos" nillable="true" type="xs:string" />
                    <xs:element name="numero_tramite" nillable="true" type="xs:string" />
                    <xs:element name="actos" nillable="true" type="xs:string" />
                    <xs:element name="pasos" nillable="true" type="xs:string" />
                    <xs:element name="fecha_inicio" nillable="true" type="xs:date" />
                    <xs:element name="fecha_fin" nillable="true" type="xs:date" />
                    <xs:element name="id_compannia" nillable="true" type="xs:string" />
                    <xs:element name="razon_compannia" nillable="true" type="xs:string" />
                    <xs:element name="objeto_social_compannia" nillable="true" type="xs:string" />
                    <xs:element name="rol" nillable="true" type="xs:string" />
                </xs:sequence>
            </xs:complexType>
            <xs:element name="obtenerTramitesMercantilesPorPersona">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element minOccurs="0" name="carnet" nillable="true" type="xs:string" />
                        <xs:element minOccurs="0" name="pasaporte" nillable="true" type="xs:string" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
        </xs:schema>
    </wsdl:types>
    <wsdl:message name="obtenerTramitesPublicosPorPersonaRequest">
        <wsdl:part name="parameters" element="ns1:obtenerTramitesPublicosPorPersona" />
    </wsdl:message>
    <wsdl:message name="obtenerTramitesPublicosPorPersonaResponse">
        <wsdl:part name="parameters" element="ns1:ls_tramites_publ" />
    </wsdl:message>
    <wsdl:message name="DataServiceFault">
        <wsdl:part name="parameters" element="ns1:DataServiceFault" />
    </wsdl:message>
    <wsdl:message name="obtenerTramitesPorPersonaRequest">
        <wsdl:part name="parameters" element="ns1:obtenerTramitesPorPersona" />
    </wsdl:message>
    <wsdl:message name="obtenerTramitesPorPersonaResponse">
        <wsdl:part name="parameters" element="ns1:tramites" />
    </wsdl:message>
    <wsdl:message name="obtenerTramitesMercantilesPorPersonaRequest">
        <wsdl:part name="parameters" element="ns1:obtenerTramitesMercantilesPorPersona" />
    </wsdl:message>
    <wsdl:message name="obtenerTramitesMercantilesPorPersonaResponse">
        <wsdl:part name="parameters" element="ns1:ls_tramites_merc" />
    </wsdl:message>
    <wsdl:portType name="TramiteBienesCopiaPortType">
        <wsdl:operation name="obtenerTramitesPublicosPorPersona">
            <wsdl:input message="ns1:obtenerTramitesPublicosPorPersonaRequest" wsaw:Action="urn:obtenerTramitesPublicosPorPersona" />
            <wsdl:output message="ns1:obtenerTramitesPublicosPorPersonaResponse" wsaw:Action="urn:obtenerTramitesPublicosPorPersonaResponse" />
            <wsdl:fault message="ns1:DataServiceFault" name="DataServiceFault" wsaw:Action="urn:obtenerTramitesPublicosPorPersonaDataServiceFault" />
        </wsdl:operation>
        <wsdl:operation name="obtenerTramitesPorPersona">
            <wsdl:input message="ns1:obtenerTramitesPorPersonaRequest" wsaw:Action="urn:obtenerTramitesPorPersona" />
            <wsdl:output message="ns1:obtenerTramitesPorPersonaResponse" wsaw:Action="urn:obtenerTramitesPorPersonaResponse" />
            <wsdl:fault message="ns1:DataServiceFault" name="DataServiceFault" wsaw:Action="urn:obtenerTramitesPorPersonaDataServiceFault" />
        </wsdl:operation>
        <wsdl:operation name="obtenerTramitesMercantilesPorPersona">
            <wsdl:input message="ns1:obtenerTramitesMercantilesPorPersonaRequest" wsaw:Action="urn:obtenerTramitesMercantilesPorPersona" />
            <wsdl:output message="ns1:obtenerTramitesMercantilesPorPersonaResponse" wsaw:Action="urn:obtenerTramitesMercantilesPorPersonaResponse" />
            <wsdl:fault message="ns1:DataServiceFault" name="DataServiceFault" wsaw:Action="urn:obtenerTramitesMercantilesPorPersonaDataServiceFault" />
        </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="TramiteBienesCopiaSOAP11Binding" type="ns1:TramiteBienesCopiaPortType">
        <soap:binding transport="http://schemas.xmlsoap.org/soap/http"; style="document" />
        <wsdl:operation name="obtenerTramitesPublicosPorPersona">
            <soap:operation soapAction="urn:obtenerTramitesPublicosPorPersona" style="document" />
            <wsdl:input>
                <soap:body use="literal" />
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal" />
            </wsdl:output>
            <wsdl:fault name="DataServiceFault">
                <soap:fault use="literal" name="DataServiceFault" />
            </wsdl:fault>
        </wsdl:operation>
        <wsdl:operation name="obtenerTramitesPorPersona">
            <soap:operation soapAction="urn:obtenerTramitesPorPersona" style="document" />
            <wsdl:input>
                <soap:body use="literal" />
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal" />
            </wsdl:output>
            <wsdl:fault name="DataServiceFault">
                <soap:fault use="literal" name="DataServiceFault" />
            </wsdl:fault>
        </wsdl:operation>
        <wsdl:operation name="obtenerTramitesMercantilesPorPersona">
            <soap:operation soapAction="urn:obtenerTramitesMercantilesPorPersona" style="document" />
            <wsdl:input>
                <soap:body use="literal" />
            </wsdl:input>
            <wsdl:output>
                <soap:body use="literal" />
            </wsdl:output>
            <wsdl:fault name="DataServiceFault">
                <soap:fault use="literal" name="DataServiceFault" />
            </wsdl:fault>
        </wsdl:operation>
    </wsdl:binding>
    <wsdl:binding name="TramiteBienesCopiaSOAP12Binding" type="ns1:TramiteBienesCopiaPortType">
        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http"; style="document" />
        <wsdl:operation name="obtenerTramitesPublicosPorPersona">
            <soap12:operation soapAction="urn:obtenerTramitesPublicosPorPersona" style="document" />
            <wsdl:input>
                <soap12:body use="literal" />
            </wsdl:input>
            <wsdl:output>
                <soap12:body use="literal" />
            </wsdl:output>
            <wsdl:fault name="DataServiceFault">
                <soap12:fault use="literal" name="DataServiceFault" />
            </wsdl:fault>
        </wsdl:operation>
        <wsdl:operation name="obtenerTramitesPorPersona">
            <soap12:operation soapAction="urn:obtenerTramitesPorPersona" style="document" />
            <wsdl:input>
                <soap12:body use="literal" />
            </wsdl:input>
            <wsdl:output>
                <soap12:body use="literal" />
            </wsdl:output>
            <wsdl:fault name="DataServiceFault">
                <soap12:fault use="literal" name="DataServiceFault" />
            </wsdl:fault>
        </wsdl:operation>
        <wsdl:operation name="obtenerTramitesMercantilesPorPersona">
            <soap12:operation soapAction="urn:obtenerTramitesMercantilesPorPersona" style="document" />
            <wsdl:input>
                <soap12:body use="literal" />
            </wsdl:input>
            <wsdl:output>
                <soap12:body use="literal" />
            </wsdl:output>
            <wsdl:fault name="DataServiceFault">
                <soap12:fault use="literal" name="DataServiceFault" />
            </wsdl:fault>
        </wsdl:operation>
    </wsdl:binding>
    <wsdl:binding name="TramiteBienesCopiaHttpBinding" type="ns1:TramiteBienesCopiaPortType">
        <http1:binding verb="POST" />
        <wsdl:operation name="obtenerTramitesPublicosPorPersona">
            <http1:operation location="obtenerTramitesPublicosPorPersona" />
            <wsdl:input>
                <mime:content type="text/xml" part="obtenerTramitesPublicosPorPersona" />
            </wsdl:input>
            <wsdl:output>
                <mime:content type="text/xml" part="obtenerTramitesPublicosPorPersona" />
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="obtenerTramitesPorPersona">
            <http1:operation location="obtenerTramitesPorPersona" />
            <wsdl:input>
                <mime:content type="text/xml" part="obtenerTramitesPorPersona" />
            </wsdl:input>
            <wsdl:output>
                <mime:content type="text/xml" part="obtenerTramitesPorPersona" />
            </wsdl:output>
        </wsdl:operation>
        <wsdl:operation name="obtenerTramitesMercantilesPorPersona">
            <http1:operation location="obtenerTramitesMercantilesPorPersona" />
            <wsdl:input>
                <mime:content type="text/xml" part="obtenerTramitesMercantilesPorPersona" />
            </wsdl:input>
            <wsdl:output>
                <mime:content type="text/xml" part="obtenerTramitesMercantilesPorPersona" />
            </wsdl:output>
        </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="TramiteBienesCopia">
        <wsdl:port name="SOAP11Endpoint" binding="ns1:TramiteBienesCopiaSOAP11Binding">
            <soap:address location="http://192.168.231.1:9763/services/TramiteBienesCopia.SOAP11Endpoint/"; />
        </wsdl:port>
        <wsdl:port name="SecureSOAP11Endpoint" binding="ns1:TramiteBienesCopiaSOAP11Binding">
            <soap:address location="https://192.168.231.1:9443/services/TramiteBienesCopia.SecureSOAP11Endpoint/"; />
        </wsdl:port>
        <wsdl:port name="SecureSOAP12Endpoint" binding="ns1:TramiteBienesCopiaSOAP12Binding">
            <soap12:address location="https://192.168.231.1:9443/services/TramiteBienesCopia.SecureSOAP12Endpoint/"; />
        </wsdl:port>
        <wsdl:port name="SOAP12Endpoint" binding="ns1:TramiteBienesCopiaSOAP12Binding">
            <soap12:address location="http://192.168.231.1:9763/services/TramiteBienesCopia.SOAP12Endpoint/"; />
        </wsdl:port>
        <wsdl:port name="HTTPEndpoint" binding="ns1:TramiteBienesCopiaHttpBinding">
            <http1:address location="http://192.168.231.1:9763/services/TramiteBienesCopia.HTTPEndpoint/"; />
        </wsdl:port>
        <wsdl:port name="SecureHTTPEndpoint" binding="ns1:TramiteBienesCopiaHttpBinding">
            <http1:address location="https://192.168.231.1:9443/services/TramiteBienesCopia.SecureHTTPEndpoint/"; />
        </wsdl:port>
    </wsdl:service>
</wsdl:definitions>

Attachment: TramiteBienesCopia.dbs
Description: Binary data

_______________________________________________
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to