You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Hi @all,
I'm getting an error when trying to access a rather complex (existing) web service that uses restrictions on complex types:
Exception in component tWebService_1
java.lang.IllegalArgumentException: XmlSchemaComplexContentRestriction is not yet supported.
at org.talend.webservice.mapper.MapperFactory.getProperties(MapperFactory.java:398)
at org.talend.webservice.mapper.MapperFactory.createComplexTypeMapper(MapperFactory.java:292)
at org.talend.webservice.mapper.MapperFactory.createTypeMapper(MapperFactory.java:197)
at org.talend.webservice.mapper.MapperFactory.createMessageMapper(MapperFactory.java:185)
at org.talend.webservice.helper.ServiceInvokerHelper.createMessageMapper(ServiceInvokerHelper.java:164)
at org.talend.webservice.helper.ServiceInvokerHelper.getMessageMapper(ServiceInvokerHelper.java:156)
at org.talend.webservice.helper.ServiceInvokerHelper.invoke(ServiceInvokerHelper.java:178)
at org.talend.webservice.helper.ServiceInvokerHelper.invoke(ServiceInvokerHelper.java:236)
at aProj.testconsumer_0_1.testConsumer.tFixedFlowInput_1Process(testConsumer.java:744)
at aProj.testconsumer_0_1.testConsumer$1.run(testConsumer.java:1099)
Is there any workaround or plan when this will be implemented?
Greetings
Offline
Pages: 1