Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Unable to create endpoint: null

Hi I am getting the below error when using a tWebService; I am pointing talend to JDK 1.8 

I changed the environment path to JDK path but also still getting the same error

Exception in component tWebService_1 (test)
java.lang.IllegalStateException: Unable to create endpoint: null
at org.apache.cxf.endpoint.ClientImpl.<init>(ClientImpl.java:142)
at org.apache.cxf.endpoint.dynamic.DynamicClientFactory$DynamicClientImpl.<init>(DynamicClientFactory.java:295)
at org.apache.cxf.endpoint.dynamic.DynamicClientFactory.createClient(DynamicClientFactory.java:424)
at org.talend.webservice.helper.ServiceInvokerHelper.createClient(ServiceInvokerHelper.java:144)
at org.talend.webservice.helper.ServiceInvokerHelper.getClient(ServiceInvokerHelper.java:135)
at org.talend.webservice.helper.ServiceInvokerHelper.invoke(ServiceInvokerHelper.java:236)
at local_project.test_0_1.test.tWebService_1Process(test.java:436)
at local_project.test_0_1.test.runJobInTOS(test.java:710)
at local_project.test_0_1.test.main(test.java:561)
Caused by: org.apache.cxf.endpoint.EndpointException
at org.apache.cxf.endpoint.EndpointImpl.createBinding(EndpointImpl.java:142)
at org.apache.cxf.endpoint.EndpointImpl.<init>(EndpointImpl.java:87)
at org.apache.cxf.endpoint.SimpleEndpointImplFactory.newEndpointImpl(SimpleEndpointImplFactory.java:38)
at org.apache.cxf.endpoint.ClientImpl.<init>(ClientImpl.java:137)
... 8 more
Caused by: org.apache.cxf.BusException: No binding factory for namespace http://schemas.xmlsoap.org/wsdl/http/ registered.
at org.apache.cxf.bus.managers.BindingFactoryManagerImpl.getBindingFactory(BindingFactoryManagerImpl.java:93)
at org.apache.cxf.endpoint.EndpointImpl.createBinding(EndpointImpl.java:135)
... 11 more

 

Labels (5)
1 Reply
Anonymous
Not applicable
Author

Hello,

Could you please check if your server is OK with you?

Best regards

Sabrina