Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
<wsdl:definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://www.talend.org/service/"xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" name="BytesReaderService" targetNamespace="http://www.talend.org/service/">
<wsdl:types>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://www.talend.org/service/"xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" targetNamespace="http://www.talend.org/service/">
<xsd:element name="BytesReaderServiceOperationRequest">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="in" type="xsd:base64Binary"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="BytesReaderServiceOperationResponse">
<xsd:complexType>