<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Domain Schemas and WSDLs - how to import xsd:schema in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Domain-Schemas-and-WSDLs-how-to-import-xsd-schema/m-p/2265688#M45153</link>
    <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anybody found a solution for this topic?&lt;/P&gt;&lt;P&gt;I have been working around this issue and have merged .xsd files into one single .wsdl . This has worked for simple projects but now I have to import an .xsd which also has another reference to another .xsd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Well, it doesn't seem to work with recursive references?&lt;/P&gt;&lt;P&gt;How come mule knows how to do this and I can not with the talend ESB 7.1?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 12 Aug 2019 13:22:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-08-12T13:22:36Z</dc:date>
    <item>
      <title>Domain Schemas and WSDLs - how to import xsd:schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Domain-Schemas-and-WSDLs-how-to-import-xsd-schema/m-p/2265682#M45147</link>
      <description>&lt;P&gt;We have domain.objects defined as XML Schemas, which have been deployed as POJOs with JaxB annotations for marshaling / unmarshaling during WS SOAP cals to an app server (jboss, tomcat, tibco, ...). When creating the WSDL, is it possible to import the schema from a location instead of defining them outright within the WSDL during design time? Also, why can't I import an XML Schema from a .xsd files within Talend ESB Studio?&lt;BR /&gt;The reason is that we have many services using these objects that are still in a state of change, so instead of modifying each WSDL, I would only have to change the XSD schema within Metadata or my reference folder containing my schemas.&lt;BR /&gt;For example, use the following:&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; xmlns:wsdl="&lt;A href="http://schemas.xmlsoap.org/wsdl/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://schemas.xmlsoap.org/wsdl/&lt;/A&gt;"&lt;BR /&gt; xmlns:soap="&lt;A href="http://schemas.xmlsoap.org/wsdl/soap/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://schemas.xmlsoap.org/wsdl/soap/&lt;/A&gt;"&lt;BR /&gt; xmlns:xsd="&lt;A href="http://www.w3.org/2001/XMLSchema" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;"&lt;BR /&gt; xmlns:tns="&lt;A href="http://www.rst2.com/service/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.rst2.com/service/&lt;/A&gt;"&lt;BR /&gt; targetNamespace="&lt;A href="http://www.rst2.com/service/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.rst2.com/service/&lt;/A&gt;"&lt;BR /&gt; &amp;gt;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; targetNamespace="&lt;A href="http://www.rst2.com/service/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.rst2.com/service/&lt;/A&gt;" version="1.0" &lt;BR /&gt; xmlns:tns="&lt;A href="http://www.rst2.com/service/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.rst2.com/service/&lt;/A&gt;" &lt;BR /&gt; xmlns&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;rd="&lt;A href="http://www.rst2.com/Product" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.rst2.com/Product&lt;/A&gt;"&lt;BR /&gt; xmlns:ens="urn:sobject.enterprise.soap.sforce.com" &amp;gt;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; ...&lt;BR /&gt;Instead of the fully defining the XSD types as:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; xmlns:wsdl="&lt;A href="http://schemas.xmlsoap.org/wsdl/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://schemas.xmlsoap.org/wsdl/&lt;/A&gt;"&lt;BR /&gt; xmlns:soap="&lt;A href="http://schemas.xmlsoap.org/wsdl/soap/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://schemas.xmlsoap.org/wsdl/soap/&lt;/A&gt;"&lt;BR /&gt; xmlns:xsd="&lt;A href="http://www.w3.org/2001/XMLSchema" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;"&lt;BR /&gt; xmlns:tns="&lt;A href="http://www.rst1.com/service/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.rst1.com/service/&lt;/A&gt;"&lt;BR /&gt; targetNamespace="&lt;A href="http://www.rst1.com/service/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.rst1.com/service/&lt;/A&gt;"&lt;BR /&gt; &amp;gt;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; targetNamespace="&lt;A href="http://www.rst1.com/Global" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.rst1.com/Global&lt;/A&gt;" version="1.0" &lt;BR /&gt; xmlns:glb="&lt;A href="http://www.rst1.com/Global" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.rst1.com/Global&lt;/A&gt;" &amp;gt;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; targetNamespace="&lt;A href="http://www.rst1.com/Product" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.rst1.com/Product&lt;/A&gt;" version="1.0" &lt;BR /&gt; xmlns:glb="&lt;A href="http://www.rst1.com/Global" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.rst1.com/Global&lt;/A&gt;" &lt;BR /&gt; xmlns&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;rd="&lt;A href="http://www.rst1.com/Product" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.rst1.com/Product&lt;/A&gt;" &amp;gt;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; targetNamespace="&lt;A href="http://www.rst1.com/service/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.rst1.com/service/&lt;/A&gt;" version="1.0" &lt;BR /&gt; xmlns:tns="&lt;A href="http://www.rst1.com/service/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.rst1.com/service/&lt;/A&gt;" &lt;BR /&gt; xmlns&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;rd="&lt;A href="http://www.rst1.com/Product" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.rst1.com/Product&lt;/A&gt;"&lt;BR /&gt; xmlns:ens="urn:sobject.enterprise.soap.sforce.com" &amp;gt;&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; ...&lt;BR /&gt;Cheers, JP&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 12:20:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Domain-Schemas-and-WSDLs-how-to-import-xsd-schema/m-p/2265682#M45147</guid>
      <dc:creator>jpf15310</dc:creator>
      <dc:date>2024-11-16T12:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Domain Schemas and WSDLs - how to import xsd:schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Domain-Schemas-and-WSDLs-how-to-import-xsd-schema/m-p/2265683#M45148</link>
      <description>Hi JP,&lt;BR /&gt;Unfortunately we do not supper the external schema references from WSDL, however you can import your schemas in the XML Metadata, just select your XSD file instead of XML.&lt;BR /&gt;Renat</description>
      <pubDate>Tue, 06 Mar 2012 07:47:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Domain-Schemas-and-WSDLs-how-to-import-xsd-schema/m-p/2265683#M45148</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-03-06T07:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Domain Schemas and WSDLs - how to import xsd:schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Domain-Schemas-and-WSDLs-how-to-import-xsd-schema/m-p/2265684#M45149</link>
      <description>Hi, 
