Search code examples
soapsharepointsoapuitalendsoap-client

Find SOAP EndPoint for a SharePoint Site


I have a SharePoint Path where I want to upload a file using Talend. Can anyone please tell me how to get SOAP EndPoint Webservice URL of a SharePoint Site? in tSOAP Component I am providing my SharePoint Path exactly which is giving HTTP 403 Forbidden Error. But Using another valid webservice url inside tSOAP the Job completed Normally.


Solution

  • You can use Talend ESBConsumer component for calling soap services from your job.

    Check more on here