Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
mkoprowski
Contributor
Contributor

WSDL Editor Issue in Open Studio 7.2.1

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

0683p000009M6PZ.png

Steps to reproduce:

  1. Create service in TOS
  2. Select Create WSDL when asked
  3. Change Target namespace to something different then http://www.talend.org/service/
  4. Save the service and close the editor
  5. Open editor again and you will have the same problem

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>
Labels (3)
3 Replies
mkoprowski
Contributor
Contributor
Author

ny body have the same problems ?

Anonymous
Not applicable

Hello,

Could you please create a jira issue on talend bug tracker for this WSDL Editor issue?

Best regards

Sabrina

mkoprowski
Contributor
Contributor
Author

Hi 

Can you give me an adres wher to do it ?