Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everybody,
I'm trying to call a web-service with the help of tSOAP. At the moment my job only exists of one tSOAP with the (hopefully correct) configurations to my web-service and a tLogRow Component. Now when executing the job, I get the following error:
com.sun.xml.internal.messaging.saaj.client.p2p.HttpSOAPConnection post
Schwerwiegend: SAAJ0009: Message send failed
Exception in component tSOAP_1
com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl: com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl: Message send failed
at com.sun.xml.internal.messaging.saaj.client.p2p.HttpSOAPConnection.call(Unknown Source)
at org.talend.soap.SOAPUtil.invokeSOAP(SOAPUtil.java:109)
at portaldwjobs.prokon_habilkon_0_1.Prokon_Habilkon.tSOAP_1Process(Prokon_Habilkon.java:591)
at portaldwjobs.prokon_habilkon_0_1.Prokon_Habilkon.runJobInTOS(Prokon_Habilkon.java:900)
at portaldwjobs.prokon_habilkon_0_1.Prokon_Habilkon.main(Prokon_Habilkon
I changed the memory parameters of the studio in the .ini file to try if it is related to that, but it doesn't change anything. Can you tell me what this error eyxactly wants to tell me?
I changed the memory parameters of the studio in the .ini file to try if it is related to that
I now set the paramaters in the advanced settings as follows:
-Xms 1024M
-Xmx1024M
-XX:MaxPermSize=256M
which was default when opening the tab. When reducing the Xms parameter to 256M it still doesn't work. Can you tell me why so I can understand it and apply it to future work?