&lt;BR /&gt;We are working in Talend for Data Services. 
&lt;BR /&gt;We took our WSDL underneath Services and extracted the DataTypes. 
&lt;BR /&gt;We created a new file DataTypes.xsd. 
&lt;BR /&gt;Then we Imported that Schema to the WDSL. Not include, because it is in a different namespace. 
&lt;BR /&gt;Now underneath Directives I can see our DataTypes.xsd file. 
&lt;BR /&gt;Then we ran the Job and tested it with soapUI and everything works great. 
&lt;BR /&gt;When right clicking the service underneath Services and hitting Publish, we get an error. 
&lt;BR /&gt;The funny thing is last week I got this error, then for a reason I do not know, it disappeared; only to return this week again. 
&lt;BR /&gt;Can you please help - How do you add an XSD to your WSDL and publish it? 
&lt;BR /&gt;According to this post you do not support it? Did this maybe change with time? 
&lt;BR /&gt;I get this error: 
&lt;BR /&gt;java.lang.reflect.InvocationTargetException 
&lt;BR /&gt;at org.talend.repository.services.ui.action.ExportServiceAction.run(ExportServiceAction.java:172) 
&lt;BR /&gt;at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464) 
&lt;BR /&gt;at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372) 
&lt;BR /&gt;at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1008) 
&lt;BR /&gt;at org.talend.designer.publish.wizards.PublishServiceWizard.publishToRepository(PublishServiceWizard.java:46) 
&lt;BR /&gt;at org.talend.designer.publish.wizards.AbstractPublishWizard.performFinish(AbstractPublishWizard.java:125) 
&lt;BR /&gt;at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:811) 
&lt;BR /&gt;at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:430) 
&lt;BR /&gt;at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624) 
&lt;BR /&gt;at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234) 
&lt;BR /&gt;at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) 
&lt;BR /&gt;at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053) 
&lt;BR /&gt;at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066) 
&lt;BR /&gt;at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657) 
&lt;BR /&gt;at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) 
&lt;BR /&gt;at org.eclipse.jface.window.Window.open(Window.java:801) 
&lt;BR /&gt;at org.talend.designer.publish.actions.PublishServiceAction.doRun(PublishServiceAction.java:83) 
&lt;BR /&gt;at org.talend.repository.ui.actions.AContextualAction$2.run(AContextualAction.java:593) 
&lt;BR /&gt;at org.talend.repository.RepositoryWorkUnit.executeRun(RepositoryWorkUnit.java:84) 
&lt;BR /&gt;at org.talend.core.repository.model.AbstractRepositoryFactory.executeRepositoryWorkUnit(AbstractRepositoryFactory.java:217) 
&lt;BR /&gt;at org.talend.repository.localprovider.model.LocalRepositoryFactory.executeRepositoryWorkUnit(LocalRepositoryFactory.java:3013) 
&lt;BR /&gt;at org.talend.repository.svnprovider.SvnRepositoryFactory.executeRepositoryWorkUnit(SvnRepositoryFactory.java:395) 
&lt;BR /&gt;at org.talend.repository.remoteprovider.RemoteRepositoryFactory.executeRepositoryWorkUnit(RemoteRepositoryFactory.java:634) 
&lt;BR /&gt;at org.talend.core.repository.model.ProxyRepositoryFactory.executeRepositoryWorkUnit(ProxyRepositoryFactory.java:1892) 
&lt;BR /&gt;at org.talend.repository.ui.actions.AContextualAction.run(AContextualAction.java:602) 
&lt;BR /&gt;at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) 
&lt;BR /&gt;at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584) 
&lt;BR /&gt;at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501) 
&lt;BR /&gt;at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411) 
&lt;BR /&gt;at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) 
&lt;BR /&gt;at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053) 
&lt;BR /&gt;at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066) 
&lt;BR /&gt;at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657) 
&lt;BR /&gt;at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640) 
&lt;BR /&gt;at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604) 
&lt;BR /&gt;at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438) 
&lt;BR /&gt;at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671) 
&lt;BR /&gt;at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) 
&lt;BR /&gt;at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664) 
&lt;BR /&gt;at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) 
&lt;BR /&gt;at org.talend.rcp.intro.Application.start(Application.java:127) 
&lt;BR /&gt;at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) 
&lt;BR /&gt;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) 
&lt;BR /&gt;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) 
&lt;BR /&gt;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369) 
&lt;BR /&gt;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 
&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&lt;BR /&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt;at java.lang.reflect.Method.invoke(Unknown Source) 
&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619) 
&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574) 
&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.run(Main.java:1407) 
&lt;BR /&gt;at org.eclipse.equinox.launcher.Main.main(Main.java:1383) 
&lt;BR /&gt;Caused by: org.eclipse.core.runtime.CoreException: WSDLException (at /wsdl:definitions/wsdl:types/xsd:schema): faultCode=OTHER_ERROR: An error occurred trying to resolve schema referenced at 'CamDataTypes.xsd', relative to 'file:/C:/Development/Talend-Studio/workspace/CAM/temp/serviceExporter/service3111424330908024568.tmp/temp/CAMASService_0.1.wsdl'.: java.io.FileNotFoundException: This file was not found: file:/C:/Development/Talend-Studio/workspace/CAM/temp/serviceExporter/service3111424330908024568.tmp/temp/CamDataTypes.xsd 
&lt;BR /&gt;at org.talend.repository.services.utils.WSDLUtils.getDefinition(WSDLUtils.java:297) 
&lt;BR /&gt;at org.talend.repository.services.ui.scriptmanager.ServiceExportManager.createSpringBeans(ServiceExportManager.java:66) 
&lt;BR /&gt;at org.talend.repository.services.ui.action.ExportServiceAction.generateControlBundle(ExportServiceAction.java:193) 
&lt;BR /&gt;at org.talend.repository.services.ui.action.ExportServiceAction.run(ExportServiceAction.java:168) 
&lt;BR /&gt;... 53 more 
&lt;BR /&gt;Caused by: javax.wsdl.WSDLException: WSDLException (at /wsdl:definitions/wsdl:types/xsd:schema): faultCode=OTHER_ERROR: An error occurred trying to resolve schema referenced at 'CamDataTypes.xsd', relative to 'file:/C:/Development/Talend-Studio/workspace/CAM/temp/serviceExporter/service3111424330908024568.tmp/temp/CAMASService_0.1.wsdl'.: java.io.FileNotFoundException: This file was not found: file:/C:/Development/Talend-Studio/workspace/CAM/temp/serviceExporter/service3111424330908024568.tmp/temp/CamDataTypes.xsd 
&lt;BR /&gt;at com.ibm.wsdl.xml.WSDLReaderImpl.parseSchema(Unknown Source) 
&lt;BR /&gt;at com.ibm.wsdl.xml.WSDLReaderImpl.parseSchema(Unknown Source) 
&lt;BR /&gt;at com.ibm.wsdl.xml.WSDLReaderImpl.parseTypes(Unknown Source) 
&lt;BR /&gt;at com.ibm.wsdl.xml.WSDLReaderImpl.parseDefinitions(Unknown Source) 
&lt;BR /&gt;at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source) 
&lt;BR /&gt;at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source) 
&lt;BR /&gt;at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source) 
&lt;BR /&gt;at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source) 
&lt;BR /&gt;at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source) 
&lt;BR /&gt;at org.talend.repository.services.utils.WSDLUtils.getDefinition(WSDLUtils.java:295) 
&lt;BR /&gt;... 56 more 
&lt;BR /&gt;Caused by: java.io.FileNotFoundException: This file was not found: file:/C:/Development/Talend-Studio/workspace/CAM/temp/serviceExporter/service3111424330908024568.tmp/temp/CamDataTypes.xsd 
&lt;BR /&gt;at com.ibm.wsdl.util.StringUtils.getContentAsInputStream(Unknown Source) 
&lt;BR /&gt;... 66 more 
&lt;BR /&gt;Greetings</description>
      <pubDate>Tue, 28 May 2013 14:34:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Domain-Schemas-and-WSDLs-how-to-import-xsd-schema/m-p/2265684#M45149</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-28T14:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Domain Schemas and WSDLs - how to import xsd:schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Domain-Schemas-and-WSDLs-how-to-import-xsd-schema/m-p/2265685#M45150</link>
      <description>Hi 
