Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone! I'm trying to create the input and output xml files from a webService with its wsdl (I cannot write here the wsdl for security reasons). I've done it with a lot of services but with this one i'm having the error: Populate schema to repository: Error during schema processing. The thing is that I can use this WS whithout any problem with SOAP-UI but I cannot create the xml files for using in Taleng in a tESBconsummer.
Does anyone know what could be te problem for this error?
Thanks everyone
Hello,
Could you please try to see if any log messages generated in the log file when you click the Import WSDL schema option? The log file is located in
<studio install dir>\workspace\.metadata\.log
Have you tried to create a service using your existing WSDL file and then import the WSDL schema?
Best regards
Sabrina
Hi Sabrina.
I tried that ay too and Ive the same error. Im using Talend ESB. If you need the wsdl for trying tell me and i send you by private. The error is the next one:
Hello Support,
I am also facing same issue.
Is there any solution for this.
Please help me.
My error is
!ENTRY org.talend.platform.logging 4 0 2018-06-14 17:23:34.950
!MESSAGE 2018-06-14 17:23:34,948 ERROR org.talend.commons.exception.CommonExceptionHandler - Error during schema processing
!STACK 1
org.eclipse.core.runtime.CoreException: Error during schema processing
at org.talend.repository.services.action.PublishMetadataRunnable$1.run(PublishMetadataRunnable.java:132)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313)
at org.talend.repository.services.action.PublishMetadataRunnable.run(PublishMetadataRunnable.java:146)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at org.talend.datatools.xml.utils.XSDPopulationUtil2.getSchemaTree(XSDPopulationUtil2.java:547)
at org.talend.datatools.xml.utils.XSDPopulationUtil2.getSchemaTree(XSDPopulationUtil2.java:384)
at org.talend.metadata.managment.ui.utils.XsdMetadataUtils.createMetadataFromXSD(XsdMetadataUtils.java:221)
at org.talend.metadata.managment.ui.utils.XsdMetadataUtils.createMetadataFromXSD(XsdMetadataUtils.java:120)
at org.talend.repository.services.action.PublishMetadataRunnable.process(PublishMetadataRunnable.java:295)
at org.talend.repository.services.action.PublishMetadataRunnable.access$3(PublishMetadataRunnable.java:258)
at org.talend.repository.services.action.PublishMetadataRunnable$1.run(PublishMetadataRunnable.java:130)
... 3 more
!SUBENTRY 1 org.talend.repository.services 4 0 2018-06-14 17:23:34.950
!MESSAGE Error during schema processing
!STACK 0
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.rangeCheck(Unknown Source)
at java.util.ArrayList.get(Unknown Source)
at org.talend.datatools.xml.utils.XSDPopulationUtil2.getSchemaTree(XSDPopulationUtil2.java:547)
at org.talend.datatools.xml.utils.XSDPopulationUtil2.getSchemaTree(XSDPopulationUtil2.java:384)
at org.talend.metadata.managment.ui.utils.XsdMetadataUtils.createMetadataFromXSD(XsdMetadataUtils.java:221)
at org.talend.metadata.managment.ui.utils.XsdMetadataUtils.createMetadataFromXSD(XsdMetadataUtils.java:120)
at org.talend.repository.services.action.PublishMetadataRunnable.process(PublishMetadataRunnable.java:295)
at org.talend.repository.services.action.PublishMetadataRunnable.access$3(PublishMetadataRunnable.java:258)
at org.talend.repository.services.action.PublishMetadataRunnable$1.run(PublishMetadataRunnable.java:130)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2313)
at org.talend.repository.services.action.PublishMetadataRunnable.run(PublishMetadataRunnable.java:146)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)
Regards,
P.Surendra.