Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
I have a strange situation in Open Studio 7.2.1. I'm trying to create a service and create WSDL for it with an editor but after some modification (adding params etc.) I see something like that
Steps to reproduce:
Here is a source of what was generated by TOS
<?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions name="TitanSyncDataServices" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.bffgroup.com/pl/services" targetNamespace="http://www.bffgroup.com/pl/services"> <wsdl:types> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.talend.org/service/"> <xsd:element name="TitanSyncDataServicesOperationRequest"> <xsd:complexType> <xsd:sequence> <xsd:element name="in" type="xsd:string"></xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> <xsd:element name="TitanSyncDataServicesOperationResponse"> <xsd:complexType> <xsd:sequence> <xsd:element name="out" type="xsd:string"></xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:schema> </wsdl:types> <wsdl:message name="TitanSyncDataServicesOperationRequest"> <wsdl:part name="parameters" element="tns:TitanSyncDataServicesOperationRequest"></wsdl:part> </wsdl:message> <wsdl:message name="TitanSyncDataServicesOperationResponse"> <wsdl:part name="parameters" element="tns:TitanSyncDataServicesOperationResponse"></wsdl:part> </wsdl:message> <wsdl:portType name="TitanSyncDataServicesPortType"> <wsdl:operation name="TitanSyncDataServicesOperation"> <wsdl:input message="tns:TitanSyncDataServicesOperationRequest"></wsdl:input> <wsdl:output message="tns:TitanSyncDataServicesOperationResponse"></wsdl:output> </wsdl:operation> </wsdl:portType> <wsdl:binding name="TitanSyncDataServicesBinding" type="tns:TitanSyncDataServicesPortType"> <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" /> <wsdl:operation name="TitanSyncDataServicesOperation"> <soap:operation soapAction="http://www.talend.org/service/TitanSyncDataServicesOperation" /> <wsdl:input> <soap:body use="literal" /> </wsdl:input> <wsdl:output> <soap:body use="literal" /> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:service name="TitanSyncDataServices"> <wsdl:port name="TitanSyncDataServicesPort" binding="tns:TitanSyncDataServicesBinding"> <soap:address location="http://localhost:8090/services/TitanSyncDataServices" /> </wsdl:port> </wsdl:service> </wsdl:definitions>
ny body have the same problems ?
Hello,
Could you please create a jira issue on talend bug tracker for this WSDL Editor issue?
Best regards
Sabrina
Hi
Can you give me an adres wher to do it ?