&lt;BR /&gt;For a more efficient and customized answer, could you open a ticket to our Support portal: 
&lt;A href="http://support.talend.com/otrs/customer.pl" rel="nofollow noopener noreferrer"&gt;http://support.talend.com/otrs/customer.pl&lt;/A&gt; 
&lt;BR /&gt;Many thanks
&lt;BR /&gt;Elisa</description>
      <pubDate>Tue, 28 May 2013 15:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Domain-Schemas-and-WSDLs-how-to-import-xsd-schema/m-p/2265685#M45150</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-28T15:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Domain Schemas and WSDLs - how to import xsd:schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Domain-Schemas-and-WSDLs-how-to-import-xsd-schema/m-p/2265686#M45151</link>
      <description>Hi,&lt;BR /&gt;After opening up a Ticket, they refered me to the Forum.&lt;BR /&gt;Which would you prefer?&lt;BR /&gt;Greetings</description>
      <pubDate>Thu, 30 May 2013 09:15:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Domain-Schemas-and-WSDLs-how-to-import-xsd-schema/m-p/2265686#M45151</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-05-30T09:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Domain Schemas and WSDLs - how to import xsd:schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Domain-Schemas-and-WSDLs-how-to-import-xsd-schema/m-p/2265687#M45152</link>
      <description>Hi, anyone know how to reference an external schema file in a WSDL.
