Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
As an example, change https://login.salesforce.com/services/Soap/u/32.0 to https://sha2test.salesforce.com/services/Soap/u/32.0 while leaving the path as-is.
connected
Exception in component tSalesforceConnection_1
org.apache.axis2.AxisFault: Transport error: 411 Error: Length Required
at org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.java:310)
at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:194)
at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75)
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:404)
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:231)
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:443)
at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:406)
at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
at com.salesforce.soap.partner.SforceServiceStub.login(SforceServiceStub.java:13356)
at org.talend.salesforce.SforceBasicConnection.renewSession(SforceBasicConnection.java:75)
disconnected
at org.talend.salesforce.SforceBasicConnection.init(SforceBasicConnection.java:69)
at org.talend.salesforce.SforceBasicConnection.<init>(SforceBasicConnection.java:48)
at org.talend.salesforce.SforceBasicConnection.<init>(SforceBasicConnection.java:25)
at org.talend.salesforce.SforceBasicConnection$Builder.build(SforceBasicConnection.java:120)
at salesforce_inxmail.tmp_0_1.tmp.tSalesforceConnection_1Process(tmp.java:319)
at salesforce_inxmail.tmp_0_1.tmp.runJobInTOS(tmp.java:574)
at salesforce_inxmail.tmp_0_1.tmp.main(tmp.java:431)