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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tESBConsumer - SOAP web service import xsd schema

Hi,
I am in the process of trying to setup a job to consume Microsoft exchange web services. To do this, I am using the tESBConsumer component, I have specified the WSDL locally, which in turn picks up the port name and operations. When I attempt to "Populate schema to repository on finish", the studio becomes responsive and does not create the necessary schemas.
I am not sure if the fact that the operations are *multipart* is causing the problem or if there is something else?
I have taken a screenshot of the configuration.
I have successfully been able to make a call to the web service using SOAP Ui. I am using Talend Open ESB Studio v 6.1.1.
Thanks,
Richard
0683p000009MDuT.png
Labels (3)
3 Replies
Anonymous
Not applicable
Author

For information the wsdl imports an xsd schema, I am thinking the fact Talend can't reach this file is causing the issues. Has anyone had any experience with this?
This is part of the microsoft exchange web services wsdl which we are trying to consume. (It works with tSOAP, although with strange authentication behaviour).
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://schemas.microsoft.com/exchange/services/2006/messages" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"xmlns:t="http://schemas.microsoft.com/exchange/services/2006/types" targetNamespace="http://schemas.microsoft.com/exchange/services/2006/messages">

<wsdl:types>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import namespace="http://schemas.microsoft.com/exchange/services/2006/messages" schemaLocation="messages.xsd"/>
</xs:schema>
</wsdl:types>
<wsdl:message name="UploadItemsSoapIn">
<wsdl0683p000009MAB6.pngart name="request" element="tns:UploadItems"/>
<wsdl0683p000009MAB6.pngart name="Impersonation" element="t:ExchangeImpersonation"/>
<wsdl0683p000009MAB6.pngart name="MailboxCulture" element="t:MailboxCulture"/>
<wsdl0683p000009MAB6.pngart name="RequestVersion" element="t:RequestServerVersion"/>
</wsdl:message>
<wsdl:message name="UploadItemsSoapOut">
<wsdl0683p000009MAB6.pngart name="UploadItemsResult" element="tns:UploadItemsResponse"/>
<wsdl0683p000009MAB6.pngart name="ServerVersion" element="t0683p000009M9p6.pngerverVersionInfo"/>
</wsdl:message>
<wsdl:message name="ExportItemsSoapIn">
<wsdl0683p000009MAB6.pngart name="request" element="tns:ExportItems"/>
<wsdl0683p000009MAB6.pngart name="Impersonation" element="t:ExchangeImpersonation"/>
<wsdl0683p000009MAB6.pngart name="MailboxCulture" element="t:MailboxCulture"/>
<wsdl0683p000009MAB6.pngart name="RequestVersion" element="t:RequestServerVersion"/>
</wsdl:message>
<wsdl:message name="ExportItemsSoapOut">
<wsdl0683p000009MAB6.pngart name="ExportItemsResult" element="tns:ExportItemsResponse"/>
<wsdl0683p000009MAB6.pngart name="ServerVersion" element="t0683p000009M9p6.pngerverVersionInfo"/>
</wsdl:message>
<wsdl:message name="ConvertIdSoapIn">
_AnonymousUser
Specialist III
Specialist III

Could you get wsdl imported in schema?
Despite many tries I am not able to import. 
hgari
Contributor
Contributor

I can not either popular schemes with multipart operations.