
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Find SOAP EndPoint for SharePoint Site
Hi All,
Is it possible to find SOAP EndPoint of a SharePoint Site? I am trying to upload a file to SharePoint With xml CopyIntoItems. (JobLogic is attached). in the tSOAP ENDPOINT Path have to provide the valid web service of the SharePoint Site. But it is failing in tSOAP with HTTP403 Bad Response,Forbidden.
I am giving My SharePoint Path currently in tSOAP EndPoint URL. attached Settings of all components

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@manodwhb have u done something like this

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm pretty sure your Endpoint is incorrect and your action almost certainly is. If you add
"?wsdl"
....to the end of your endpoint and paste it into a web browser, it will return some XML which describes the web service if it is correct.
I can't see your endpoint as it is covered, but I suspect that your endpoint is not a SOAP endpoint. If it is, your Action is definitely wrong. I can't really help anymore than this without having at least the URL
