<?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: Mgento webservice in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Mgento-webservice/m-p/2275658#M51968</link>
    <description>Hi&lt;BR /&gt;Here is a topic regarding MAGENTO 21213.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
    <pubDate>Wed, 20 Jun 2012 04:09:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-06-20T04:09:11Z</dc:date>
    <item>
      <title>Mgento webservice</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Mgento-webservice/m-p/2275657#M51967</link>
      <description>hello , i'm actually working on project that use talend to implement a MAGENTO webservice with data comming from MysqlDataBase . 
&lt;BR /&gt;and i want to if someone has already do that , and know how to connect this webservice to my MysqlData base , to be capable to see anymodification done on my Mysql database on my webservice . 
&lt;BR /&gt;with which components i can do that ?? 
&lt;BR /&gt;what will be shema of these implementation ? 
&lt;BR /&gt; 
&lt;BR /&gt;do you have any example to show me how to configurate the webservice connection . 
&lt;BR /&gt;i've tried this schema Mysql DataBase ---------&amp;gt;twebservice and started to try with the LOGIN opération 
&lt;BR /&gt; 
&lt;BR /&gt;when i add the row of my username and password on my Maysql database and execute my job i've a error : 
&lt;BR /&gt;Démarrage du job web2 a 14:23 19/06/2012. 
&lt;BR /&gt; connecting to socket on port 3917 
&lt;BR /&gt; connected 
&lt;BR /&gt;Exception in component tWebService_2 
&lt;BR /&gt;java.lang.reflect.UndeclaredThrowableException 
&lt;BR /&gt; at $Proxy32.bind(Unknown Source) 
&lt;BR /&gt; at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:280) 
&lt;BR /&gt; at org.talend.webservice.helper.ServiceInvokerHelper.createClient(ServiceInvokerHelper.java:142) 
&lt;BR /&gt; at org.talend.webservice.helper.ServiceInvokerHelper.getClient(ServiceInvokerHelper.java:134) 
&lt;BR /&gt; at org.talend.webservice.helper.ServiceInvokerHelper.invoke(ServiceInvokerHelper.java:234) 
&lt;BR /&gt; at startretail.web2_0_1.web2.tMysqlInput_2Process(web2.java:1966) 
&lt;BR /&gt; at startretail.web2_0_1.web2.runJobInTOS(web2.java:2634) 
&lt;BR /&gt; at startretail.web2_0_1.web2.main(web2.java:2508) 
&lt;BR /&gt;Caused by: java.lang.reflect.InvocationTargetException 
&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.apache.cxf.common.util.ReflectionInvokationHandler.invoke(ReflectionInvokationHandler.java:52) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt; ... 8 more 
&lt;BR /&gt;Caused by: java.lang.reflect.UndeclaredThrowableException 
&lt;BR /&gt; at $Proxy33.error(Unknown Source) 
&lt;BR /&gt; at com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl.error(SchemaCompilerImpl.java:286) 
&lt;BR /&gt; at com.sun.tools.xjc.util.ErrorReceiverFilter.error(ErrorReceiverFilter.java:77) 
&lt;BR /&gt; at com.sun.xml.xsom.impl.parser.ParserContext$2.error(ParserContext.java:202) 
&lt;BR /&gt; at com.sun.xml.xsom.impl.parser.ParserContext$1.reportError(ParserContext.java:180) 
&lt;BR /&gt; at com.sun.xml.xsom.impl.parser.NGCCRuntimeEx.reportError(NGCCRuntimeEx.java:170) 
&lt;BR /&gt; at com.sun.xml.xsom.impl.parser.DelayedRef.resolve(DelayedRef.java:125) 
&lt;BR /&gt; at com.sun.xml.xsom.impl.parser.DelayedRef.run(DelayedRef.java:100) 
&lt;BR /&gt; at com.sun.xml.xsom.impl.parser.ParserContext.getResult(ParserContext.java:131) 
&lt;BR /&gt; at com.sun.xml.xsom.parser.XSOMParser.getResult(XSOMParser.java:226) 
&lt;BR /&gt; at com.sun.tools.xjc.ModelLoader.createXSOM(ModelLoader.java:519) 
&lt;BR /&gt; at com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl.bind(SchemaCompilerImpl.java:236) 
&lt;BR /&gt; ... 13 more 
&lt;BR /&gt;Caused by: java.lang.reflect.InvocationTargetException 
&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.apache.cxf.common.util.ReflectionInvokationHandler.invoke(ReflectionInvokationHandler.java:52) 
&lt;BR /&gt; ... 25 more 
&lt;BR /&gt;Caused by: java.lang.RuntimeException: Error compiling schema from WSDL at {file:/C:/DOCUME~1/BOUTAI~1.BAH/LOCALS~1/Temp/wsdl1340108611445/mainWSDL.wsdl}: undefined simple or complex type 'soapenc:Array' 
&lt;BR /&gt; at org.apache.cxf.endpoint.dynamic.DynamicClientFactory$InnerErrorListener.error(DynamicClientFactory.java:624) 
&lt;BR /&gt; ... 30 more 
&lt;BR /&gt;Caused by: org.xml.sax.SAXParseException; systemId: file:/C:/DOCUME~1/BOUTAI~1.BAH/LOCALS~1/Temp/wsdl1340108611445/mainWSDL.wsdl#types1; lineNumber: 0; columnNumber: 0; undefined simple or complex type 'soapenc:Array' 
&lt;BR /&gt; at com.sun.xml.xsom.impl.parser.ParserContext$1.reportError(ParserContext.java:176) 
&lt;BR /&gt; ... 20 more 
&lt;BR /&gt;Job web2 terminé à 14:23 19/06/2012.</description>
      <pubDate>Sat, 16 Nov 2024 12:15:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Mgento-webservice/m-p/2275657#M51967</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T12:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Mgento webservice</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Mgento-webservice/m-p/2275658#M51968</link>
      <description>Hi&lt;BR /&gt;Here is a topic regarding MAGENTO 21213.&lt;BR /&gt;Regards,&lt;BR /&gt;Pedro</description>
      <pubDate>Wed, 20 Jun 2012 04:09:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Mgento-webservice/m-p/2275658#M51968</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-06-20T04:09:11Z</dc:date>
    </item>
  </channel>
</rss>

