You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
Have attempted to use this component to connect to a SugarCRM webservice (v6.1 - new framework) with no success. This seems to fail continually in relation to passing parameters to the SOAP with "not know how to convert". I have tried all know variations including adding in --param_context user_name=admin but all options fail. Can someone please point out what I have done wrong. I also included another post for the inbuilt SugarCRM component; this also fails. The only thing I can use currently is SQL access, which is not what I want to do.
///////////
Starting job Tester at 16:29 20/03/2011.
[statistics] connecting to socket on port 3706
[statistics] connected
{http://schemas.xmlsoap.org/soap/encoding/}Struct already exists
Exception in component tWebServiceInput_1
java.lang.RuntimeException: not know how to convert 'admin' into org.apache.axis.client.Call@118d189
at org.talend.DynamicInvoker.getParamData(DynamicInvoker.java:370)
at org.talend.DynamicInvoker.invokeMethod(DynamicInvoker.java:328)
at org.talend.DynamicInvoker.main(DynamicInvoker.java:189)
at org.talend.DynamicInvoker.main(DynamicInvoker.java:130)
at talenddemosjava.tester_0_1.Tester.tWebServiceInput_1Process(Tester.java:433)
at talenddemosjava.tester_0_1.Tester.runJobInTOS(Tester.java:829)
at talenddemosjava.tester_0_1.Tester.main(Tester.java:691)
[statistics] disconnected
Job Tester ended at 16:30 20/03/2011. [exit code=1]
Last edited by chall (2011-03-20 07:16:02)
Offline
Laurent
I finally got the standard SugarCRM version working - although it is using deprecated methods. I have not tried SOAUI and I know nothing about this protocol, only SOAP and REST. Can you tell me more about where is best to read up on this?
Chris
Offline
Pages: 1