&lt;BR /&gt;This is apparently possible from 5.3.1.
&lt;BR /&gt;I cannot find an example of the procedure and i have quite a few services and they all use a base schema.
&lt;BR /&gt;It is a pain to constantly track the changes
&lt;BR /&gt;e.g.
&lt;BR /&gt;&amp;lt;IMPORT&amp;gt;&amp;lt;/IMPORT&amp;gt;
&lt;BR /&gt;rather than
&lt;BR /&gt;&amp;lt;TYPES&amp;gt;
&lt;BR /&gt;&amp;lt;XSD schema=""&amp;gt;
&lt;BR /&gt;&amp;lt;/XSD&amp;gt;
&lt;BR /&gt;&amp;lt;XSD schema=""&amp;gt;
&lt;BR /&gt;&amp;lt;/XSD&amp;gt;
&lt;BR /&gt;&amp;lt;/TYPES&amp;gt;
&lt;BR /&gt;Graham</description>
      <pubDate>Fri, 02 Aug 2013 12:53:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Domain-Schemas-and-WSDLs-how-to-import-xsd-schema/m-p/2265687#M45152</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-02T12:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Domain Schemas and WSDLs - how to import xsd:schema</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Domain-Schemas-and-WSDLs-how-to-import-xsd-schema/m-p/2265688#M45153</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anybody found a solution for this topic?&lt;/P&gt;&lt;P&gt;I have been working around this issue and have merged .xsd files into one single .wsdl . This has worked for simple projects but now I have to import an .xsd which also has another reference to another .xsd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Well, it doesn't seem to work with recursive references?&lt;/P&gt;&lt;P&gt;How come mule knows how to do this and I can not with the talend ESB 7.1?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 13:22:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Domain-Schemas-and-WSDLs-how-to-import-xsd-schema/m-p/2265688#M45153</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-12T13:22:36Z</dc:date>
    </item>
  </channel>
</rss>

